modpack/Resource Packs/Fast Better Grass/assets/minecraft/models/block/grass_block.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

22 lines
970 B
JSON

{
"parent": "block/block",
"textures": {
"particle": "block/dirt",
"bottom": "block/dirt",
"top": "block/grass_block_top"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"down": { "uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up", "tintindex": 0 },
"north": { "uv": [0, 0, 16, 16], "texture": "#top", "cullface": "north", "tintindex": 0 },
"south": { "uv": [0, 0, 16, 16], "texture": "#top", "cullface": "south", "tintindex": 0 },
"west": { "uv": [0, 0, 16, 16], "texture": "#top", "cullface": "west", "tintindex": 0 },
"east": { "uv": [0, 0, 16, 16], "texture": "#top", "cullface": "east", "tintindex": 0 }
}
}
]
}