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

8 lines
214 B
JSON

{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"bottom": "minecraft:block/dirt",
"side": "minecraft:block/snow",
"top": "minecraft:block/grass_block_top"
}
}