Harmful Stonecutters
This modification adds a dangerous property to stonecutters, turning them into crafty traps. When any living entity steps on such a block, it immediately takes damage.
Functionality Features
The core mechanics work perfectly in multiplayer - all stonecutters in the world start dealing damage to entities standing on them. The only way to avoid harm is to sneak while carefully moving across the dangerous surface.
Flexible Configuration Through Tags
The modification provides fine-tuning capabilities through system tags:
- Safe Stonecutters - adding blocks to the
#harmfulstonecutters:safe_stonecutterstag excludes them from being dangerous - Forced Damage - the
#harmfulstonecutters:always_slicingtag forces any block within it to deal damage - By default, the system works with all blocks of the StonecutterBlock class
Technical Requirements
Installed Fabric and Fabric API are required for the mod to function.