compat: complete Twilight Forest support

This commit is contained in:
Martin Prokoph
2025-03-13 22:37:51 +01:00
parent b15c1baac3
commit 95e482133b
58 changed files with 670 additions and 100 deletions

View 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" }
}
}
]
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/leaves_regular",
"textures": {
"all": "twilightforest:block/darkwood_leaves"
}
}

View 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"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/leaves_regular",
"textures": {
"all": "twilightforest:block/darkwood_leaves"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:item/azalea_leaves"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:item/spruce_leaves"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "twilightforest:block/oak_leaves_regular"
}
}

View 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"
}
}
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "twilightforest:item/giant_block_base",
"textures": {
"all": "minecraft:block/oak_leaves",
"top": "minecraft:block/oak_leaves"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "twilightforest:item/giant_block_gui",
"textures": {
"all": "minecraft:block/oak_leaves",
"top": "minecraft:block/oak_leaves"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:item/birch_leaves"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "twilightforest:block/mining_leaves"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:item/oak_leaves"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "twilightforest:block/sorting_leaves"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:item/oak_leaves"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "twilightforest:block/time_leaves"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "twilightforest:block/transformation_leaves"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "minecraft:item/oak_leaves"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B