Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Releases: SlimeKnights/RecMod

v1.5.2.1 for Minecraft 1.12.x

12 Sep 11:57
Compare
Choose a tag to compare
  • Made GUI no longer rely on container logic
    • Possibly resolved JEI misinteraction by not relying on container logic
  • Replace all GL11 calls with GlStateManager in GUI
  • Add backgroud to gui
  • Bump version to 1.5.2.1

v1.5.1 for Minecraft 1.8.9

06 Sep 09:04
Compare
Choose a tag to compare
v1.5.1-1.8.9

1.5.1-1.8.9

v1.4.2.1 for Minecraft 1.7.10

06 Sep 09:09
Compare
Choose a tag to compare
  • Reset color to white before rendering, fixing interaction with Botania

v1.4.2 for Minecraft 1.7.10

06 Sep 09:10
Compare
Choose a tag to compare
  • Added localization
  • Added testing tab (not used yet)
  • Replaced RAW config with an FML config
  • Added RAW config to FML config convertor
  • Removed the ability for changing the indicator sheet (can still modify
    it with texture packs), 2x
    indicators are now used on fancy graphics while the 1x are used on fast
  • Added a general pane which has an option to maintain the state
    throughout the session
  • Optimised a thingy
  • Moved the entirety of rec commands to be processed on the client side
  • Made the client-side table be cleared on logout
  • The server no longer has control over player's own state

v1.3.2 for Minecraft 1.7.2

06 Sep 09:17
Compare
Choose a tag to compare
  • Added acceptableRemoteVersions to prevent rejection based on mod version/whether or not it is installed

v1.3.2 for Minecraft 1.7.10

06 Sep 09:15
Compare
Choose a tag to compare
  • Update to 1.7.10

v1.3.1 for Minecraft 1.7.2

06 Sep 09:19
Compare
Choose a tag to compare

Fixed the /rec ui command

v1.5 for Minecraft 1.8.9

06 Sep 09:06
Compare
Choose a tag to compare

Updated to Minecraft 1.8.9

v1.5 for Minecraft 1.7.10

06 Sep 09:07
Compare
Choose a tag to compare
  • Changed the 'never' boolean option to four different bobber display
    modes
  • Disabled never shows the bobber automatically
  • Always ensures it is always displayed by default
  • MP Only displays it only when the user is connecting to a server
  • When R/S displays it only when the user is recording or streaming (new
    default, user has no
    manual control of bobber)
  • The buttons in the interface pane are now full size
  • Added the ability to move the bobber in either fixed screen positions
    or an absolute position(relative
    to center)
  • Removed unnecessary checks from scoreboard display
  • Specify java version in gradlew.bat to prevent Java 8 incompatibility

v1.4 for Minecraft 1.7.10

06 Sep 09:12
Compare
Choose a tag to compare
  • Completely redone the keyboard system
  • Moving away from commands, added a setup interface to manage the
    settings accessible via [/rec] (no oprands)
    • the keyboard pane allows the user to enable keyboard control and
      set-up the key bindings
    • the interface pane allows the user to manage if they ever see the
      RecMod bobber
    • the integration tab is hiding an awesome feature that will be added at
      a later date
  • Improved the efficiency of client commands like changing the UI sheet
    or toggling the bobber
  • Plug the packet leak (thanks to progwml6)
  • Removed the need for the redundant self oprand part of the ui branch
    of the /rec command
  • Removed the ui branch of the /rec command to bobber