- support classes for SimpleOres:Machines moved into SimpleCoreLib (because they will be needed for later add-ons).
- refactored content-api classes.
- Only newer versions of SimpleOres2 and Netherrocks will work with this version of SimpleCoreLib. Be careful when mixing and matching versions.
- There's a reason they're all still 'Beta' versions.
- added TestFurnaceFuel to test JEI custom fuel sprites.
- hide JEI test furnace fuel tab if 'ShowTestFurnace' is false in config.
- hide test_furnace from JEI if 'ShowTestFurnace' is false in config.
- Fixed custom fuel tab icon in JEI plugins. This matters for Netherrocks and SimpleOres:Machines.
- updates to furnace block abstract classes to make them work properly with Netherrocks' Nether Furnace.
- added some abstract classes to support configuring tools and armor.
- added an abstract class to support custom furnace fuels in custom furnaces (e.g., Nether Furnace)
- added new texture test items and doors for texture artists. Enabled in config; otherwise hidden
- made MiningBlockTags fully abstract (internal change).
- fixed bug in registerMineableTags() that was setting all 'needs_stone_tool' to 'needs_diamond_tool'. NOTE: just dropping this version into your mods folder will NOT automatically fix stuff like tin ore needing diamond picks. You will have to switch to this version of SimpleCoreLib AND update to fixed versions of the other SimpleOres modules (coming Real Soon).