promotional bannermobile promotional banner

Structures Tweaker

StructuresTweaker gives you complete control over how players interact with structures in your world.

File Details

structures_tweaker-1.21.1-NeoForge-2.1.1.jar

  • R
  • Sep 30, 2025
  • 74.71 KB
  • 1.2K
  • 1.21.1
  • NeoForge

File Name

structures_tweaker-1.21.1-NeoForge-2.1.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:structures-tweaker-1195077:7049601"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added

  • Block break whitelist/blacklist system
    • blockBreakWhitelist - blocks that can always be broken, overrides canBreakBlocks restriction
    • blockBreakBlacklist - blocks that can never be broken, even if canBreakBlocks is true
  • Block place whitelist/blacklist system
    • blockPlaceWhitelist - blocks that can always be placed, overrides canPlaceBlocks restriction
    • blockPlaceBlacklist - blocks that can never be placed, even if canPlaceBlocks is true
  • Priority system: whitelist > blacklist > global flags
  • Updated documentation examples showing whitelist/blacklist usage for dungeons