mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 11:45:09 +01:00
compat: complete Twilight Forest support
This commit is contained in:
18
base/assets/minecraft/models/block/leaves_regular.json
Normal file
18
base/assets/minecraft/models/block/leaves_regular.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{ "parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "#all"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "down" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "up" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "south" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "west" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
6
base/assets/twilightforest/models/block/dark_leaves.json
Normal file
6
base/assets/twilightforest/models/block/dark_leaves.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/leaves_regular",
|
||||
"textures": {
|
||||
"all": "twilightforest:block/darkwood_leaves"
|
||||
}
|
||||
}
|
||||
10
base/assets/twilightforest/models/block/giant_leaves.json
Normal file
10
base/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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/azalea_leaves"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/spruce_leaves"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "twilightforest:block/oak_leaves_regular"
|
||||
}
|
||||
}
|
||||
20
base/assets/twilightforest/models/item/giant_leaves.json
Normal file
20
base/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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "twilightforest:item/giant_block_base",
|
||||
"textures": {
|
||||
"all": "minecraft:block/oak_leaves",
|
||||
"top": "minecraft:block/oak_leaves"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "twilightforest:item/giant_block_gui",
|
||||
"textures": {
|
||||
"all": "minecraft:block/oak_leaves",
|
||||
"top": "minecraft:block/oak_leaves"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/birch_leaves"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "twilightforest:block/mining_leaves"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/oak_leaves"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "twilightforest:block/sorting_leaves"
|
||||
}
|
||||
3
base/assets/twilightforest/models/item/thorn_leaves.json
Normal file
3
base/assets/twilightforest/models/item/thorn_leaves.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/oak_leaves"
|
||||
}
|
||||
3
base/assets/twilightforest/models/item/time_leaves.json
Normal file
3
base/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"
|
||||
}
|
||||
BIN
base/assets/twilightforest/textures/block/oak_leaves_regular.png
Normal file
BIN
base/assets/twilightforest/textures/block/oak_leaves_regular.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 202 B |
Reference in New Issue
Block a user