mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
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:
parent
a033913dbb
commit
1eb813ff51
@ -19,7 +19,7 @@
|
|||||||
.{
|
.{
|
||||||
.id = "cubyz:simple_vegetation",
|
.id = "cubyz:simple_vegetation",
|
||||||
.block = "cubyz:cactus",
|
.block = "cubyz:cactus",
|
||||||
.chance = 0.16,
|
.chance = 0.01,
|
||||||
.height = 2,
|
.height = 2,
|
||||||
.height_variation = 3,
|
.height_variation = 3,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user