equivalent-exchange-3/src/main/java/com/pahimar/ee3
Pahimar 0c5f1ccb41 Remove an unnecessary old reference from MessageSetEnergyValue
Stub out MessageSetBlacklistEntry for later development tomorrow
2016-05-24 23:28:04 -04:00
..
api Fix a possible NPE in the FluidStack comparator 2016-05-24 23:12:49 -04:00
array Remove unused Arrays 2016-05-18 15:16:46 -04:00
blacklist Fix a possible NPE in the FluidStack comparator 2016-05-24 23:12:49 -04:00
block Merge pull request #916 from TheWhiteWolves/TheWhiteWolves-patch-1 2016-05-01 20:12:32 -04:00
client 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
command Fix required permissions level for the regen energy values command 2016-05-24 23:17:26 -04:00
creativetab Whole whackload of stuff. More to come in the morning Vike 2015-02-04 23:48:07 -05:00
exchange Fix a possible NPE in the FluidStack comparator 2016-05-24 23:12:49 -04:00
handler Fix a possible NPE in the FluidStack comparator 2016-05-24 23:12:49 -04:00
init 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
inventory 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
item 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
knowledge 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
nei Remove the NEI Calcination handler - fixes #1047 2016-05-20 13:55:35 -04:00
network Remove an unnecessary old reference from MessageSetEnergyValue 2016-05-24 23:28:04 -04:00
proxy 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
recipe Better Singleton implementation of RecipeRegistry, and fix up the getStacksInRange to be more flexible about bounds 2016-05-20 13:56:53 -04:00
reference Fixed a bug where removing something from a blacklist didn't trigger a save, added some commands for adding/removing the currently held item to/from a blacklist, and changed the set energy commands to manage blacklist entries depending on values used (if the value is 0 then the item is blacklisted) 2016-05-24 14:58:56 -04:00
settings Increase the max size of arrays to 9x9, and increased the durability to 81 2015-05-29 21:44:20 -04:00
test Still working on clearing out some cobwebs 2016-05-18 20:54:04 -04:00
tileentity 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
util Fix a possible NPE in the FluidStack comparator 2016-05-24 23:12:49 -04:00
waila Added in some basic events to the API (only the knowledge ones fire right now). These events are cancellable, and fire just before someone learns/forgets something. Cancelling the event will stop the change from happening. Also updated Waila and removed the need for CCC/CCL in mods/. 2015-05-21 18:41:44 -04:00
EquivalentExchange3.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