equivalent-exchange-3/src/main/java/com/pahimar/ee3/inventory
2022-11-22 15:26:15 +01: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 Refactor NBTHelper. When NBTHelper is used to retrieve data from an ItemStacks NBTTagCompound it will also verify that the key it finds is of the expected data type (returns null otherwise). Sets in NBTHelper now also verify inputs. 2016-05-27 11:10:38 -04:00
ContainerAlchemicalChest.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerAlchenomicon.java Initialize the Blacklist Registry in Init 2016-05-27 16:03:14 -04:00
ContainerAludel.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 Initialize the Blacklist Registry in Init 2016-05-27 16:03:14 -04:00
ContainerGlassBell.java Fix GUIs not closing when the TileEntity is removed/destroyed 2015-05-27 21:37:55 -04:00
ContainerPortableCrafting.java feat: commit changes (might contain bugs) 2022-11-22 15:26:15 +01:00
ContainerPortableTransmutation.java feat: commit changes (might contain bugs) 2022-11-22 15:26:15 +01: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 feat: commit changes (might contain bugs) 2022-11-22 15:26:15 +01:00
InventoryAlchemicalBag.java Refactor NBTHelper. When NBTHelper is used to retrieve data from an ItemStacks NBTTagCompound it will also verify that the key it finds is of the expected data type (returns null otherwise). Sets in NBTHelper now also verify inputs. 2016-05-27 11:10:38 -04: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 Implement PR #881, not a complete solution to the transmutation tablet sync issue but its a good chunk of the solution 2016-05-30 10:53:39 -04:00