equivalent-exchange-3/src/main/java/com/pahimar/ee3
2016-05-21 10:45:25 -04:00
..
api More work on the new player knowledge system - getting close 2016-05-21 10:45:25 -04:00
array Remove unused Arrays 2016-05-18 15:16:46 -04:00
block Merge pull request #916 from TheWhiteWolves/TheWhiteWolves-patch-1 2016-05-01 20:12:32 -04:00
client Bump Forge version 2016-01-03 21:28:43 -05:00
command Remove bugged/unimplemented command. Fixes #1049 2016-05-20 13:49:17 -04:00
creativetab Whole whackload of stuff. More to come in the morning Vike 2015-02-04 23:48:07 -05:00
exchange Better Singleton implementation of RecipeRegistry, and fix up the getStacksInRange to be more flexible about bounds 2016-05-20 13:56:53 -04:00
handler More work on the new player knowledge system 2016-05-20 22:55:49 -04:00
init Adding back deprecated API calls as I doubt modders will want to update in 1.7.10 anymore. Closes #1045 2016-05-19 09:58:16 -04:00
inventory Make some changes to comparators, switch the recipe registry to a TreeMultimap (from HashMultimap), and dump WrappedStack's hashCode as we are no longer using HashMaps/etc (and it wasn't a great implementation anyways) 2016-05-19 21:10:55 -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 More work on the new player knowledge system - getting close 2016-05-21 10:44:51 -04:00
nei Remove the NEI Calcination handler - fixes #1047 2016-05-20 13:55:35 -04:00
network Death to the old energy value registry - long live the new one! 2016-05-18 13:53:13 -04:00
proxy Another whack of stuff with varying levels of won't break 2015-03-23 11:07:47 -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 Working on the railroad, I mean the player knowledge system, all the live long day 2016-05-20 15:57:20 -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 Fixed shift clicking in the Transmutation Tablet. Similiar solution to #1017 except that non-stackables can still be shift clicked out, and it respects the max stack size for the item being clicked out (rather than assuming max stack size is 64) 2016-05-18 21:18:24 -04:00
util Better protection of parsing values from json 2016-05-20 23:14:36 -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 More work on the new player knowledge system - getting close 2016-05-21 10:44:51 -04:00