Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Redstone Structure Block
A Fabric mod that allows saving structures to disk (permanent storage) instead of memory when triggering structure blocks with redstone.
Repository: https://github.com/sch246/redstone-structure-block
Features
- Adds a scoreboard objective
rules.redstoneSaveStructureBlock
to control structure saving behavior - When the score is greater than 0, structures will be saved to disk instead of memory
- Works with redstone-triggered structure blocks
Usage
- Install the mod in your Fabric mod folder
- The mod will automatically create a scoreboard objective
rules.redstoneSaveStructureBlock
- To enable saving to disk:
/scoreboard players set # rules.redstoneSaveStructureBlock 1
- To disable (return to default memory-only saving):
/scoreboard players set # rules.redstoneSaveStructureBlock 0
Requirements
- Fabric Loader
- Fabric API
License
This mod is available under the MIT License.
Contributing
Feel free to submit issues and pull requests!