Skip to content

Exchangers 1.10.2-1.9

Compare
Choose a tag to compare
@JackyyTV JackyyTV released this 26 Sep 17:58
· 2 commits to dev-1.10.2 since this release

It has been a while now, I've been very busy with my real life job but I've finally got some time to work on this massive update!

You must reset the config for the new config values in this version to take effect!

  • Massive rewrites on the codebase for less redundancy and easier porting to 1.13:
    • Migrated to use isAir check for air blocks
    • Completely removed String block ID and metadata references and using blockstates instead
    • [1.12] Compiled against the latest version of MCP mappings, also renamed some of the method and field names
  • Introducing Modes:
    • 3 different Modes, Plane, Horizontal Column and Vertical Column
    • Can switch between different Modes using the new Mode Switch keybind (default is bound to "Semicolon")
    • More modes might be added in the future as per requests
  • Introducing 2 new Exchangers:
    • End Exchanger (Tier 8 vanilla Exchanger, goes after Obsidian)
    • End Steel Exchanger (Tier 7 Ender IO Exchanger, goes after Vibrant, 1.12+ exclusive)
  • Overhauled tooltips for all Exchangers:
    • Holding Shift now shows the stats of the Exchangers
    • Holding Ctrl shows available controls for the Exchangers
  • Other QoL improvements:
    • Renamed the old "Mode Switch" key to "Range Switch" as it's more appropriate
    • Moved Seared Bricks whitelisting to the config instead of hardcoded
    • Tuberous Exchanger now deals more damage than before
    • Added vanilla wood logs as repair materials for the Wooden Exchangers
    • When a block is blacklisted in the config, bounding box will turn red when attempting to select the block
  • Bug fixes:
    • Fixed a crash with the Dark Steel Exchanger recipe crashing on startup in Easy Mode, closes #55