Read textures from original model files

Improved mod support :)
This commit is contained in:
Martin Prokoph
2025-09-14 18:12:33 +02:00
parent 9871a0c09f
commit a889417caa
1624 changed files with 9518 additions and 6750 deletions

View File

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "nethers_exoticism:block/jabuticaba_log_top",
"side": "nethers_exoticism:block/jabuticaba_log"
"top": "nethers_exoticism:blocks/jaboticaba_log_top",
"side": "nethers_exoticism:blocks/jaboticaba_log"
}
}

View File

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "nethers_exoticism:block/ramboutan_log_top",
"side": "nethers_exoticism:block/ramboutan_log"
"top": "nethers_exoticism:blocks/ramboutan_log_top",
"side": "nethers_exoticism:blocks/ramboutan_log"
}
}

View File

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "nethers_exoticism:block/stripped_jabuticaba_log_top",
"side": "nethers_exoticism:block/stripped_jabuticaba_log"
"top": "nethers_exoticism:blocks/stripped_jaboticaba_log_top",
"side": "nethers_exoticism:blocks/stripped_jaboticaba_log"
}
}

View File

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "nethers_exoticism:block/stripped_rambutan_log_top",
"side": "nethers_exoticism:block/stripped_rambutan_log"
"top": "nethers_exoticism:blocks/stripped_ramboutan_log_top",
"side": "nethers_exoticism:blocks/stripped_ramboutan_log"
}
}