Compare commits

...

7 Commits

Author SHA1 Message Date
Martin Prokoph
a889417caa Read textures from original model files
Improved mod support :)
2025-09-14 18:12:33 +02:00
Martin Prokoph
9871a0c09f Reduce z-fighting of neighboring rotated logs 2025-09-14 16:11:20 +02:00
Martin Prokoph
0734df1144 Fix z-fighting on various non-culling neighbor blocks 2025-09-14 15:31:17 +02:00
Martin Prokoph
458125e4f8 Even more model optimizations 2025-09-14 15:21:40 +02:00
Martin Prokoph
9cfdb7fa32 Fix button and sign overlap 2025-09-14 15:11:40 +02:00
Martin Prokoph
2072b22715 Further optimize log model 2025-09-14 14:44:29 +02:00
Martin Prokoph
fae5ab2589 Generate pack assets via Python
- Also features a new, optimized log model
2025-09-14 14:01:51 +02:00
2171 changed files with 20376 additions and 620 deletions

2
LICENSE Normal file → Executable file
View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020 MidnightDust
Copyright (c) 2025 Motschen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

0
README.md Normal file → Executable file
View File

BIN
Round-Trees-8.0.zip Normal file

Binary file not shown.

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "ad_astra:block/glacian_log"
},
"axis=z": {
"model": "ad_astra:block/glacian_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "ad_astra:block/glacian_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "ad_astra:block/stripped_glacian_log"
},
"axis=z": {
"model": "ad_astra:block/stripped_glacian_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "ad_astra:block/stripped_glacian_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "ad_astra:block/glacian_log_top",
"side": "ad_astra:block/glacian_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "ad_astra:block/stripped_glacian_log_top",
"side": "ad_astra:block/stripped_glacian_log"
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "architects_palette:block/cod_log"
},
"axis=z": {
"model": "architects_palette:block/cod_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "architects_palette:block/cod_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "architects_palette:block/salmon_log"
},
"axis=z": {
"model": "architects_palette:block/salmon_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "architects_palette:block/salmon_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "architects_palette:block/stripped_twisted_log"
},
"axis=z": {
"model": "architects_palette:block/stripped_twisted_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "architects_palette:block/stripped_twisted_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "architects_palette:block/twisted_log"
},
"axis=z": {
"model": "architects_palette:block/twisted_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "architects_palette:block/twisted_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "architects_palette:block/cod_log_top",
"side": "architects_palette:block/cod_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "architects_palette:block/salmon_log_top",
"side": "architects_palette:block/salmon_log"
}
}

View File

@@ -1,8 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "architects_palette:block/stripped_twisted_log_top",
"side": "architects_palette:block/stripped_twisted_log",
"particle": "architects_palette:block/stripped_twisted_log"
}
"parent": "block/log",
"textures": {
"top": "architects_palette:block/stripped_twisted_log_top",
"side": "architects_palette:block/stripped_twisted_log"
}
}

View File

