Generate pack assets via Python

- Also features a new, optimized log model
This commit is contained in:
Martin Prokoph
2025-09-14 14:01:51 +02:00
parent 70948d0e92
commit fae5ab2589
1482 changed files with 16935 additions and 611 deletions

View File

@@ -1,7 +0,0 @@
{
"variants": {
"axis=y": {"model": "naturesaura:block/ancient_log"},
"axis=z": {"model": "naturesaura:block/ancient_log", "x": 90},
"axis=x": {"model": "naturesaura:block/ancient_log", "x": 90, "y": 90}
}
}

View File

@@ -1,7 +0,0 @@
{
"variants": {
"axis=y": { "model": "naturesaura:block/ancient_log" },
"axis=z": { "model": "naturesaura:block/ancient_log", "x": 90 },
"axis=x": { "model": "naturesaura:block/ancient_log", "x": 90, "y": 90 }
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "block/log",
"textures": {
"top": "naturesaura:block/ancient_log_top",
"side": "naturesaura:block/ancient_log",
"particle": "naturesaura:block/ancient_log"
}
}