equivalent-exchange-3/src/main/java/com/pahimar/ee3/api
2015-02-13 00:14:57 -05:00
..
AbilityRegistryProxy.java Work on serializing/deserializing abilities to disk (cause why not give map makers more power?) 2015-02-07 23:12:25 -05:00
AlchemyArray.java Whole whackload of stuff. More to come in the morning Vike 2015-02-04 23:48:07 -05:00
AlchemyArrayRegistryProxy.java Lots of changes, things will likely not work for a bit - rethinking the structure of Alchemy Arrays 2014-10-21 15:59:00 -04:00
EnergyValue.java Add some null protection to the add/subtract methods in EnergyValue, and fix up the set-energy-value command to read/write files from the proper location 2015-02-13 00:14:57 -05:00
EnergyValueRegistryProxy.java Re-jigging how modders can set things as being learnable/not learnable, and recoverable/not recoverable 2015-02-02 23:12:08 -05:00
IEnergyValueProvider.java Fix support for IEnergyValueProviders - to use implement the interface on your Items! 2014-07-14 14:30:50 -04:00
package-info.java Why don't we give this fancy @API thinger a try? 2014-07-02 21:36:25 -04:00
RecipeRegistryProxy.java Make sure that the registry proxy classes in the API are final, and expose more API functionality to the skill registry proxy 2014-07-31 08:37:20 -04:00
TransmutationKnowledgeRegistryProxy.java Pretty big whack of stuff. Added a TransmutationKnowledgeRegistryProxy for API access to what players and the template know how to transmute. More robust serialization options for the AbilityRegistry. Added the ability to filter a given set of ItemStacks by their display name (starts with and contains). Added the ability to only load in Abilities from file on initial load of of a world (more control for map makers there) 2015-02-10 00:22:39 -05:00