promotional bannermobile promotional banner

Block Limits

Limits of blocks per chunk, per claim. With optional adjacency rules to prevent blocks from being placed next to forbidden neighbors

File Details

block_limits-1.0.0.jar

  • R
  • May 9, 2026
  • 27.01 KB
  • 9
  • 1.20.1
  • Forge + 1

File Name

block_limits-1.0.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:block-limits-1537748:8060507")

NeoForge

implementation fg.deobf("curse.maven:block-limits-1537748:8060507")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Initial release

 

Default config:

#Per-chunk block limits. Format: "modid:blockname=count"
chunk_limits = []
#Per-FTB-claim block limits. Format: "modid:blockname=count"
claim_limits = []
#Adjacency rules. Format: "modid:blockname=modid:forbidden1,modid:forbidden2"
adjacency_rules = []
#How many server ticks before an idle cache entry is evicted (default: 6000 = 5 minutes)
#Range: > 1
cache_ttl_ticks = 6000
#Radius in blocks within which nearby players are notified when a block placement is denied (0 = only notify the placer)
#Range: 0 ~ 256
notify_radius = 32
#When true, violations are reported to nearby players but block placements are NOT cancelled
passive_mode = false