mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Removed internal faces from the cloud stairs
This commit is contained in:
parent
cccc207162
commit
be55bd4e75
3 changed files with 130 additions and 14 deletions
|
@ -1,8 +1,45 @@
|
||||||
{
|
{
|
||||||
"parent": "block/inner_stairs",
|
|
||||||
"textures": {
|
"textures": {
|
||||||
"bottom": "unicopia:blocks/cloud_normal",
|
"bottom": "unicopia:blocks/cloud_normal",
|
||||||
"top": "unicopia:blocks/cloud_normal",
|
"top": "unicopia:blocks/cloud_normal",
|
||||||
"side": "unicopia:blocks/cloud_normal"
|
"side": "unicopia:blocks/cloud_normal",
|
||||||
}
|
"particle": "unicopia:blocks/cloud_normal"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 16, 8, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
|
||||||
|
"north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" },
|
||||||
|
"south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" },
|
||||||
|
"west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" },
|
||||||
|
"east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, 8, 0 ],
|
||||||
|
"to": [ 16, 16, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 0, 16, 16 ], "texture": "#top", "cullface": "up" },
|
||||||
|
"north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "north" },
|
||||||
|
"south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" },
|
||||||
|
"east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 0, 8, 8 ],
|
||||||
|
"to": [ 8, 16, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 0, 8, 8, 16 ], "texture": "#top", "cullface": "up" },
|
||||||
|
"south": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "south" },
|
||||||
|
"west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "west" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, 16, 8 ],
|
||||||
|
"to": [ 0, 8, 0 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
|
||||||
|
"west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side" },
|
||||||
|
"north": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,42 @@
|
||||||
{
|
{
|
||||||
"parent": "block/outer_stairs",
|
|
||||||
"textures": {
|
"textures": {
|
||||||
"bottom": "unicopia:blocks/cloud_normal",
|
"bottom": "unicopia:blocks/cloud_normal",
|
||||||
"top": "unicopia:blocks/cloud_normal",
|
"top": "unicopia:blocks/cloud_normal",
|
||||||
"side": "unicopia:blocks/cloud_normal"
|
"side": "unicopia:blocks/cloud_normal",
|
||||||
}
|
"particle": "unicopia:blocks/cloud_normal"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 16, 8, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
|
||||||
|
"north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" },
|
||||||
|
"south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" },
|
||||||
|
"west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" },
|
||||||
|
"east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, 8, 8 ],
|
||||||
|
"to": [ 16, 16, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top", "cullface": "up" },
|
||||||
|
"north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side" },
|
||||||
|
"south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" },
|
||||||
|
"west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" },
|
||||||
|
"east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 8, 8, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 0, 0, 8, 16 ], "texture": "#top" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, 0, 0 ],
|
||||||
|
"to": [ 16, 8, 8 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 0, 16, 8 ], "texture": "#top" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,53 @@
|
||||||
{
|
{ "parent": "block/block",
|
||||||
"parent": "block/stairs",
|
"display": {
|
||||||
|
"gui": {
|
||||||
|
"rotation": [ 30, 135, 0 ],
|
||||||
|
"translation": [ 0, 0, 0],
|
||||||
|
"scale":[ 0.625, 0.625, 0.625 ]
|
||||||
|
},
|
||||||
|
"head": {
|
||||||
|
"rotation": [ 0, -90, 0 ],
|
||||||
|
"translation": [ 0, 0, 0 ],
|
||||||
|
"scale": [ 1, 1, 1 ]
|
||||||
|
},
|
||||||
|
"thirdperson_lefthand": {
|
||||||
|
"rotation": [ 75, -135, 0 ],
|
||||||
|
"translation": [ 0, 2.5, 0],
|
||||||
|
"scale": [ 0.375, 0.375, 0.375 ]
|
||||||
|
}
|
||||||
|
},
|
||||||
"textures": {
|
"textures": {
|
||||||
"bottom": "unicopia:blocks/cloud_normal",
|
"bottom": "unicopia:blocks/cloud_normal",
|
||||||
"top": "unicopia:blocks/cloud_normal",
|
"top": "unicopia:blocks/cloud_normal",
|
||||||
"side": "unicopia:blocks/cloud_normal"
|
"side": "unicopia:blocks/cloud_normal",
|
||||||
}
|
"particle": "unicopia:blocks/cloud_normal"
|
||||||
|
},
|
||||||
|
"elements": [
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 16, 8, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
|
||||||
|
"north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" },
|
||||||
|
"south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" },
|
||||||
|
"west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" },
|
||||||
|
"east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 0, 0, 0 ],
|
||||||
|
"to": [ 8, 8, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 0, 0, 8, 16 ], "texture": "#top" }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ "from": [ 8, 8, 0 ],
|
||||||
|
"to": [ 16, 16, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"up": { "uv": [ 8, 0, 16, 16 ], "texture": "#top", "cullface": "up" },
|
||||||
|
"north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "north" },
|
||||||
|
"south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" },
|
||||||
|
"west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side" },
|
||||||
|
"east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue