Hammers
This commit is contained in:
parent
22a6331496
commit
b014f9b0dd
7 changed files with 137 additions and 9 deletions
|
@ -88,6 +88,8 @@ public class ItemRegistry {
|
|||
TagHelper.addTag((Tag.Identified<Item>) FabricToolTags.AXES, item);
|
||||
} else if (item instanceof EndHoe) {
|
||||
TagHelper.addTag((Tag.Identified<Item>) FabricToolTags.HOES, item);
|
||||
} else if (item instanceof EndHammer) {
|
||||
TagHelper.addTag((Tag.Identified<Item>) ItemTagRegistry.HAMMERS, item);
|
||||
}
|
||||
|
||||
return item;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue