TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Forge creation items are hard coded.

Claycorp opened this issue ยท 0 comments

commented

if (stack.getItem() == ItemsTFC.FIRESTARTER || stack.getItem() == Items.FLINT_AND_STEEL)

This hard limit is bad, The items that can make the forge should be configurable as there is a few other options in modded along with fire charges in vanilla. At a bare minimum they shouldn't check for an item but should be doing an instanceof check instead as that would cover a fair bit more in the wider modded world.