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,7 @@
{
"parent": "block/log",
"textures": {
"top": "quark:block/ancient_log_top",
"side": "quark:block/ancient_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "quark:block/azalea_log_top",
"side": "quark:block/azalea_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "quark:block/blossom_log_top",
"side": "quark:block/blossom_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/acacia_log_top",
"side": "quark:block/acacia_log",
"inner": "quark:block/stripped_acacia_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/ancient_log_top",
"side": "quark:block/ancient_log",
"inner": "quark:block/stripped_ancient_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/azalea_log_top",
"side": "quark:block/azalea_log",
"inner": "quark:block/stripped_azalea_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/birch_log_top",
"side": "quark:block/birch_log",
"inner": "quark:block/stripped_birch_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/blossom_log_top",
"side": "quark:block/blossom_log",
"inner": "quark:block/stripped_blossom_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/cherry_log_top",
"side": "quark:block/cherry_log",
"inner": "quark:block/stripped_cherry_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/dark_oak_log_top",
"side": "quark:block/dark_oak_log",
"inner": "quark:block/stripped_dark_oak_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/jungle_log_top",
"side": "quark:block/jungle_log",
"inner": "quark:block/stripped_jungle_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/mangrove_log_top",
"side": "quark:block/mangrove_log",
"inner": "quark:block/stripped_mangrove_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/oak_log_top",
"side": "quark:block/oak_log",
"inner": "quark:block/stripped_oak_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/spruce_log_top",
"side": "quark:block/spruce_log",
"inner": "quark:block/stripped_spruce_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "quark:block/stripped_ancient_log_top",
"side": "quark:block/stripped_ancient_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "quark:block/stripped_azalea_log_top",
"side": "quark:block/stripped_azalea_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "quark:block/stripped_blossom_log_top",
"side": "quark:block/stripped_blossom_log"
}
}