Skip to content

Commit

Permalink
Added Blazewand
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAMatt committed May 14, 2021
1 parent 01c49df commit fcebb25
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions assets/minecraft/models/item/blaze_rod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/blaze_rod"
},
"overrides": [
{
"predicate": {
"custom_model_data": 20223
},
"model": "item/blazewand"
}
]
}
5 changes: 5 additions & 0 deletions assets/minecraft/models/item/blazewand.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"parent":"item/handheld",
"textures":{"layer0":"custom/blazewand"
}
}
Binary file added assets/minecraft/textures/custom/blazewand.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 fcebb25

Please sign in to comment.