
Same Place Structures is a fairly simple mod targeted at modpack makers/map developers.
The mod allows you to configure certain structures to spawn at exact to-the-chunk location in every single world and dimension, assuming the biome for the structure is correct at said location.
This is done by defining your structure_set like so:
{
"structures": [
{
"structure": "minecraft:village_plains",
"weight": 1
}
],
"placement": {
"type": "sps:static",
"x": [2,10],
"z": [2,10],
"salt": 0
}
}
where the array "x" and the array "z" represent the CHUNK coordinates of the structure, as you can see, you can have the same structure spawn in multiple places if you would like.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20.1, 1.20.2, 1.20.3
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as sps-1.0.0.jar — drop this file into the mods folder
- Download size: 17 KB
- Download link checked 19 Aug 2026 — working
These come from our own check of the pack file, not from the source page.