Add SteamWar Texture pack for pack version 9
20
.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Package Files
|
||||||
|
*.jar
|
||||||
|
|
||||||
|
# Gradle
|
||||||
|
.gradle
|
||||||
|
**/build/
|
||||||
|
!gradle/wrapper/gradle-wrapper.jar
|
||||||
|
steamwar.properties
|
||||||
|
remote
|
||||||
|
|
||||||
|
# IntelliJ IDEA
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# VSCode
|
||||||
|
bin/
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# Other
|
||||||
|
lib
|
||||||
16
9/assets/minecraft/models/item/beacon.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"parent": "block/beacon",
|
||||||
|
"textures": {
|
||||||
|
"texture": "minecraft:block/beacon"
|
||||||
|
},
|
||||||
|
"overrides":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"predicate":
|
||||||
|
{
|
||||||
|
"custom_model_data":1
|
||||||
|
},
|
||||||
|
"model": "item/beacon/1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/beacon/1.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
30
9/assets/minecraft/models/item/blaze_rod.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
24
9/assets/minecraft/models/item/blaze_rod/1.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
24
9/assets/minecraft/models/item/blaze_rod/2.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
24
9/assets/minecraft/models/item/blaze_rod/3.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
23
9/assets/minecraft/models/item/cauldron.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/cauldron/1.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/cauldron/2.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
17
9/assets/minecraft/models/item/firework_star.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/firework_star/1.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
16
9/assets/minecraft/models/item/flint_and_steel.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
6
9/assets/minecraft/models/item/flint_and_steel/1.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/handheld",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "item/flint_and_steel/1"
|
||||||
|
}
|
||||||
|
}
|
||||||
16
9/assets/minecraft/models/item/glass_bottle.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/handheld",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "item/glass_bottle"
|
||||||
|
},
|
||||||
|
"overrides":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"predicate":
|
||||||
|
{
|
||||||
|
"custom_model_data":1
|
||||||
|
},
|
||||||
|
"model": "item/glass_bottle/1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
6
9/assets/minecraft/models/item/glass_bottle/1.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/handheld",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "item/glass_bottle/1"
|
||||||
|
}
|
||||||
|
}
|
||||||
23
9/assets/minecraft/models/item/gray_dye.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/gray_dye/1.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/gray_dye/2.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "item/heavy_weighted_pressure_plate/1"
|
||||||
|
}
|
||||||
|
}
|
||||||
16
9/assets/minecraft/models/item/leather_chestplate.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/handheld",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "item/leather_chestplate"
|
||||||
|
},
|
||||||
|
"overrides":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"predicate":
|
||||||
|
{
|
||||||
|
"custom_model_data":1
|
||||||
|
},
|
||||||
|
"model": "item/leather_chestplate/1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
21
9/assets/minecraft/models/item/leather_chestplate/1.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
23
9/assets/minecraft/models/item/lime_dye.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/lime_dye/1.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/lime_dye/2.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
23
9/assets/minecraft/models/item/name_tag.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/name_tag/1.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/name_tag/2.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
23
9/assets/minecraft/models/item/nether_star.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/nether_star/1.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/nether_star/2.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
16
9/assets/minecraft/models/item/observer.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"parent": "block/observer",
|
||||||
|
"textures": {
|
||||||
|
"texture": "minecraft:block/observer"
|
||||||
|
},
|
||||||
|
"overrides":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"predicate":
|
||||||
|
{
|
||||||
|
"custom_model_data":1
|
||||||
|
},
|
||||||
|
"model": "item/observer/1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/observer/1.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
16
9/assets/minecraft/models/item/obsidian.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"parent": "minecraft:block/obsidian",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "minecraft:item/obsidian"
|
||||||
|
},
|
||||||
|
"overrides":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"predicate":
|
||||||
|
{
|
||||||
|
"custom_model_data":1
|
||||||
|
},
|
||||||
|
"model": "item/obsidian/1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/obsidian/1.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
16
9/assets/minecraft/models/item/paper.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/handheld",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "item/paper"
|
||||||
|
},
|
||||||
|
"overrides":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"predicate":
|
||||||
|
{
|
||||||
|
"custom_model_data":1
|
||||||
|
},
|
||||||
|
"model": "item/paper/1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
20
9/assets/minecraft/models/item/paper/1.json
Normal 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]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
16
9/assets/minecraft/models/item/stick.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/handheld",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "item/stick"
|
||||||
|
},
|
||||||
|
"overrides":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"predicate":
|
||||||
|
{
|
||||||
|
"custom_model_data":1
|
||||||
|
},
|
||||||
|
"model": "item/stick/1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
6
9/assets/minecraft/models/item/stick/1.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/handheld",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "item/stick/1"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
9/assets/minecraft/textures/item/beacon/1.png
Normal file
|
After Width: | Height: | Size: 643 B |
BIN
9/assets/minecraft/textures/item/blaze_rod/1.png
Normal file
|
After Width: | Height: | Size: 732 B |
BIN
9/assets/minecraft/textures/item/blaze_rod/2.png
Normal file
|
After Width: | Height: | Size: 759 B |
BIN
9/assets/minecraft/textures/item/blaze_rod/3.png
Normal file
|
After Width: | Height: | Size: 691 B |
BIN
9/assets/minecraft/textures/item/cauldron/1.png
Normal file
|
After Width: | Height: | Size: 578 B |
BIN
9/assets/minecraft/textures/item/cauldron/2.png
Normal file
|
After Width: | Height: | Size: 709 B |
BIN
9/assets/minecraft/textures/item/chest.png
Normal file
|
After Width: | Height: | Size: 729 B |
BIN
9/assets/minecraft/textures/item/firework_star/1.png
Normal file
|
After Width: | Height: | Size: 712 B |
BIN
9/assets/minecraft/textures/item/flint_and_steel/1.png
Normal file
|
After Width: | Height: | Size: 876 B |
BIN
9/assets/minecraft/textures/item/glass_bottle/1.png
Normal file
|
After Width: | Height: | Size: 761 B |
|
After Width: | Height: | Size: 658 B |
BIN
9/assets/minecraft/textures/item/name_tag/1.png
Normal file
|
After Width: | Height: | Size: 681 B |
BIN
9/assets/minecraft/textures/item/name_tag/2.png
Normal file
|
After Width: | Height: | Size: 690 B |
BIN
9/assets/minecraft/textures/item/nether_star/1.png
Normal file
|
After Width: | Height: | Size: 751 B |
BIN
9/assets/minecraft/textures/item/nether_star/2.png
Normal file
|
After Width: | Height: | Size: 603 B |
BIN
9/assets/minecraft/textures/item/next1.png
Normal file
|
After Width: | Height: | Size: 622 B |
BIN
9/assets/minecraft/textures/item/next2.png
Normal file
|
After Width: | Height: | Size: 582 B |
BIN
9/assets/minecraft/textures/item/observer/1.png
Normal file
|
After Width: | Height: | Size: 666 B |
BIN
9/assets/minecraft/textures/item/obsidian/1.png
Normal file
|
After Width: | Height: | Size: 647 B |
BIN
9/assets/minecraft/textures/item/ov/add.png
Normal file
|
After Width: | Height: | Size: 579 B |
BIN
9/assets/minecraft/textures/item/ov/remove.png
Normal file
|
After Width: | Height: | Size: 528 B |
BIN
9/assets/minecraft/textures/item/ov/search.png
Normal file
|
After Width: | Height: | Size: 582 B |
BIN
9/assets/minecraft/textures/item/paper/1.png
Normal file
|
After Width: | Height: | Size: 748 B |
BIN
9/assets/minecraft/textures/item/prev1.png
Normal file
|
After Width: | Height: | Size: 621 B |
BIN
9/assets/minecraft/textures/item/prev2.png
Normal file
|
After Width: | Height: | Size: 586 B |
BIN
9/assets/minecraft/textures/item/settings.png
Normal file
|
After Width: | Height: | Size: 664 B |
BIN
9/assets/minecraft/textures/item/stick/1.png
Normal file
|
After Width: | Height: | Size: 542 B |
6
9/pack.mcmeta
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"pack_format": 9,
|
||||||
|
"description": "\u00A7e \u00A7l Steam\u00A77\u00A7lWar\u00A7r.de"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
9/pack.png
Normal file
|
After Width: | Height: | Size: 8.6 KiB |