promotional bannermobile promotional banner

Universal Limits

A server-side utility mod for controlling block limits and hard-banning items, recipes, and interactions in large modpacks.
Back to Files

universallimits-2.2.0.jar

File nameuniversallimits-2.2.0.jar
Uploader
feaRPTTfeaRPTT
Uploaded
Apr 12, 2026
Downloads
96
Size
1.4 MB
Mod Loaders
NeoForge
File ID
7914701
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:universal-limits-1423821:7914701"

Learn more about Curse Maven

What's new

  • Universal Limits — 2.0.1

    Minecraft: 1.21.1 | NeoForge: 21.1.226


    Bug Fixes

    • Fixed a server deadlock caused by item ban chunk scanning When a player with FTB Chunks (or any mod that force-loads chunks) logged in, the item ban cleanup running inside ChunkEvent.Load would call setBlock(), which triggered neighbor shape updates that requested adjacent chunks not yet loaded — causing a deadlock in ServerChunkCache and killing the server via Watchdog. The cleanup is now deferred to the next server tick, where all chunks are safely accessible.

    New Features

    • Configurable chunk scanning for item bans (universallimits-common.toml) Server owners can now control how and when the world is scanned for banned blocks:

      [itemban]
          # Scans each chunk as it loads and removes banned blocks.
          # Disable if you experience issues with mods like FTB Chunks.
          scan_on_chunk_load = true
      
          # Periodically scans chunks near each player and removes banned blocks.
          # Lighter alternative to scan_on_chunk_load, safe to keep enabled.
          scan_near_player = true
      

      Both options default to true to preserve existing behaviour. For servers using FTB Chunks or other force-load mods, setting scan_on_chunk_load = false while keeping scan_near_player = true is the recommended configuration.


    Internal

    • Updated NeoForge from 21.1.217 to 21.1.226

    Acknowledgements

    Special thanks to Wesley_JBA for identifying and reporting the bugs fixed in this release.

This mod has no additional files