Changes

Summary

  1. Fixed the command stack. Changed how it pre-parses commands. Added the (commit: c340a75) (details)
  2. Forgot these comparisons.... (commit: a6ed62f) (details)
Commit c340a75af179da447ebc0b657b672f270f26dbbe by Andrew Querol
Fixed the command stack. Changed how it pre-parses commands. Added the '/test <value(string or integer) 1> <operation> <value(string or integer) 2>'
It can compare strings(case insensitive) or numbers and do bitwise operation on numbers as well.
(commit: c340a75)
The file was modifiedsrc/main/java/mods/quiddity/redux/ReduxCommandBlockTileEntity.java (diff)
The file was modifiedsrc/main/java/mods/quiddity/redux/ReduxCommands.java (diff)
The file was modifiedsrc/main/java/mods/quiddity/redux/ReduxBlock.java (diff)
The file was modifiedsrc/main/java/mods/quiddity/redux/ReduxCommands.java (diff)