
Vintage Story Mod DB · Vintage Story mod
Additional Spawn Constraints
Additional Spawn Constraints A server-side dependency mod that allows JSON mods and patching to control various spawn conditions; does nothing on its own! Overview AdditionalSpawnConstraints will look for an additionalSpawnConstraints object inside an entit
Quick answer
Which Additional Spawn Constraints release should I use?
Additional Spawn Constraints 1.1.1 targets 1.21.0, 1.21.1, 1.21.2-rc.1. It must be installed on the client. Installation on the dedicated server is optional. No extra mods listed for this file.
Where it goes
Is Additional Spawn Constraints required on the client, server, or both?
It must be installed on the client. Installation on the dedicated server is optional.
This release supports both sides, but the source does not require it on the server.
What else does Additional Spawn Constraints 1.1.1 need?
1.1.1. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Additional Spawn Constraints without breaking your instance.
Built for Additional Spawn Constraints 1.1.1. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 1.1.1. It targets 1.21.0, 1.21.1, 1.21.2-rc.1; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
It must be installed on the client. Installation on the dedicated server is optional.
- 04
Pick the file you checked
Use the “Get this file” button beside 1.1.1. It opens that exact file at the source.
About this project
What does Additional Spawn Constraints add?
A server-side dependency mod that allows JSON mods and patching to control various spawn conditions; does nothing on its own!
AdditionalSpawnConstraints will look for an additionalSpawnConstraints object inside an entity's /attributes object. This can be included on new entity JSON files, or patched in via JSON.
An example for some properties is below, applied via a patch to drifter.json:
[
{
"side": "Server",
"file": "game:entities/land/drifter.json",
"op": "addmerge",
"path": "/attributes/additionalSpawnConstraints",
"value": {
"changeTemporalStormSpawnMechanics": true,
"canSpawnOn":[
"game:sand-*",
"game:gravel-*",
"game:dirtygravel",
"game:sludgygravel",
"game:muddygravel",
"game:soil-*",
"game:forestfloor-*",
"game:peat-*",
"game:rock-*",
"game:crackedrock-*",
"game:regolith-*",
"game:ore-gem-*",
"game:ore-graded-*",
"game:ore-ungraded-*"
]
}
}
]
The properties that can be set within additionalSpawnConstraints are:
-
"minRegionStability": The minimum region stablity required when spawning the entity; does not take into account rifts nor rift proximity. -
"maxRegionStability": The maximum region stablity required when spawning the entity; does not take into account rifts nor rift proximity. -
"canSpawnOn": A list of block codes that are valid for spawning the entity on; supports globs and regex to handle variants. -
"cannotSpawnOn": A list of block codes that are not valid for spawning the entity on; supports globs and regex to handle variants. -
"changeTemporalStormSpawnMechanics": Determines if other properties can affect temporal storm spawning, where applicable; default isfalseif unspecified. Does not apply to"minRegionStability"or"maxRegionStability". Only affects entities that are spawned during storms.
- Properties related to health scaling on spawn.
- None, atm.
- Natural Spawns : Limits drifters to spawning on soil and other natural blocks, even during storms.
- Thanks to ClementColmerauer for patch crash fix.
- Thanks to Thalius for testing help.
Project description from Vintage Story Mod DB.
Pick your setup
Additional Spawn Constraints releases for each Vintage Story version.
Choose the version and loader you play, then open the matching release.
1.21.5
1 loader build1.21.4
1 loader build1.21.3
1 loader build1.21.2-rc.3
1 loader build1.21.2-rc.2
1 loader build1.21.2-rc.1
1 loader build1.21.2
1 loader build1.21.1
1 loader build1.21.0
1 loader build1.19.8
1 loader build1.19.7
1 loader buildShowing the newest 12 of 19 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Additional Spawn Constraints versions and loaders
1.1.1
additionalspawnconstraints_1.1.1.zip
3 Jan 2026
1.1.0
additionalspawnconstraints_1.1.0.zip
16 Dec 2025
1.0.1
additionalspawnconstraints_1.0.1.zip
23 May 2024
1.0.0
additionalspawnconstraints_1.0.0.zip
22 May 2024
Looking for an older file? The official Vintage Story Mod DB project page is in Resources.