Add SteamWar Texture pack for pack version 9

This commit is contained in:
2025-04-18 16:05:32 +02:00
commit 36b6cc1927
69 changed files with 749 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"parent": "block/beacon",
"textures": {
"texture": "minecraft:block/beacon"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/beacon/1"
}
]
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/beacon/1"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,30 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/blaze_rod"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/blaze_rod/1"
},
{
"predicate":
{
"custom_model_data":2
},
"model": "item/blaze_rod/2"
},
{
"predicate":
{
"custom_model_data":3
},
"model": "item/blaze_rod/3"
}
]
}

View File

@ -0,0 +1,24 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/blaze_rod/1"
},
"display": {
"thirdperson_righthand": {
"rotation": [0, -90, -32],
"translation": [0, 4, 0],
"scale": [0.80, 0.80, 0.80]
},
"firstperson_righthand": {
"rotation": [70, -90, 0],
"translation": [3.5, 2.5, -1],
"scale": [0.80, 0.80, 0.80]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,24 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/blaze_rod/2"
},
"display": {
"thirdperson_righthand": {
"rotation": [0, -90, -32],
"translation": [0, 4, 0],
"scale": [0.80, 0.80, 0.80]
},
"firstperson_righthand": {
"rotation": [70, -90, 0],
"translation": [3.5, 2.5, -1],
"scale": [0.80, 0.80, 0.80]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,24 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/blaze_rod/3"
},
"display": {
"thirdperson_righthand": {
"rotation": [0, -90, -90],
"translation": [0, -2, -2],
"scale": [0.80, 0.80, 0.80]
},
"firstperson_righthand": {
"rotation": [0, -90, 0],
"translation": [3.5, 2.5, -1],
"scale": [0.80, 0.80, 0.80]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,23 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/cauldron"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/cauldron/1"
},
{
"predicate":
{
"custom_model_data":2
},
"model": "item/cauldron/2"
}
]
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/cauldron/1"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/cauldron/2"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,17 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/firework_star",
"layer1": "item/firework_star_overlay"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/firework_star/1"
}
]
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/firework_star/1"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/flint_and_steel"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/flint_and_steel/1"
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/flint_and_steel/1"
}
}

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/glass_bottle"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/glass_bottle/1"
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/glass_bottle/1"
}
}

View File

@ -0,0 +1,23 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/gray_dye"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/gray_dye/1"
},
{
"predicate":
{
"custom_model_data":2
},
"model": "item/gray_dye/2"
}
]
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/prev1"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/prev2"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,16 @@
{
"parent": "minecraft:block/pressure_plate_up",
"textures": {
"texture": "minecraft:block/iron_block"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/heavy_weighted_pressure_plate/1"
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/heavy_weighted_pressure_plate/1"
}
}

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/leather_chestplate"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/leather_chestplate/1"
}
]
}

View File

@ -0,0 +1,21 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/chest",
"layer1": "item/chest"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,23 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/lime_dye"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/lime_dye/1"
},
{
"predicate":
{
"custom_model_data":2
},
"model": "item/lime_dye/2"
}
]
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/next1"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/next2"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,23 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/name_tag"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/name_tag/1"
},
{
"predicate":
{
"custom_model_data":2
},
"model": "item/name_tag/2"
}
]
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/name_tag/1"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/name_tag/2"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,23 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/nether_star"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/nether_star/1"
},
{
"predicate":
{
"custom_model_data":2
},
"model": "item/nether_star/2"
}
]
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/nether_star/1"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/nether_star/2"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,16 @@
{
"parent": "block/observer",
"textures": {
"texture": "minecraft:block/observer"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/observer/1"
}
]
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/observer/1"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,16 @@
{
"parent": "minecraft:block/obsidian",
"textures": {
"layer0": "minecraft:item/obsidian"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/obsidian/1"
}
]
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/obsidian/1"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/paper"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/paper/1"
}
]
}

View File

@ -0,0 +1,20 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/paper/1"
},
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
}
}
}

View File

@ -0,0 +1,16 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/stick"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/stick/1"
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/stick/1"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 732 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 876 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

6
9/pack.mcmeta Normal file
View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 9,
"description": "\u00A7e \u00A7l Steam\u00A77\u00A7lWar\u00A7r.de"
}
}

BIN
9/pack.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB