equivalent-exchange-3/src/main/java/com/pahimar/ee3/api/exchange
2022-11-22 15:26:15 +01:00
..
EnergyValue.java Centralize the energy value decimal formatter, change EnergyValue.toString to use the formatter, and fix two mistakes in wrapping objects where the object being wrapped is modified rather than the copy of the object 2016-05-28 14:57:10 -04:00
EnergyValueMappingsTester.java Simplify the energy value test suite and remove more deprecated classes 2016-05-25 11:01:07 -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
ITransmutationContainer.java feat: commit changes (might contain bugs) 2022-11-22 15:26:15 +01: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