lower campsite spawn rate

This commit is contained in:
endigma 2023-09-12 21:57:48 -03:00
parent a82574589b
commit 006f18f4d4
Signed by: endigma
GPG Key ID: 915867AD1D297D9F
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
/* How many times a campsite will attempt to generate per chunk /* How many times a campsite will attempt to generate per chunk
Set this to 0 to prevent campsites from generating Set this to 0 to prevent campsites from generating
*/ */
count: 4, count: 2,
// The minimum height campsites can spawn at // The minimum height campsites can spawn at
minY: -60, minY: -60,
// The maximum height campsites can spawn at // The maximum height campsites can spawn at

View File

@ -6,7 +6,7 @@ hash = "bdce779ef48f91c5449270adb3a34242943baa679377aad05948e0cb8bd1d760"
[[files]] [[files]]
file = "config/artifacts/common.json5" file = "config/artifacts/common.json5"
hash = "6f20451feae5622855190a428256ad5e646f16e33d29dc055b1a112114ea8862" hash = "7978fd2f694c492f50605f62bd664f599769f2a6f9c04d07bb59b7b24c7bb8b3"
[[files]] [[files]]
file = "config/builtinservers.json" file = "config/builtinservers.json"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "7a8687ce14bbafa59c7afb056975a1643b3455b85506b3c12df2d772ad30b463" hash = "74ebb0d85801fe813145841ddafd2ea32a1944eb302bf6dea73217fa046b9a1a"
[versions] [versions]
fabric = "0.14.22" fabric = "0.14.22"