Doors upgrade
This commit is contained in:
parent
38bb852b4e
commit
86a3c3a5f8
8 changed files with 84 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"parent": "block/door_bottom",
|
"parent": "betterend:block/sided_door_bottom",
|
||||||
"textures": {
|
"textures": {
|
||||||
"bottom": "betterend:block/mossy_glowshroom_door_bottom",
|
"facade": "betterend:block/mossy_glowshroom_door_bottom",
|
||||||
"top": "betterend:block/mossy_glowshroom_door_bottom"
|
"side": "betterend:block/mossy_glowshroom_door_side"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"parent": "block/door_bottom_rh",
|
"parent": "betterend:block/sided_door_bottom_rh",
|
||||||
"textures": {
|
"textures": {
|
||||||
"bottom": "betterend:block/mossy_glowshroom_door_bottom",
|
"facade": "betterend:block/mossy_glowshroom_door_bottom",
|
||||||
"top": "betterend:block/mossy_glowshroom_door_bottom"
|
"side": "betterend:block/mossy_glowshroom_door_side"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"parent": "block/door_top",
|
"parent": "betterend:block/sided_door_top",
|
||||||
"textures": {
|
"textures": {
|
||||||
"bottom": "betterend:block/mossy_glowshroom_door_top",
|
"facade": "betterend:block/mossy_glowshroom_door_top",
|
||||||
"top": "betterend:block/mossy_glowshroom_door_top"
|
"side": "betterend:block/mossy_glowshroom_door_side"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"parent": "block/door_top_rh",
|
"parent": "betterend:block/sided_door_top_rh",
|
||||||
"textures": {
|
"textures": {
|
||||||
"bottom": "betterend:block/mossy_glowshroom_door_top",
|
"facade": "betterend:block/mossy_glowshroom_door_top",
|
||||||
"top": "betterend:block/mossy_glowshroom_door_top"
|
"side": "betterend:block/mossy_glowshroom_door_side"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"ambientocclusion": false,
|
||||||
|
"textures": {
|
||||||
|
"particle": "#facade"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 3, 16, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "uv": [ 13, 0, 16, 16 ], "texture": "#side", "cullface": "down" },
|
||||||
|
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#side", "cullface": "north" },
|
||||||
|
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#side", "cullface": "south" },
|
||||||
|
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#facade", "cullface": "west" },
|
||||||
|
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#facade" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"ambientocclusion": false,
|
||||||
|
"textures": {
|
||||||
|
"particle": "#facade"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 3, 16, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "uv": [ 13, 0, 16, 16 ], "texture": "#side", "cullface": "down" },
|
||||||
|
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#side", "cullface": "north" },
|
||||||
|
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#side", "cullface": "south" },
|
||||||
|
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#facade", "cullface": "west" },
|
||||||
|
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#facade" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"ambientocclusion": false,
|
||||||
|
"textures": {
|
||||||
|
"particle": "#facade"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 3, 16, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 13, 0, 16, 16 ], "texture": "#side", "cullface": "up" },
|
||||||
|
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#side", "cullface": "north" },
|
||||||
|
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#side", "cullface": "south" },
|
||||||
|
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#facade", "cullface": "west" },
|
||||||
|
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#facade" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"ambientocclusion": false,
|
||||||
|
"textures": {
|
||||||
|
"particle": "#facade"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 3, 16, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 13, 0, 16, 16 ], "texture": "#side", "cullface": "up" },
|
||||||
|
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#side", "cullface": "north" },
|
||||||
|
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#side", "cullface": "south" },
|
||||||
|
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#facade", "cullface": "west" },
|
||||||
|
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#facade" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue