ak
This commit is contained in:
@@ -35,5 +35,10 @@
|
||||
"entity.szar.gypsy": "Cigány",
|
||||
"entity.szar.plane": "Plane",
|
||||
"entity.szar.hitler": "Hitler",
|
||||
"item.szar.hitler_spawn_egg":"Hitler Spawn Egg"
|
||||
"item.szar.hitler_spawn_egg":"Hitler Spawn Egg",
|
||||
"entity.szar.nazi": "Nazi",
|
||||
"item.szar.nazi_spawn_egg":"Nazi Spawn Egg",
|
||||
"item.szar.bullet": "Bullet",
|
||||
"item.szar.ak47": "AK47",
|
||||
"entity.szar.bullet": "Bullet"
|
||||
}
|
||||
|
||||
89
src/main/resources/assets/szar/models/item/AK47.json
Normal file
89
src/main/resources/assets/szar/models/item/AK47.json
Normal file
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "szar:item/ak47",
|
||||
"particle": "szar:item/ak47"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 6, 11], "texture": "#0"},
|
||||
"east": {"uv": [6, 4, 8, 11], "texture": "#0"},
|
||||
"south": {"uv": [8, 4, 10, 11], "texture": "#0"},
|
||||
"west": {"uv": [10, 0, 12, 7], "texture": "#0"},
|
||||
"up": {"uv": [12, 15, 10, 13], "texture": "#0"},
|
||||
"down": {"uv": [14, 13, 12, 15], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 6, 3],
|
||||
"to": [9, 8, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 14, 2, 16], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 10, 2], "texture": "#0"},
|
||||
"south": {"uv": [2, 14, 4, 16], "texture": "#0"},
|
||||
"west": {"uv": [0, 2, 10, 4], "texture": "#0"},
|
||||
"up": {"uv": [2, 14, 0, 4], "texture": "#0"},
|
||||
"down": {"uv": [4, 4, 2, 14], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 4, 13],
|
||||
"to": [9, 8, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 10]},
|
||||
"faces": {
|
||||
"north": {"uv": [10, 7, 12, 11], "texture": "#0"},
|
||||
"east": {"uv": [4, 11, 6, 15], "texture": "#0"},
|
||||
"south": {"uv": [6, 11, 8, 15], "texture": "#0"},
|
||||
"west": {"uv": [8, 11, 10, 15], "texture": "#0"},
|
||||
"up": {"uv": [16, 4, 14, 2], "texture": "#0"},
|
||||
"down": {"uv": [16, 4, 14, 6], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 15],
|
||||
"to": [9, 7, 19],
|
||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [8, 7, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [14, 6, 16, 8], "texture": "#0"},
|
||||
"east": {"uv": [10, 11, 14, 13], "texture": "#0"},
|
||||
"south": {"uv": [14, 8, 16, 10], "texture": "#0"},
|
||||
"west": {"uv": [12, 0, 16, 2], "texture": "#0"},
|
||||
"up": {"uv": [14, 6, 12, 2], "texture": "#0"},
|
||||
"down": {"uv": [14, 6, 12, 10], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 4, -2.5]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"translation": [0, 5.5, -1.75]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"translation": [0, 5.5, -1.75]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [66, 180, 0],
|
||||
"translation": [0, -4, 4],
|
||||
"scale": [0.67, 0.67, 0.67]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [0, 90, 0],
|
||||
"translation": [-2.5, 3, 0]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 9.75, -9.25]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, -90, 0],
|
||||
"translation": [2.25, 2.75, -0.25]
|
||||
}
|
||||
}
|
||||
}
|
||||
6
src/main/resources/assets/szar/models/item/bullet.json
Normal file
6
src/main/resources/assets/szar/models/item/bullet.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:entity/bullet"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/template_spawn_egg"
|
||||
}
|
||||
BIN
src/main/resources/assets/szar/textures/entity/bullet.png
Normal file
BIN
src/main/resources/assets/szar/textures/entity/bullet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 202 B |
BIN
src/main/resources/assets/szar/textures/entity/nazi.png
Normal file
BIN
src/main/resources/assets/szar/textures/entity/nazi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 793 B |
BIN
src/main/resources/assets/szar/textures/item/ak47.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/ak47.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 214 B |
Reference in New Issue
Block a user