File Details
DMZLayers+ 1.0.3
- R
- Apr 2, 2026
- 26.04 KB
- 1.5K
- 1.20.1
- Forge
File Name
dmzlayers-1.0.3.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
DMZ Layers+ Changelog v1.0.3
[ADDED]
- raceFilter field: apply a "form" config only when a specific race is active.
Useful for forms shared across races (e.g. androidbase) that should only
affect one race specifically.
Usage: "form": "androidbase", "raceFilter": "frostdemon"
[FIXED]
- Server config sync now sends configs in chunks of 10 instead of a single
packet. This fixes missing layers for servers with many configs (32+) where
the packet size limit was being exceeded.
[IMPROVED]
- Config files now support multiple entries in a single JSON file using
an array format. Both single object {} and array [] formats are supported.
This reduces the number of config files needed.

