equivalent-exchange-3/src/main/java/com/pahimar/ee3/api/exchange
Pahimar 30c0eb46b7 Fix a possible NPE in the FluidStack comparator
Post calculation energy values set by command now send the new energy value mapping to all currently logged in players
Added methods for devs to see what items are currently blacklisted in the blacklist registry proxy
Added methods for devs to see what energy values are currently assigned in the energy value registry proxy
BlacklistRegistry contents are now synchronized with players when they log into a server, enabling players to play on different servers with different blacklist configurations without needing to update their own configs
Fixed issue in synching of all energy values where the incorrect map was used to synch against on the client side
2016-05-24 23:12:49 -04:00
..
EnergyValue.java Mama said save my work. I'm gonna save my work! 2016-05-16 22:02:23 -04:00
EnergyValueMappingsTester.java Prelim API changes 2015-05-07 13:45:06 -04:00
EnergyValueRegistryProxy.java Fix a possible NPE in the FluidStack comparator 2016-05-24 23:12:49 -04:00
IEnergyValueProvider.java Fixing up DynEMC calculations. Sorely needed, and still a work in progress 2016-05-15 10:31:10 -04:00
package-info.java Set API version to a build property, and add in some prelim logging of what mods set what values when in the energy value registry 2015-05-07 14:47:54 -04:00
RecipeRegistryProxy.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