Make the 'default' dependency optional
This commit introduces compatibility functions needed by the
3d_armor mods to adapt to the game that is being used.
Added license information to LICENSE.md in the modpack folder.
Co-authored-by: Sheriff U3 <210896603+Sheriff-Unit-3@users.noreply.github.com>
* Tweak Fire Protect
This change tweaks the fire protection function so that it no longer needs to override nodes and hence rely on additional dependencies like ethereal mod.
* Remove ethereal and fire dependencies
Remove fire and ethereal dependencies as they are no longer needed since fire protection doesn't override items inside those mods.
* Re-add Torch Damage
This re-adds torch damage of 1 per second if fire protection is enabled.
* Remove nether dependency
Nether dependency isn't required as well.