@@ -1,8 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "architects_palette:block/twisted_log_top",
"side": "architects_palette:block/twisted_log",
"particle": "architects_palette:block/twisted_log"
}
"parent": "block/log",
"textures": {
"top": "architects_palette:block/twisted_log_top",
"side": "architects_palette:block/twisted_log"
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "beachparty:block/palm_log"
},
"axis=z": {
"model": "beachparty:block/palm_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "beachparty:block/palm_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "beachparty:block/stripped_palm_log"
},
"axis=z": {
"model": "beachparty:block/stripped_palm_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "beachparty:block/stripped_palm_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "beachparty:block/palm_log_top",
"side": "beachparty:block/palm_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "beachparty:block/palm_log_top_stripped",
"side": "beachparty:block/palm_log_stripped"
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/dragon_tree_log"
},
"axis=z": {
"model": "betterend:block/dragon_tree_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/dragon_tree_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/dragon_tree_stripped_log"
},
"axis=z": {
"model": "betterend:block/dragon_tree_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/dragon_tree_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/end_lotus_log"
},
"axis=z": {
"model": "betterend:block/end_lotus_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/end_lotus_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/end_lotus_stripped_log"
},
"axis=z": {
"model": "betterend:block/end_lotus_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/end_lotus_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/helix_tree_log"
},
"axis=z": {
"model": "betterend:block/helix_tree_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/helix_tree_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/helix_tree_stripped_log"
},
"axis=z": {
"model": "betterend:block/helix_tree_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/helix_tree_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/jellyshroom_log"
},
"axis=z": {
"model": "betterend:block/jellyshroom_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/jellyshroom_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/jellyshroom_stripped_log"
},
"axis=z": {
"model": "betterend:block/jellyshroom_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/jellyshroom_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/lacugrove_log"
},
"axis=z": {
"model": "betterend:block/lacugrove_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/lacugrove_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/lacugrove_stripped_log"
},
"axis=z": {
"model": "betterend:block/lacugrove_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/lacugrove_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/lucernia_log"
},
"axis=z": {
"model": "betterend:block/lucernia_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/lucernia_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/lucernia_stripped_log"
},
"axis=z": {
"model": "betterend:block/lucernia_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/lucernia_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/mossy_glowshroom_log"
},
"axis=z": {
"model": "betterend:block/mossy_glowshroom_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/mossy_glowshroom_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/mossy_glowshroom_stripped_log"
},
"axis=z": {
"model": "betterend:block/mossy_glowshroom_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/mossy_glowshroom_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/pythadendron_log"
},
"axis=z": {
"model": "betterend:block/pythadendron_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/pythadendron_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/pythadendron_stripped_log"
},
"axis=z": {
"model": "betterend:block/pythadendron_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/pythadendron_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/tenanea_log"
},
"axis=z": {
"model": "betterend:block/tenanea_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/tenanea_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/tenanea_stripped_log"
},
"axis=z": {
"model": "betterend:block/tenanea_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/tenanea_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/umbrella_tree_log"
},
"axis=z": {
"model": "betterend:block/umbrella_tree_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/umbrella_tree_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betterend:block/umbrella_tree_stripped_log"
},
"axis=z": {
"model": "betterend:block/umbrella_tree_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betterend:block/umbrella_tree_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/dragon_tree_log_top",
"side": "betterend:block/dragon_tree_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/dragon_tree_stripped_log_top",
"side": "betterend:block/dragon_tree_stripped_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/end_lotus_log_top",
"side": "betterend:block/end_lotus_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/end_lotus_stripped_log_top",
"side": "betterend:block/end_lotus_stripped_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/helix_tree_log_top",
"side": "betterend:block/helix_tree_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/helix_tree_stripped_log_top",
"side": "betterend:block/helix_tree_stripped_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/jellyshroom_log_top",
"side": "betterend:block/jellyshroom_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/jellyshroom_stripped_log_top",
"side": "betterend:block/jellyshroom_stripped_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/lacugrove_log_top",
"side": "betterend:block/lacugrove_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/lacugrove_stripped_log_top",
"side": "betterend:block/lacugrove_stripped_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/lucernia_log_top",
"side": "betterend:block/lucernia_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/lucernia_stripped_log_top",
"side": "betterend:block/lucernia_stripped_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/mossy_glowshroom_log_top",
"side": "betterend:block/mossy_glowshroom_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/mossy_glowshroom_stripped_log_top",
"side": "betterend:block/mossy_glowshroom_stripped_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/pythadendron_log_top",
"side": "betterend:block/pythadendron_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/pythadendron_stripped_log_top",
"side": "betterend:block/pythadendron_stripped_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/tenanea_log_top",
"side": "betterend:block/tenanea_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/tenanea_stripped_log_top",
"side": "betterend:block/tenanea_stripped_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/umbrella_tree_log_top",
"side": "betterend:block/umbrella_tree_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betterend:block/umbrella_tree_stripped_log_top",
"side": "betterend:block/umbrella_tree_stripped_log_side"
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betternether:block/anchor_tree_log"
},
"axis=z": {
"model": "betternether:block/anchor_tree_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betternether:block/anchor_tree_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betternether:block/mushroom_fir_log"
},
"axis=z": {
"model": "betternether:block/mushroom_fir_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betternether:block/mushroom_fir_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betternether:block/mushroom_fir_stripped_log"
},
"axis=z": {
"model": "betternether:block/mushroom_fir_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betternether:block/mushroom_fir_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betternether:block/nether_sakura_log"
},
"axis=z": {
"model": "betternether:block/nether_sakura_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betternether:block/nether_sakura_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betternether:block/nether_sakura_stripped_log"
},
"axis=z": {
"model": "betternether:block/nether_sakura_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betternether:block/nether_sakura_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betternether:block/rubeus_log"
},
"axis=z": {
"model": "betternether:block/rubeus_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betternether:block/rubeus_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betternether:block/rubeus_stripped_log"
},
"axis=z": {
"model": "betternether:block/rubeus_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betternether:block/rubeus_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betternether:block/stalagnate_log"
},
"axis=z": {
"model": "betternether:block/stalagnate_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betternether:block/stalagnate_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betternether:block/stalagnate_stripped_log"
},
"axis=z": {
"model": "betternether:block/stalagnate_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betternether:block/stalagnate_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betternether:block/wart_log"
},
"axis=z": {
"model": "betternether:block/wart_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betternether:block/wart_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betternether:block/wart_stripped_log"
},
"axis=z": {
"model": "betternether:block/wart_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betternether:block/wart_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betternether:block/willow_log"
},
"axis=z": {
"model": "betternether:block/willow_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betternether:block/willow_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "betternether:block/willow_stripped_log"
},
"axis=z": {
"model": "betternether:block/willow_stripped_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "betternether:block/willow_stripped_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betternether:block/anchor_tree_log_top",
"side": "betternether:block/anchor_tree_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betternether:block/mushroom_fir_log_top",
"side": "betternether:block/mushroom_fir_bark"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betternether:block/mushroom_fir_stripped_log_top",
"side": "betternether:block/mushroom_fir_stripped_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betternether:block/nether_sakura_log_top",
"side": "betternether:block/nether_sakura_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betternether:block/nether_sakura_stripped_log_top",
"side": "betternether:block/nether_sakura_stripped_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betternether:block/rubeus_log_top",
"side": "betternether:block/rubeus_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betternether:block/stripped_rubeus_log_top",
"side": "betternether:block/stripped_rubeus_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betternether:block/stalagnate_bark_top",
"side": "betternether:block/stalagnate_bark_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betternether:block/stalagnate_stripped_log_top",
"side": "betternether:block/stalagnate_stripped_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betternether:block/wart_log_top",
"side": "betternether:block/wart_bark"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betternether:block/wart_stripped_log_top",
"side": "betternether:block/wart_stripped_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betternether:block/willow_log_top",
"side": "betternether:block/willow_bark"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "betternether:block/willow_stripped_log_top",
"side": "betternether:block/willow_stripped_log_side"
}
}

