File Details
structure_grief_manager-0.2.jar
- B
- Feb 3, 2026
- 71.06 KB
- 10
- 1.20.1
- Forge
File Name
structure_grief_manager-0.2.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Changelog (v0.2)
New Features:
- Creative Tab Macro: You can now use
@tab:tab_namein your config to target all blocks from a specific creative tab (e.g.,@tab:redstone_blocks,@tab:combat). This is especially useful for modpacks to target mod-specific tabs. - Smart Decay Sync: Blocks placed by players (configured as
ALLOW_DECAY) are now synchronized to the client. This allows players to break their own temporary blocks (like scaffolding) manually, even if the zone's base rule isDENY(protected).
Fixes:
- Placement Logic: Fixed an issue where placing blocks on replaceable blocks (like tall grass or flowers) would not register them for decay, making them unbreakable. The logic now correctly calculates the target position using Minecraft's native
BlockPlaceContext.