Changes
- Fixed issue where players disconnecting after mining a block would crash the server
- Fixed issue where discord webhooks were not being sent properly
- Added
/ore reload
command - requiresore-readout.reload
permissions. - Renamed class ConfigManager -> ModConfigManager
- Renamed class Commands -> OreReadoutCommand
- Fixed tab-based indents to 2 spaces
Full changelog: https://github.com/Veivel/OreReadoutV2/compare/feat/2.1.1...feat/2.1.2
Changes
- Modified the alert / notification system to only send readouts in 5-second windows. Each readout now aggregates the # of ores a player breaks.
- Fix issue of user-ignited TNT not being detected by OreReadoutV2.
- Added both 1.21.4 and 1.21.5 versions
Full changelog: https://github.com/Veivel/OreReadoutV2/compare/2.1.0...2.1.1
(Important) Breaking Changes
If you have previous versions of used OreReadoutV2: ore-readout.properties
is NO LONGER USED starting in 2.1.0. The mod will automatically generate a new ore-readout.yml
for you, it is your responsibility to re-configure the yaml file.
Other Changes
- Made major refactoring changes to project structure
- Removed redundant files & assets from git repo
- Made mod fully compatible to 1.21.5 (thanks to @JH220)
Full Changelog: https://github.com/Veivel/OreReadoutV2/compare/2.0.0...2.1.0
Changelog
- Fix capitalization in mod name (old: orereadoutV2, new: Ore Readout V2)
- Fix versioning – we jumped to 2.0 from 1.3.2 because the mod is literally called V2
- Made the mod work for MC 1.21.5 pre-release 1 & 2
Version is released with zero guarantees, here are my server-side testing conditions for this version:
- Fabric Server 1.21.5-pre1
- Fabric Loader 0.16.10
- LuckPerms Fabric 5.4.150
- Fabric API 0.118.6+1.21.5
Changelog:
- Fixed how the target blocks are registered, so mining
deepslate
no longer matchesdeepslate_diamond_ore
. - Implemented click action to teleport
- the blocks under
blocks
property no longer need theminecraft:
prefix (e.g.diamond_ore
works, no need forminecraft:diamond_ore
)