Files
RoundTreesPack/input/assets/betternether/models/block/wart_log.json
Martin Prokoph a889417caa Read textures from original model files
Improved mod support :)
2025-09-14 18:12:33 +02:00

12 lines
400 B
JSON

{
"parent": "block/cube",
"textures": {
"particle": "betternether:block/wart_bark",
"down": "betternether:block/wart_log_top",
"up": "betternether:block/wart_log_top",
"north": "betternether:block/wart_bark",
"east": "betternether:block/wart_bark",
"south": "betternether:block/wart_bark",
"west": "betternether:block/wart_bark"
}
}