Changes

Summary

  1. Fixed the command executors and tile entities leaking memory. Fixed the (commit: ba1fd0f) (details)
Commit ba1fd0fe2808de8a8292f154522fbb0c2295773e by Andrew Querol
Fixed the command executors and tile entities leaking memory. Fixed the events firing more than they should (Mostly it was twice).
Finished basic testing the block event scripting system.
(commit: ba1fd0f)
The file was modifiedsrc/main/java/mods/quiddity/redux/ReduxCommandBlockTileEntity.java (diff)
The file was modifiedsrc/main/java/mods/quiddity/redux/ReduxCommandBlockTickableTileEntity.java (diff)
The file was modifiedsrc/main/java/mods/quiddity/redux/json/model/Config.java (diff)
The file was modifiedsrc/main/java/mods/quiddity/redux/json/model/Trigger.java (diff)
The file was modifiedsrc/main/java/mods/quiddity/redux/ReduxBlock.java (diff)
The file was addedsrc/main/java/mods/quiddity/redux/ReduxEventDispatcher.java