mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 19:55:08 +01:00
compat: complete Twilight Forest support
This commit is contained in:
6
assets/twilightforest/models/block/dark_leaves.json
Normal file
6
assets/twilightforest/models/block/dark_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/leaves_regular",
|
||||
"textures": {
|
||||
"all": "twilightforest:block/darkwood_leaves"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves",
|
||||
"textures": {
|
||||
"all": "twilightforest:block/darkwood_leaves"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves1",
|
||||
"textures": {
|
||||
"all": "twilightforest:block/darkwood_leaves"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves2",
|
||||
"textures": {
|
||||
"all": "twilightforest:block/darkwood_leaves"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves3",
|
||||
"textures": {
|
||||
"all": "twilightforest:block/darkwood_leaves"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaves4",
|
||||
"textures": {
|
||||
"all": "twilightforest:block/darkwood_leaves"
|
||||
}
|
||||
}
|
||||
6
assets/twilightforest/models/block/fallen_leaves.json
Normal file
6
assets/twilightforest/models/block/fallen_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "betterleaves:block/leaf_carpet",
|
||||
"textures": {
|
||||
"wool": "minecraft:block/oak_leaves"
|
||||
}
|
||||
}
|
||||
10
assets/twilightforest/models/block/giant_leaves.json
Normal file
10
assets/twilightforest/models/block/giant_leaves.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"parent": "minecraft:block/block",
|
||||
"loader": "twilightforest:giant_block",
|
||||
"parent_block": "minecraft:oak_leaves",
|
||||
"render_type": "minecraft:cutout_mipped",
|
||||
"textures": {
|
||||
"all": "twilightforest:block/oak_leaves_regular",
|
||||
"particle": "twilightforest:block/oak_leaves_regular"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/leaves_regular",
|
||||
"textures": {
|
||||
"all": "twilightforest:block/darkwood_leaves"
|
||||
}
|
||||
}
|
||||
3
assets/twilightforest/models/item/beanstalk_leaves.json
Normal file
3
assets/twilightforest/models/item/beanstalk_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/azalea_leaves"
|
||||
}
|
||||
3
assets/twilightforest/models/item/canopy_leaves.json
Normal file
3
assets/twilightforest/models/item/canopy_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/spruce_leaves"
|
||||
}
|
||||
6
assets/twilightforest/models/item/fallen_leaves.json
Normal file
6
assets/twilightforest/models/item/fallen_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "twilightforest:block/oak_leaves_regular"
|
||||
}
|
||||
}
|
||||
20
assets/twilightforest/models/item/giant_leaves.json
Normal file
20
assets/twilightforest/models/item/giant_leaves.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/twilightforest/models/item/giant_leaves_base.json
Normal file
7
assets/twilightforest/models/item/giant_leaves_base.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "twilightforest:item/giant_block_base",
|
||||
"textures": {
|
||||
"all": "minecraft:block/oak_leaves",
|
||||
"top": "minecraft:block/oak_leaves"
|
||||
}
|
||||
}
|
||||
7
assets/twilightforest/models/item/giant_leaves_gui.json
Normal file
7
assets/twilightforest/models/item/giant_leaves_gui.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "twilightforest:item/giant_block_gui",
|
||||
"textures": {
|
||||
"all": "minecraft:block/oak_leaves",
|
||||
"top": "minecraft:block/oak_leaves"
|
||||
}
|
||||
}
|
||||
3
assets/twilightforest/models/item/mangrove_leaves.json
Normal file
3
assets/twilightforest/models/item/mangrove_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/birch_leaves"
|
||||
}
|
||||
3
assets/twilightforest/models/item/mining_leaves.json
Normal file
3
assets/twilightforest/models/item/mining_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "twilightforest:block/mining_leaves"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/oak_leaves"
|
||||
}
|
||||
3
assets/twilightforest/models/item/sorting_leaves.json
Normal file
3
assets/twilightforest/models/item/sorting_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "twilightforest:block/sorting_leaves"
|
||||
}
|
||||
3
assets/twilightforest/models/item/thorn_leaves.json
Normal file
3
assets/twilightforest/models/item/thorn_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/oak_leaves"
|
||||
}
|
||||
3
assets/twilightforest/models/item/time_leaves.json
Normal file
3
assets/twilightforest/models/item/time_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "twilightforest:block/time_leaves"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "twilightforest:block/transformation_leaves"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/oak_leaves"
|
||||
}
|
||||
Reference in New Issue
Block a user