ploof-pack/faithless/assets/minecraft/models/block/moss_carpet.json

23 lines
697 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"ambientocclusion": false,
"parent": "block/thin_block",
"textures": {
"2": "block/moss_carpet",
"particle": "block/moss_block",
"wool": "block/moss_block"
},
"elements": [
{
"from": [-0.01, -2, -0.01],
"to": [16.01, 1, 16.01],
"faces": {
"north": {"uv": [0, 0, 16, 3], "texture": "#2", "cullface": "north"},
"east": {"uv": [0, 0, 16, 3], "texture": "#2", "cullface": "east"},
"south": {"uv": [0, 0, 16, 3], "texture": "#2", "cullface": "south"},
"west": {"uv": [0, 0, 16, 3], "texture": "#2", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#wool"},
"down": {"uv": [0, 0, 16, 16], "texture": "#wool", "cullface": "down"}
}
}
]
}