Skip to content

Commit 025e331

Browse files
authored
Merge pull request #83 from Alathra/feat/xavbeat03
feat: adding new magic items
2 parents 0b560ef + 4989de7 commit 025e331

File tree

5 files changed

+19
-1
lines changed

5 files changed

+19
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "item/handheld",
3+
"textures": {
4+
"layer0": "emeraldstuff:item/volley_scroll"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "item/handheld",
3+
"textures": {
4+
"layer0": "emeraldstuff:item/wand_of_lightning"
5+
}
6+
}
642 Bytes
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Loading

assets/minecraft/models/item/wooden_hoe.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
{"predicate": {"custom_model_data": 20019}, "model": "emeraldstuff:item/wand_of_burn"},
4444
{"predicate": {"custom_model_data": 20020}, "model": "emeraldstuff:item/wand_of_cleanse"},
4545
{"predicate": {"custom_model_data": 20021}, "model": "emeraldstuff:item/wand_of_pull"},
46-
{"predicate": {"custom_model_data": 20022}, "model": "emeraldstuff:item/wand_of_earth"}
46+
{"predicate": {"custom_model_data": 20022}, "model": "emeraldstuff:item/wand_of_earth"},
47+
{"predicate": {"custom_model_data": 20023}, "model": "emeraldstuff:item/volley_scroll"},
48+
{"predicate": {"custom_model_data": 20024}, "model": "emeraldstuff:item/wand_of_lightning"}
49+
4750

4851

4952
]

0 commit comments

Comments
 (0)