Read textures from original model files

Improved mod support :)
This commit is contained in:
Martin Prokoph
2025-09-14 18:12:33 +02:00
parent 9871a0c09f
commit a889417caa
1624 changed files with 9518 additions and 6750 deletions

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/acacia_log_top",
"side": "minecraft:block/acacia_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/birch_log_top",
"side": "minecraft:block/birch_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/cherry_log_top",
"side": "minecraft:block/cherry_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/crimson_stem_top",
"side": "minecraft:block/crimson_stem"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/dark_oak_log_top",
"side": "minecraft:block/dark_oak_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/jungle_log_top",
"side": "minecraft:block/jungle_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/mangrove_log_top",
"side": "minecraft:block/mangrove_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/oak_log_top",
"side": "minecraft:block/oak_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/pale_oak_log_top",
"side": "minecraft:block/pale_oak_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/spruce_log_top",
"side": "minecraft:block/spruce_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/stripped_acacia_log_top",
"side": "minecraft:block/stripped_acacia_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/stripped_birch_log_top",
"side": "minecraft:block/stripped_birch_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/stripped_cherry_log_top",
"side": "minecraft:block/stripped_cherry_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/stripped_crimson_stem_top",
"side": "minecraft:block/stripped_crimson_stem"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/stripped_dark_oak_log_top",
"side": "minecraft:block/stripped_dark_oak_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/stripped_jungle_log_top",
"side": "minecraft:block/stripped_jungle_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/stripped_mangrove_log_top",
"side": "minecraft:block/stripped_mangrove_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/stripped_oak_log_top",
"side": "minecraft:block/stripped_oak_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/stripped_pale_oak_log_top",
"side": "minecraft:block/stripped_pale_oak_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/stripped_spruce_log_top",
"side": "minecraft:block/stripped_spruce_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/stripped_warped_stem_top",
"side": "minecraft:block/stripped_warped_stem"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "minecraft:block/warped_stem_top",
"side": "minecraft:block/warped_stem"
}
}