minecraftjava/assets/blocks/cactus.json

12 lines
222 B
JSON
Raw Normal View History

2023-04-17 16:12:01 +00:00
{
"model": "cactus",
"texture": "side",
"textures": {
"side": "cactus",
"top": "cactus_top",
"bottom": "cactus_top"
},
"transparent": false,
"renderNeighbors": true,
"placeable": true
}