SangeFault/assets/minecraft/models/block/snow_height2.json
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 a50683c84e Updated to 1.18.1 Vanilla Assets
basically starting over... this is gonna be fun!
2022-01-20 17:44:06 +01:00

19 lines
825 B
JSON

{ "parent": "block/thin_block",
"textures": {
"particle": "block/snow",
"texture": "block/snow"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 2, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" },
"south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" },
"west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" },
"east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" }
}
}
]
}