Skip to content
Changes
- Testing using Ruby instead of JS and embeding the library in the jar. It (commit: 88f0f9c)
—
Andrew Querol /
githubweb
- Made the JS engine more robust. Also debug code for Ecu (commit: b3fbff9)
—
Andrew Querol /
githubweb
- Fixed a NPE in the ReduxAPI. Fixed multiple bugs around the loading and (commit: bcdea6a)
—
Andrew Querol /
githubweb
- Fixed an issue with initialization order. Also cleaned up the sided (commit: b8380b0)
—
Andrew Querol /
githubweb
- Check for the existance of ClassFilter. This was implemented somewhere (commit: 0af549a)
—
Andrew Querol /
githubweb
- Transistion to JS for partial scripting. Untested. 'Should' work. (commit: b3c93d6)
—
Andrew Querol /
githubweb
- Work around the inability of the stack system. (commit: 129ee3f)
—
Andrew Querol /
githubweb
- Fixed my commands for Mojang's stupidity. I had to use exceptions for (commit: 0b94479)
—
Andrew Querol /
githubweb
- Working around Forge nonsense. (commit: 9762f8b)
—
Andrew Querol /
githubweb
- Fixed the command permissions level. (commit: 64a318a)
—
Andrew Querol /
githubweb
- Fixed boolean logic parsing. (commit: fa8095c)
—
Andrew Querol /
githubweb
- Fixed /stopdefault (commit: 7b35a16)
—
Andrew Querol /
githubweb
- Added minecraft:hand. (commit: c659efc)
—
Andrew Querol /
githubweb
- I fail at coding... By the way, I fixed the Regex last commit....not the (commit: 44c4847)
—
Andrew Querol /
githubweb
- Fixed the reggae... I hate how fast @Ecu got it.... (commit: 5ee2850)
—
Andrew Querol /
githubweb
- Get the proper item id name. (commit: c647662)
—
Andrew Querol /
githubweb
- Fixed a couple of errors.... (commit: 890ce64)
—
Andrew Querol /
githubweb
- Remove Java8 only stuff. (commit: 7309123)
—
Andrew Querol /
githubweb
- Remove unused import. (commit: f552d7f)
—
Andrew Querol /
githubweb
- Removed old test pack and created config template. (commit: eb2d185)
—
Ecu /
githubweb
- Implemented loading blocks from external JSON files. (commit: cb220c0)
—
Andrew Querol /
githubweb
- Added JavaDoc comments to all JSON models. Implemented the facing (commit: 0b589fc)
—
Andrew Querol /
githubweb
- Fixed up the required properties and cleaned up the JSON model files. (commit: bfeae9d)
—
Andrew Querol /
githubweb
- Fixed the block event triggering and fixed the block events not adding (commit: 78fb7dd)
—
Andrew Querol /
githubweb
- Fixed collision boxes and fixed ignored events triggering other redux (commit: 7dca4af)
—
Andrew Querol /
githubweb
- Added the boolean flag to limit events to that block only for block (commit: 9711d29)
—
Andrew Querol /
githubweb
- Implemented OnRedstoneStrengthChange. Provides info on every strong (commit: 01ee40b)
—
Andrew Querol /
githubweb
- Added redstone output support. (commit: 3731746)
—
Andrew Querol /
githubweb
- Implemented "weak" blocks. Think redstone/rails when water flows over (commit: 357f4f2)
—
Andrew Querol /
githubweb
- Added OnInteract event. (commit: b378b30)
—
Andrew Querol /
githubweb
- Reorganized special events, added onEntityCollide pushes entity name (commit: 019bb9e)
—
Andrew Querol /
githubweb
- Changed entity_type to entity name. (commit: c6d672a)
—
Andrew Querol /
githubweb
- Implemented custom collision boxes. (commit: 62dc3ec)
—
Andrew Querol /
githubweb
- Fixed the implementation of the redux variables. (commit: b492b89)
—
Andrew Querol /
githubweb
- Added '/random <min> <max>' for random number generation. (commit: a649efb)
—
Andrew Querol /
githubweb
- Fixed the command stack. Changed how it pre-parses commands. Added the (commit: c340a75)
—
Andrew Querol /
githubweb
- Forgot these comparisons.... (commit: a6ed62f)
—
Andrew Querol /
githubweb
- Fixed the last of the null pointers. I had to resort to thread-locals on (commit: 4e01de2)
—
Andrew Querol /
githubweb
- Fixed null pointer in creation of the block. (commit: 90a22f4)
—
Andrew Querol /
githubweb
- Implemented custom properties and their respective commands. Also added (commit: 0f661cb)
—
Andrew Querol /
githubweb
- Fixed loading code! (commit: 29ba8b9)
—
Ecu /
githubweb
- Sigh. Forgot a null check. (commit: 60d2c84)
—
Andrew Querol /
githubweb
- Fixed the config trying to make an Immutable Copy of null when no (commit: 253e5fe)
—
Andrew Querol /
githubweb
- Started to more gracefully handle pack JSON errors. (commit: 3820c7a)
—
Andrew Querol /
githubweb
- Fixed the command executors and tile entities leaking memory. Fixed the (commit: ba1fd0f)
—
Andrew Querol /
githubweb
- Switched from FMLLog to Apache Log4j Loggers. (commit: cf1fea7)
—
Andrew Querol /
githubweb
- Change ReflectiveOperationException to just generic Exception to be (commit: 2803285)
—
Andrew Querol /
githubweb
- null check release variables in build.gradle (commit: 9b54457)
—
progwml6 /
githubweb
- builds dont need vanilla assets (commit: 46a3c43)
—
progwml6 /
githubweb
- Fixed rendering patch (commit: 257d696)
—
Devon Cooper /
githubweb
- Fix the class transformer (commit: 9f3fd85)
—
Devon Cooper /
githubweb
- Basic javadocs (commit: 5667412)
—
Devon Cooper /
githubweb
- More interface work (commit: 625ba19)
—
Devon Cooper /
githubweb
- Fixed Coremod (commit: 1469d2e)
—
Devon Cooper /
githubweb
- Fixed the manifest (hopefully) (commit: a43ec61)
—
Devon Cooper /
githubweb
- Basic chest concept implementation (commit: 4ddae96)
—
Devon Cooper /
githubweb
- Added manifest so the coremod will load (commit: ad7596e)
—
Devon Cooper /
githubweb
- registering entities (commit: 8cf53ff)
—
progwml6 /
githubweb
- further work porting dnoved1's code to forge (commit: 8467d10)
—
progwml6 /
githubweb
- swap to java, initial ports of DNoved1's code -- WILL NOT BUILD -- (commit: 0f4b9e4)
—
progwml6 /
githubweb
- update to 1.6.2 (commit: ba06449)
—
progwml6 /
githubweb