
Vintage Story Mod DB · Vintage Story mod
BlockPatch Patcher
Enjoy my work? You can support me on Ko-fi or Patreon. Thank you! This mod is a library and adds no content to the game This is a small library to allow to patch blockpatches. With this installed, a content mod can add a file of blockpatch patches at config/
Quick answer
Which BlockPatch Patcher release should I use?
BlockPatch Patcher 1.1.0 targets 1.19.8, 1.20.0, 1.20.4. Do not install it on the client. It must be installed on the dedicated server. No extra mods listed for this file.
Where it goes
Is BlockPatch Patcher required on the client, server, or both?
Do not install it on the client. It must be installed on the dedicated server.
This Vintage Story file is marked server-only.
What else does BlockPatch Patcher 1.1.0 need?
1.1.0. 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 BlockPatch Patcher without breaking your instance.
Built for BlockPatch Patcher 1.1.0. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 1.1.0. It targets 1.19.8, 1.20.0, 1.20.4; 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
Do not install it on the client. It must be installed on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 1.1.0. It opens that exact file at the source.
About this project
What does BlockPatch Patcher add?
This mod is a library and adds no content to the game
This is a small library to allow to patch blockpatches. With this installed, a content mod can add a file of blockpatch patches at config/blockpatchpatches.json. Patches target all blockpatches, either in worldgen/blockpatches.json or in the worldgen/blockpatches folder.
The allowed format resembles very closely the blockpatch one, as seen in the example patch:
{
"comment": "Patch berries",
"code": "@.*(berry).*",
"op": "replace",
"minTemp": -100,
"maxTemp": 100,
"minRain": 0.0,
"maxRain": 1.0,
"minFertility": 0.0,
"maxFertility": 1.0,
"chance": 2000.0,
"minForest": 0.0,
"maxForest": 1.0,
"minY": 0.0,
"maxY": 1.0,
"quantity": { "dist": "invexp", "avg": 80.0, "var": 30.0 }
}
All numerical values of a block patch can be patched using one of three operation types: "add", "multiply", "replace". The first two will use the existing value dynamically, multiplying it or adding the value in the patch to it. Replace will instead simply replace the value.
Currently supported value types are:
- Numerical values (int, float)
- NatFloat (as an example, see "quantity" in the patch above)
- Strings and lists of strings
Only numerical values support multiplication, string support addition and replacement, while the rest only support replacement. You can make multiple patches targeting the same code to get around this.
More modding tools and libraries
Project description from Vintage Story Mod DB.
Pick your setup
BlockPatch Patcher releases for each Vintage Story version.
Choose the version and loader you play, then open the matching release.
1.20.4
1 loader build1.20.0
1 loader build1.19.8
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
BlockPatch Patcher versions and loaders
1.1.0
blockpatchpatcher_1.1.0.zip
21 Mar 2025
1.0.0
BlockPatchPatcher.dll
23 Sept 2024
Looking for an older file? The official Vintage Story Mod DB project page is in Resources.