Skip to content

Commit

Permalink
ares shield added
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAMatt committed May 24, 2021
1 parent 3791f07 commit ef2251d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 242 deletions.
5 changes: 5 additions & 0 deletions assets/minecraft/models/item/aresshield.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"parent":"item/handheld",
"textures":{"layer0":"custom/aresshield"
}
}
166 changes: 0 additions & 166 deletions assets/minecraft/models/item/custom/shield/example_shield.json

This file was deleted.

This file was deleted.

53 changes: 9 additions & 44 deletions assets/minecraft/models/item/shield.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,14 @@
{
"parent": "builtin/entity",
"gui_light": "front",
"parent": "entity/handheld",
"textures": {
"particle": "block/dark_oak_planks"
},
"display": {
"thirdperson_righthand": {
"rotation": [ 0, 90, 0 ],
"translation": [ 10, 6, -4 ],
"scale": [ 1, 1, 1 ]
},
"thirdperson_lefthand": {
"rotation": [ 0, 90, 0 ],
"translation": [ 10, 6, 12 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_righthand": {
"rotation": [ 0, 180, 5 ],
"translation": [ -10, 2, -10 ],
"scale": [ 1.25, 1.25, 1.25 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 180, 5 ],
"translation": [ 10, 0, -10 ],
"scale": [ 1.25, 1.25, 1.25 ]
},
"gui": {
"rotation": [ 15, -25, -5 ],
"translation": [ 2, 3, 0 ],
"scale": [ 0.65, 0.65, 0.65 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ -2, 4, -5],
"scale":[ 0.5, 0.5, 0.5]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 4, 4, 2],
"scale":[ 0.25, 0.25, 0.25]
}
"layer0": "item/shield"
},
"overrides": [
{"predicate": {"blocking": 1},"model": "item/shield_blocking"},
{"predicate": {"custom_model_data":1}, "model": "item/custom/shield/example_shield"},
{"predicate": {"custom_model_data":1, "blocking": 1},"model": "item/custom/shield/example_shield_blocking"}
{
"predicate": {
"custom_model_data": 20229
},
"model": "item/aresshield"
}
]
}
}
Binary file added assets/minecraft/textures/custom/aresshield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef2251d

Please sign in to comment.