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": "wild_explorer:block/cherry_oak_log/top",
"side": "wild_explorer:block/cherry_oak_log/side",
"particle": "wild_explorer:block/cherry_oak_log/side"
}
}

View File

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

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "wild_explorer:block/stripped_cherry_oak_log/top",
"side": "wild_explorer:block/stripped_cherry_oak_log/side",
"particle": "wild_explorer:block/stripped_cherry_oak_log/side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "wild_explorer:block/stripped_palm_log/top",
"side": "wild_explorer:block/stripped_palm_log/side",
"particle": "wild_explorer:block/stripped_palm_log/side"
}
}