equivalent-exchange-3/src/main/java/com/pahimar/ee3
Pahimar 8c3c9a6fde Fix logic derp in isLearnable/isExchangeable that was causing everything to be broken and on fire. Closes #1067
(cherry picked from commit 63ac5b0819c15d372eeb7082a2935a001d01c494)
2021-12-03 23:49:59 -06:00
..
api 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
array Remove unused Arrays 2016-05-18 15:16:46 -04:00
blacklist Fix logic derp in isLearnable/isExchangeable that was causing everything to be broken and on fire. Closes #1067 2021-12-03 23:49:59 -06:00
block Merge pull request #916 from TheWhiteWolves/TheWhiteWolves-patch-1 2016-05-01 20:12:32 -04:00
client Change ItemTooltipEventHandler to be more specific about the energy value for an object and if it's not learnable/researchable 2021-12-03 23:49:58 -06:00
command Integrating CommandEE piece of #881 2016-05-28 09:12:27 -04:00
creativetab Whole whackload of stuff. More to come in the morning Vike 2015-02-04 23:48:07 -05:00
exchange 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
handler Rearrange some of the configuration options 2016-05-27 22:37:19 -04:00
init Initialize the Blacklist Registry in Init 2016-05-27 16:03:14 -04:00
inventory Fix shift click bug 2021-12-03 23:49:58 -06:00
item NPE protection in the charge/tool modes 2016-05-28 08:53:01 -04:00
knowledge Added more TRACE level logging to PlayerKnowledgeRegistry 2021-12-03 23:49:58 -06:00
nei Remove the NEI Calcination handler - fixes #1047 2016-05-20 13:55:35 -04:00
network Implement PR #881, not a complete solution to the transmutation tablet sync issue but its a good chunk of the solution 2016-05-30 10:53:39 -04:00
proxy 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
recipe Fix derp in logging statement formatting 2016-05-30 15:55:45 -04:00
reference Initialize the Blacklist Registry in Init 2016-05-27 16:03:14 -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 Initialize the Blacklist Registry in Init 2016-05-27 16:03:14 -04:00
tileentity JavaDoc reminder for the future 2016-05-31 10:42:26 -04:00
util Well intentioned, unnecessarily complicated 2016-05-30 15:55:33 -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 Initialize the Blacklist Registry in Init 2016-05-27 16:03:14 -04:00