equivalent-exchange-3/src/main/java/com/pahimar/ee3/init
Pahimar f41b0279a6 Added some more NPE protection to the ID based ItemStack comparator
Added back in the small and medium sized Alchemical Chest aludel recipes
Added a recipe to make a chalk block from 4 pieces of chalk
Created an EE test suite to test EE specific energy values
Re-registered several EE items
Removed a duplicate Gson type adapter registration
Changed the ItemStackSerializer to return JsonNull in the event that there is no registered name for the item (the item would never deserialize as it wouldn't have a name to lookup)
Changed the EnergyValueMapSerializer to allow serializing of null energy values (as JsonNull). Used for energy value testing.
2016-05-26 12:02:37 -04:00
..
Abilities.java Rewrote the Ability system to be what it was really trying to be, a blacklist registry. Also fixed writing the data to a global area, and made it one file per blacklist. Fixes #898 and #991 2016-05-23 17:47:31 -04:00
AlchemyArrays.java Death to the old energy value registry - long live the new one! 2016-05-18 13:53:13 -04:00
EnergyValues.java Some liquid values are being calculated funny - more investigation needed 2016-05-18 21:18:48 -04:00
ModBlocks.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ModItems.java Added some more NPE protection to the ID based ItemStack comparator 2016-05-26 12:02:37 -04:00
Recipes.java Added some more NPE protection to the ID based ItemStack comparator 2016-05-26 12:02:37 -04:00
TileEntities.java Lots of stuff before going on the cruise - various states of things 2015-03-11 16:34:37 -04:00