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

@@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"down": "regions_unexplored:block/ashen_log_top",
"up": "regions_unexplored:block/ashen_log_top",
"north": "regions_unexplored:block/ashen_log",
"east": "regions_unexplored:block/ashen_log",
"south": "regions_unexplored:block/ashen_log",
"west": "regions_unexplored:block/ashen_log",
"particle": "regions_unexplored:block/ashen_log_top"
}
}