View File

@@ -1,7 +1,18 @@
{
"variants": {
"axis=y": { "model": "bewitchment:block/cypress_log" },
"axis=z": { "model": "bewitchment:block/cypress_log", "x": 90 },
"axis=x": { "model": "bewitchment:block/cypress_log", "x": 90, "y": 90 }
"axis=y": {
"model": "bewitchment:block/cypress_log"
},
"axis=z": {
"model": "bewitchment:block/cypress_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bewitchment:block/cypress_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -1,7 +1,18 @@
{
"variants": {
"axis=y": { "model": "bewitchment:block/dragons_blood_log" },
"axis=z": { "model": "bewitchment:block/dragons_blood_log", "x": 90 },
"axis=x": { "model": "bewitchment:block/dragons_blood_log", "x": 90, "y": 90 }
}
"variants": {
"axis=y": {
"model": "bewitchment:block/dragons_blood_log"
},
"axis=z": {
"model": "bewitchment:block/dragons_blood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bewitchment:block/dragons_blood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -1,7 +1,18 @@
{
"variants": {
"axis=y": { "model": "bewitchment:block/elder_log" },
"axis=z": { "model": "bewitchment:block/elder_log", "x": 90 },
"axis=x": { "model": "bewitchment:block/elder_log", "x": 90, "y": 90 }
"axis=y": {
"model": "bewitchment:block/elder_log"
},
"axis=z": {
"model": "bewitchment:block/elder_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bewitchment:block/elder_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -1,7 +1,18 @@
{
"variants": {
"axis=y": { "model": "bewitchment:block/juniper_log" },
"axis=z": { "model": "bewitchment:block/juniper_log", "x": 90 },
"axis=x": { "model": "bewitchment:block/juniper_log", "x": 90, "y": 90 }
"axis=y": {
"model": "bewitchment:block/juniper_log"
},
"axis=z": {
"model": "bewitchment:block/juniper_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bewitchment:block/juniper_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -1,7 +1,18 @@
{
"variants": {
"axis=y": { "model": "bewitchment:block/stripped_cypress_log" },
"axis=z": { "model": "bewitchment:block/stripped_cypress_log", "x": 90 },
"axis=x": { "model": "bewitchment:block/stripped_cypress_log", "x": 90, "y": 90 }
"axis=y": {
"model": "bewitchment:block/stripped_cypress_log"
},
"axis=z": {
"model": "bewitchment:block/stripped_cypress_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bewitchment:block/stripped_cypress_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -1,7 +1,18 @@
{
"variants": {
"axis=y": { "model": "bewitchment:block/stripped_dragons_blood_log" },
"axis=z": { "model": "bewitchment:block/stripped_dragons_blood_log", "x": 90 },
"axis=x": { "model": "bewitchment:block/stripped_dragons_blood_log", "x": 90, "y": 90 }
}
"variants": {
"axis=y": {
"model": "bewitchment:block/stripped_dragons_blood_log"
},
"axis=z": {
"model": "bewitchment:block/stripped_dragons_blood_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bewitchment:block/stripped_dragons_blood_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -1,7 +1,18 @@
{
"variants": {
"axis=y": { "model": "bewitchment:block/stripped_elder_log" },
"axis=z": { "model": "bewitchment:block/stripped_elder_log", "x": 90 },
"axis=x": { "model": "bewitchment:block/stripped_elder_log", "x": 90, "y": 90 }
"axis=y": {
"model": "bewitchment:block/stripped_elder_log"
},
"axis=z": {
"model": "bewitchment:block/stripped_elder_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bewitchment:block/stripped_elder_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -1,7 +1,18 @@
{
"variants": {
"axis=y": { "model": "bewitchment:block/stripped_juniper_log" },
"axis=z": { "model": "bewitchment:block/stripped_juniper_log", "x": 90 },
"axis=x": { "model": "bewitchment:block/stripped_juniper_log", "x": 90, "y": 90 }
"axis=y": {
"model": "bewitchment:block/stripped_juniper_log"
},
"axis=z": {
"model": "bewitchment:block/stripped_juniper_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "bewitchment:block/stripped_juniper_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bewitchment:block/cypress_log_top",
"side": "bewitchment:block/cypress_log"
}
"parent": "block/log",
"textures": {
"top": "bewitchment:block/cypress_log_top",
"side": "bewitchment:block/cypress_log"
}
}

View File

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bewitchment:block/dragons_blood_log_top",
"side": "bewitchment:block/dragons_blood_log"
}
"parent": "block/log",
"textures": {
"top": "bewitchment:block/dragons_blood_log_top",
"side": "bewitchment:block/dragons_blood_log"
}
}

View File

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bewitchment:block/elder_log_top",
"side": "bewitchment:block/elder_log"
}
"parent": "block/log",
"textures": {
"top": "bewitchment:block/elder_log_top",
"side": "bewitchment:block/elder_log"
}
}

View File

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bewitchment:block/juniper_log_top",
"side": "bewitchment:block/juniper_log"
}
"parent": "block/log",
"textures": {
"top": "bewitchment:block/juniper_log_top",
"side": "bewitchment:block/juniper_log"
}
}

View File

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bewitchment:block/stripped_cypress_log_top",
"side": "bewitchment:block/stripped_cypress_log"
}
"parent": "block/log",
"textures": {
"top": "bewitchment:block/stripped_cypress_log_top",
"side": "bewitchment:block/stripped_cypress_log"
}
}

View File

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bewitchment:block/stripped_dragons_blood_log_top",
"side": "bewitchment:block/stripped_dragons_blood_log"
}
"parent": "block/log",
"textures": {
"top": "bewitchment:block/stripped_dragons_blood_log_top",
"side": "bewitchment:block/stripped_dragons_blood_log"
}
}

View File

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "bewitchment:block/stripped_elder_log_top",
"side": "bewitchment:block/stripped_elder_log"
}
"parent": "block/log",
"textures": {
"top": "bewitchment:block/stripped_elder_log_top",
"side": "bewitchment:block/stripped_elder_log"
}
}

Some files were not shown because too many files have changed in this diff Show More