Skip to content

Latest commit

 

History

History
91 lines (70 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

91 lines (70 loc) · 4.28 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2100.1.1]

Added

  • Added a sidebar button to open the client & server configs for the mod
    • Admin players get a choice of client/server configs, non-admins can only view/edit the client config
  • Added FTB Ranks support for a couple more server settings
    • "XP Cost per Block Mined" now has a corresponding ranks node of ftbultimine.experience_per_block
    • "Exhaustion per Block Mined" now has a corresponding ranks node of ftbultimine.exhaustion_per_block
  • Added translations: tr_tr (complete) and fr_fr (not fully up to date)

Changed

  • Revamped the overlay panel a bit for a better visual appearance
    • Overlay panel can now be moved via client config settings
  • Client and server configs have been reorganised into sections for greater clarity
    • Note: settings which have been previously altered may be reset to their defaults; check your settings

Fixed

  • Fixed missing item and block tags in the ftbultimine namespace

[2100.1.0]

Changed

  • Ported to Minecraft 1.21. Support for Fabric and NeoForge.
    • Forge support may be re-added if/when Architectury adds support for Forge

[2006.1.0]

Changed

  • Ported to Minecraft 1.20.6. Support for Fabric and NeoForge.
    • Forge support may be re-added if/when Architectury adds support for Forge

[2004.1.0]

Added

Changed

  • Ported to Minecraft 1.20.4. Supported on Forge, NeoForge and Fabric.

[2001.1.3]

Added

  • Added new block tag ftbultimine:block_whitelist
    • If this tag is non-empty, then only blocks in this tag can be ultimined
    • Complements the existing ftbultimine:exclude_blocks tag which can be used to blacklist blocks

[2001.1.2]

Added

  • Updated to MC 1.20.1, based on 1902.4.1 release

[1902.4.1]

Added

  • Right-click ultimine harvesting now also works for Cocoa Beans and Sweet Berries

[1902.4.0]

Added

  • Mod configs are now editable in-game using /ftbultimine clientconfig and /ftbultimine serverconfig commands
    • Client config can be edited by anyone; only admins (permission >= 2) can edit server config
  • Added client config option to control requirement to hold sneak to scroll through shape selection
    • Default is true, as before; if set to false, it's enough just to hold the Ultimine key to shape-scroll
  • When scrolling, 2 lines of context are now shown above & below the current shape
    • Provides a better UX of actually scrolling
    • Can be reverted in client config if you prefer
  • Added a new Large Tunnel shape, which is a 3x3 tunnel
    • Still subject to the max blocks per operation limit (64 by default)
  • Common config (in the config folder) is no longer used; settings in the old common config will be auto-merged into server config
    • Server config can be found in saves/<world>/serverconfig (SSP) or world/serverconfig (SMP)
  • Added a new merge_tags_shaped config setting, which is used when ultimining shaped areas
    • This is distinct from the existing merge_tags setting, which is now only used for shapeless mining
    • See FTBTeam/FTB-Mods-Issues#444 for more discussion on why this was done
  • Added FTB Ranks integration to allow max ultiminable blocks to by set by player's rank
    • The FTB Ranks permission node to use is ftbultimine.max_blocks
    • if a rank doesn't have this node, then the default max (from config) is used
  • Ultimining is now supported for right-click functionality of axes and shovels
    • Axes can be used to strip multiple logs or scrape multiple copper blocks
    • Shovels can be used to flatten multiple dirt/grass blocks into paths
    • Can be disabled via server config, if desired (along with crop harvesting and farmland tilling)

Fixed

  • Fixed player reach distance being 0.5 blocks too short
  • Fixed item/XP dupe under certain circumstances - intermod compat issue (thanks @Recon88)