Skip to content

Commit

Permalink
Merge pull request #55 from Alathra/sherman
Browse files Browse the repository at this point in the history
feat: zephyrs hand texture
  • Loading branch information
ShermansWorld authored Jul 15, 2024
2 parents 9277808 + e8eefa2 commit a2461b3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/minecraft/models/item/netherite_sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"layer0": "minecraft:item/netherite_sword"
},
"overrides": [
{ "predicate": {"custom_model_data": 50}, "model": "item/relics/zephyrs_hand"},
{ "predicate": {"custom_model_data": 128}, "model": "item/weapons/netherite_sword/netherite_giant_sword"},
{ "predicate": {"custom_model_data": 129}, "model": "item/weapons/netherite_sword/netherite_antler_staff"},
{ "predicate": {"custom_model_data": 130}, "model": "item/weapons/netherite_sword/netherite_katana"},
Expand Down
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/relics/zephyrs_hand.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/relics/zephyrs_hand"
}
}
3 changes: 3 additions & 0 deletions assets/minecraft/textures/item/relics/zephyrs_hand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"animation":{"frametime":4}}

0 comments on commit a2461b3

Please sign in to comment.