equivalent-exchange-3/src/main/java/com/pahimar/ee3/inventory
2016-05-23 17:47:31 -04:00
..
element Stuff that isn't complete 2015-04-02 01:26:01 -04:00
ContainerAdminPanel.java Hey working on a super cool new Admin Panel to make it way easier to set EE3 related values/settings on items. Woo! 2015-11-27 23:07:45 -05:00
ContainerAlchemicalBag.java Fix dupe bug #835 2015-06-03 16:45:45 +03:00
ContainerAlchemicalChest.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerAlchenomicon.java Death to the old Transmutation Knowledge! Long live Player Knowledge! 2016-05-22 13:21:46 -04:00
ContainerAludel.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerAugmentationTable.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerCalcinator.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerEE.java Clean up some of the filtering - a lot of unnecessary repeated code removed 2016-05-19 15:17:56 -04:00
ContainerGlassBell.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerResearchStation.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
ContainerSymbolSelection.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerTransmutationArray.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerTransmutationTablet.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
InventoryAlchemicalBag.java Checking in some progress on a more unified way of serializing data to disk. Should really help in the future. 2015-01-26 23:17:32 -05:00
InventoryAlchenomicon.java Make some changes to comparators, switch the recipe registry to a TreeMultimap (from HashMultimap), and dump WrappedStack's hashCode as we are no longer using HashMaps/etc (and it wasn't a great implementation anyways) 2016-05-19 21:10:55 -04:00
InventoryTransmutationTablet.java Make some changes to comparators, switch the recipe registry to a TreeMultimap (from HashMultimap), and dump WrappedStack's hashCode as we are no longer using HashMaps/etc (and it wasn't a great implementation anyways) 2016-05-19 21:10:55 -04:00