modpack/Resource Packs/Fast Better Grass/assets/minecraft/models/block/dirt_path.json
RaptaG 9b89d911c2
Rename Resourcepacks to Resource Packs (#573)
* Resourcepacks to Resource-Packs

Just a visual improvement

* Remove the dash

---------

Co-authored-by: Madis <Madis0@users.noreply.github.com>
2023-02-04 11:59:42 +02:00

35 lines
1.4 KiB
JSON

{
"parent": "block/block",
"textures": {
"particle": "block/dirt",
"top": "block/dirt_path_top",
"bottom": "block/dirt"
},
"elements": [
{ "from": [ -0.008, -1, -0.008 ],
"to": [ 16.008, 15, 16.008 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 1, 16.008, 16.008 ], "texture": "#top", "cullface": "north" },
"south": { "uv": [ 0, 1, 16.008, 16.008 ], "texture": "#top", "cullface": "south" },
"west": { "uv": [ 0, 1, 16.008, 16.008 ], "texture": "#top", "cullface": "west" },
"east": { "uv": [ 0, 1, 16.008, 16.008 ], "texture": "#top", "cullface": "east" }
}
},
{
"from": [0, -0, 0],
"to": [16, -0.0001, 16],
"faces": {
"north": {"uv": [0, 0, 16, 0], "texture": "#bottom", "cullface": "down" },
"east": {"uv": [0, 0, 16, 0], "texture": "#bottom", "cullface": "down" },
"south": {"uv": [0, 0, 16, 0], "texture": "#bottom", "cullface": "down" },
"west": {"uv": [0, 0, 16, 0], "texture": "#bottom", "cullface": "down" },
"up": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down" },
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down" }
}
}
]
}