Files
BetterLeavesLite/base/assets/twilightforest/models/item/giant_leaves.json
2025-03-13 22:37:51 +01:00

20 lines
484 B
JSON

{
"parent": "minecraft:block/oak_leaves",
"base": {
"parent": "twilightforest:item/giant_block_base",
"textures": {
"all": "minecraft:block/oak_leaves",
"top": "minecraft:block/oak_leaves"
}
},
"loader": "neoforge:separate_transforms",
"perspectives": {
"gui": {
"parent": "twilightforest:item/giant_block_gui",
"textures": {
"all": "minecraft:block/oak_leaves",
"top": "minecraft:block/oak_leaves"
}
}
}
}