Bassebombecraft

Bassebombecraft

18.5k Downloads

Remove name argument from item constructors

athrane opened this issue ยท 1 comments

commented

Due to implementation of #1008, remove unused name argument in these classes:
CompositeMagicItem - DONE
GenericInventoryItem - DONE
GenericBlockClickedBook - todo
GenericCompositeNullItem - DONE
GenericNullItem - DONE
GenericRightClickedBook2 - DONE
GenericRightClickedBook - todo

commented

GenericBlockClickedBook requires support for ItemConfig prior to elimination of name since it is used to read tooltip and cooldown.