-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b294e7
commit e24aa54
Showing
10 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 16 additions & 2 deletions
18
src/main/resources/assets/hexical/models/item/conjured_staff.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,20 @@ | ||
{ | ||
"parent": "minecraft:item/handheld_rod", | ||
"textures": { | ||
"layer0": "hexical:item/conjured_staff" | ||
} | ||
"layer0": "hexical:item/conjured_staff/staff" | ||
}, | ||
"overrides": [ | ||
{ | ||
"predicate": { | ||
"sprite": 0.5 | ||
}, | ||
"model": "hexical:item/conjured_staff_handbell" | ||
}, | ||
{ | ||
"predicate": { | ||
"sprite": 1 | ||
}, | ||
"model": "hexical:item/conjured_staff_key" | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/hexical/models/item/conjured_staff_handbell.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "hexical:item/conjured_staff/key" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/hexical/models/item/conjured_staff_key.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "hexical:item/conjured_staff/handbell" | ||
} | ||
} |
Binary file added
BIN
+414 Bytes
src/main/resources/assets/hexical/textures/item/conjured_staff/handbell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+322 Bytes
src/main/resources/assets/hexical/textures/item/conjured_staff/key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes