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.
- 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
- "XP Cost per Block Mined" now has a corresponding ranks node of
- Added translations: tr_tr (complete) and fr_fr (not fully up to date)
- 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 missing item and block tags in the
ftbultimine
namespace
- Ported to Minecraft 1.21. Support for Fabric and NeoForge.
- Forge support may be re-added if/when Architectury adds support for Forge
- Ported to Minecraft 1.20.6. Support for Fabric and NeoForge.
- Forge support may be re-added if/when Architectury adds support for Forge
zh_cn
localization thanks to @dust-shadows #138ko_kr
localization thanks to @smoong951 #133
- Ported to Minecraft 1.20.4. Supported on Forge, NeoForge and Fabric.
- 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
- Updated to MC 1.20.1, based on 1902.4.1 release
- Right-click ultimine harvesting now also works for Cocoa Beans and Sweet Berries
- 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) orworld/serverconfig
(SMP)
- Server config can be found in
- 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
- This is distinct from the existing
- 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
- The FTB Ranks permission node to use is
- 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 player reach distance being 0.5 blocks too short
- Fixed item/XP dupe under certain circumstances - intermod compat issue (thanks @Recon88)