Adjusted tower spawns
This commit is contained in:
parent
fc92164034
commit
e8545939de
1 changed files with 6 additions and 6 deletions
|
@ -18,26 +18,26 @@ GitHub Repository: [NEED TO MAKE ONE]
|
||||||
// Here you can find all pillager outposts.
|
// Here you can find all pillager outposts.
|
||||||
"towers": {
|
"towers": {
|
||||||
// DEFAULT 48
|
// DEFAULT 48
|
||||||
"spacing": 48,
|
"spacing": 96,
|
||||||
// DEFAULT 24
|
// DEFAULT 24
|
||||||
"separation": 24,
|
"separation": 48,
|
||||||
"frequency": 0.2,
|
"frequency": 0.2,
|
||||||
"salt": 205745294
|
"salt": 205745294
|
||||||
},
|
},
|
||||||
// Here you can find all structures that aren't villages or outposts.
|
// Here you can find all structures that aren't villages or outposts.
|
||||||
"other": {
|
"other": {
|
||||||
// DEFAULT 32
|
// DEFAULT 32
|
||||||
"spacing": 32,
|
"spacing": 64,
|
||||||
// DEFAULT 16
|
// DEFAULT 16
|
||||||
"separation": 16,
|
"separation": 32,
|
||||||
"salt": 30084234
|
"salt": 30084234
|
||||||
},
|
},
|
||||||
// Here you can find all villages.
|
// Here you can find all villages.
|
||||||
"towns": {
|
"towns": {
|
||||||
// DEFAULT 48
|
// DEFAULT 48
|
||||||
"spacing": 48,
|
"spacing": 58,
|
||||||
// DEFAULT 24
|
// DEFAULT 24
|
||||||
"separation": 24,
|
"separation": 32,
|
||||||
"salt": 10587309
|
"salt": 10587309
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue