Doors upgrade

This commit is contained in:
paulevsGitch 2020-10-01 16:30:17 +03:00
parent 38bb852b4e
commit 86a3c3a5f8
8 changed files with 84 additions and 12 deletions

View file

@ -1,7 +1,7 @@
{
"parent": "block/door_bottom",
"parent": "betterend:block/sided_door_bottom",
"textures": {
"bottom": "betterend:block/mossy_glowshroom_door_bottom",
"top": "betterend:block/mossy_glowshroom_door_bottom"
"facade": "betterend:block/mossy_glowshroom_door_bottom",
"side": "betterend:block/mossy_glowshroom_door_side"
}
}

View file

@ -1,7 +1,7 @@
{
"parent": "block/door_bottom_rh",
"parent": "betterend:block/sided_door_bottom_rh",
"textures": {
"bottom": "betterend:block/mossy_glowshroom_door_bottom",
"top": "betterend:block/mossy_glowshroom_door_bottom"
"facade": "betterend:block/mossy_glowshroom_door_bottom",
"side": "betterend:block/mossy_glowshroom_door_side"
}
}

View file

@ -1,7 +1,7 @@
{
"parent": "block/door_top",
"parent": "betterend:block/sided_door_top",
"textures": {
"bottom": "betterend:block/mossy_glowshroom_door_top",
"top": "betterend:block/mossy_glowshroom_door_top"
"facade": "betterend:block/mossy_glowshroom_door_top",
"side": "betterend:block/mossy_glowshroom_door_side"
}
}

View file

@ -1,7 +1,7 @@
{
"parent": "block/door_top_rh",
"parent": "betterend:block/sided_door_top_rh",
"textures": {
"bottom": "betterend:block/mossy_glowshroom_door_top",
"top": "betterend:block/mossy_glowshroom_door_top"
"facade": "betterend:block/mossy_glowshroom_door_top",
"side": "betterend:block/mossy_glowshroom_door_side"
}
}

View file

@ -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" }
}
}
]
}

View file

@ -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" }
}
}
]
}

View file

@ -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" }
}
}
]
}

View file

@ -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" }
}
}
]
}