equivalent-exchange-3/src/main/java/com/pahimar/ee3/util
2015-02-13 22:11:50 -05:00
..
CalcinationHelper.java Rework the EnergyValueRegistry to be more friendly with the API 2014-07-13 22:05:27 -04:00
ColorHelper.java Don't be scared - it's easier to start from the bottom. There's also still the MC 1.6.4 branch :) 2014-03-28 15:54:15 -04:00
CommonSoundHelper.java More glyph work. Always glyph work. 2014-10-14 16:08:12 -04:00
ConfigurationHelper.java Yeah, another whack of code. 2014-07-18 22:26:59 -04:00
EnergyValueHelper.java Fix corner case where an ItemStack registered in the OreDictionary does not leave the crafting grid, and as such causes massively inflated energy values for items 2015-02-13 22:11:50 -05:00
EntityHelper.java Whole whackload of stuff. More to come in the morning Vike 2015-02-04 23:48:07 -05:00
FluidHelper.java Reminder to self to get milk working in a later build (re: dyn values) 2014-07-22 19:26:53 -04:00
IChargeable.java Move some interfaces into the util package 2014-07-18 15:55:10 -04:00
IKeyBound.java Move some interfaces into the util package 2014-07-18 15:55:10 -04:00
IModalTool.java Move some interfaces into the util package 2014-07-18 15:55:10 -04:00
INBTTaggable.java Checking in some progress on a more unified way of serializing data to disk. Should really help in the future. 2015-01-26 23:17:32 -05:00
IOverlayItem.java Just a whack of work, nothing to see here 2014-10-03 15:55:22 -04:00
IOwnable.java Move some interfaces into the util package 2014-07-18 15:55:10 -04:00
ItemHelper.java Fix a goof where a lot of ItemStack comparator usage got pointed to the slower displayNameComparator (as opposed to the faster baseComparator) 2015-02-10 00:38:29 -05:00
LogHelper.java Bump to latest Forge RB, and some work on getting Energy Value generation working again. More to be done! 2014-06-14 15:40:45 -04:00
NBTHelper.java Add some more stuff to the NBTHelper 2014-07-21 16:19:25 -04:00
PlayerHelper.java Some more work on commands. Not long now and set-energy-value will be working and admins can change values on the fly :) 2014-09-09 15:59:07 -04:00
RecipeHelper.java Correc the case that when an OreDictionary recipe has a recipe input that is an OreDictionary entry that has no ItemStacks registered (ie, the recipe lists copper as an input but no items/blocks are registered as being copper) is added to the RecipeRegistry for consideration in energy value calculations. Prevents ridiculously low energy values from being assigned to items that use OreDictionary recipes. 2015-02-13 12:15:42 -05:00
ResourceLocationHelper.java Whole whackload of stuff. More to come in the morning Vike 2015-02-04 23:48:07 -05:00
SerializationHelper.java Fix up the set-energy-value command to read/write files from the proper location 2015-02-13 00:18:01 -05:00