9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-27 19:09:19 +00:00

Override >:(

This commit is contained in:
LoJoSho
2022-12-08 12:38:14 -06:00
parent 57997bc7a6
commit ff2d7ad41e

View File

@@ -9,9 +9,8 @@ public class OraxenHook extends ItemHook{
super("oraxen");
}
@Override
public ItemStack get(String itemid) {
return OraxenItems.getItemById(itemid).build();
}
}