Changelog
Patch for bugs that showed up.
Also a couple new features for the game.
Version 1.5.4.4:
-Fixed: Bugs with advMachines not accepting single item inputs on recipes that required more then 1 item.
-Fixed: Machines getting stuck when the would be full and be extracted.
-Fixed: Localization was using the legacy system.
-Changed: Started moving stuff from java to fastUtil.
-Added: Configs for power balance on the wave & ocean gen.
-Added: Mass Block check processor that wouldn't do everything in 1 tick. (mostly for addons)
-Added: Enforced that IC2C localization was used how it should be. (Locks up the game if it isn't) (Addons were causing memory leaks and they were told to fix it months ago. Now its enforced)
-Added: Config for ic2c single block pumps to create lava out of nothing in the nether.
-Added: Localization for the AdvComparator that tells that it would be rotateable.
-Added: PlaceFacing of the AdvComparator is based on where you click on the block. (Note its also able to sit on any face of a block).
-Fixed: Electric Hoe was spamming the swing animation.
-Fixed: A couple null Itemstacks that were causing issues for tooltips or UI Overlays.
-Added: A Json Crop Loader that allows to make custom IC2Crops via json files. (Has parenting system to make the code a lot shorter so its not painful), Also multilayering support.
-Added: Uranium Base Classes for allowing addons to be easier adding uranium rods.
-Added: Machines now support NBTRecipes. (Not all of them but a lot)
-Fixed: Null Stacks of Some Upgrades.
-Nerfed: Locale Comp rule enforcement.
-Fixed: Fluid Display supports color fully now.