File Details
structure_grief_manager-0.1.jar
- B
- Feb 3, 2026
- 67.39 KB
- 12
- 1.20.1
- Forge
File Name
structure_grief_manager-1.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
New Features:
- Advanced Rule Filtering: You can now add a
blacklistto any rule insgm.jsonto exclude specific blocks from a wildcard target (e.g., Target*, Blacklistminecraft:dirt). - Smart Macros: Added
@solid,@non_solid,@gravity,@container, and@redstoneselectors to easily target groups of blocks without listing IDs. - Client Prediction: Placing denied blocks is now blocked client-side (no more ghost blocks/lag-back), providing a smoother experience similar to Adventure mode.
Technical Changes:
- Refactored network packets to synchronize full rule definitions (targets & blacklists) to the client.
- Improved NBT handling for respawning containers: inventory contents are now properly saved, cleared before destruction (preventing drops), and restored/synced upon respawn.
- Updated JSON Schema generation.