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

@@ -0,0 +1,28 @@
{
"variants": {
"axis=y,facing=east,hassap=false": { "model": "techreborn:block/rubber/rubber_log" },
"axis=z,facing=east,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
"axis=x,facing=east,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
"axis=y,facing=south,hassap=false": { "model": "techreborn:block/rubber/rubber_log" },
"axis=z,facing=south,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
"axis=x,facing=south,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
"axis=y,facing=west,hassap=false": { "model": "techreborn:block/rubber/rubber_log" },
"axis=z,facing=west,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
"axis=x,facing=west,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
"axis=y,facing=north,hassap=false": { "model": "techreborn:block/rubber/rubber_log" },
"axis=z,facing=north,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
"axis=x,facing=north,hassap=false": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
"axis=y,facing=east,hassap=true": { "model": "techreborn:block/rubber/rubber_log_with_sap", "y": 90 },
"axis=z,facing=east,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
"axis=x,facing=east,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
"axis=y,facing=south,hassap=true": { "model": "techreborn:block/rubber/rubber_log_with_sap", "y": 180 },
"axis=z,facing=south,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
"axis=x,facing=south,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
"axis=y,facing=west,hassap=true": { "model": "techreborn:block/rubber/rubber_log_with_sap", "y": 270 },
"axis=z,facing=west,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
"axis=x,facing=west,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 },
"axis=y,facing=north,hassap=true": { "model": "techreborn:block/rubber/rubber_log_with_sap" },
"axis=z,facing=north,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90 },
"axis=x,facing=north,hassap=true": { "model": "techreborn:block/rubber/rubber_log", "x": 90, "y": 90 }
}
}