
Future Fireproof
Simple mod that backports fireproof item logic. This mod features three ways to register an item as fireproof:
Configuration
Future Fireproof's configuration allows individual items to be recognized as fireproof and even allows users to set how fast each item decays while in lava or in fire.
Enchantment
Future Fireproof features a new Fireproof enchantment that can be applied to any item. This enchantment can be disabled in the Future Fireproof configuration.
IFireproofItem Interface
This feature is intended for mod makers who wish to use this logic. Simply include this mod as a dependancy and have your item class implement IFireproofItem
.