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,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomesoplenty:block/cherry_log_top",
"side": "biomesoplenty:block/cherry_log",
"particle": "biomesoplenty:block/cherry_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomesoplenty:block/dead_log_top",
"side": "biomesoplenty:block/dead_log",
"particle": "biomesoplenty:block/dead_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomesoplenty:block/ethereal_log_top",
"side": "biomesoplenty:block/ethereal_log",
"particle": "biomesoplenty:block/ethereal_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomesoplenty:block/fir_log_top",
"side": "biomesoplenty:block/fir_log",
"particle": "biomesoplenty:block/fir_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomesoplenty:block/hellbark_log_top",
"side": "biomesoplenty:block/hellbark_log",
"particle": "biomesoplenty:block/hellbark_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomesoplenty:block/jacaranda_log_top",
"side": "biomesoplenty:block/jacaranda_log",
"particle": "biomesoplenty:block/jacaranda_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomesoplenty:block/magic_log_top",
"side": "biomesoplenty:block/magic_log",
"particle": "biomesoplenty:block/magic_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomesoplenty:block/mahogany_log_top",
"side": "biomesoplenty:block/mahogany_log",
"particle": "biomesoplenty:block/mahogany_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomesoplenty:block/palm_log_top",
"side": "biomesoplenty:block/palm_log",
"particle": "biomesoplenty:block/palm_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomesoplenty:block/redwood_log_top",
"side": "biomesoplenty:block/redwood_log",
"particle": "biomesoplenty:block/redwood_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomesoplenty:block/umbran_log_top",
"side": "biomesoplenty:block/umbran_log",
"particle": "biomesoplenty:block/umbran_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomesoplenty:block/willow_log_top",
"side": "biomesoplenty:block/willow_log",
"particle": "biomesoplenty:block/willow_log"
}
}