Reduce Cacti spawn rates (#1163)

This is my first contribution to Cubyz. There were too many cacti spawning in the desert. I adjusted the rates so they would appear more infrequently and make the desert look more natural.
This commit is contained in:
Garrett 2025-03-06 10:56:04 -06:00 committed by GitHub
parent a033913dbb
commit 1eb813ff51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
.{
.id = "cubyz:simple_vegetation",
.block = "cubyz:cactus",
.chance = 0.16,
.chance = 0.01,
.height = 2,
.height_variation = 3,
},