mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-01-09 09:00:19 +01:00
Reduce reemace spawn chance
This commit is contained in:
parent
fbd4aaf034
commit
9aa5d85218
@ -326,7 +326,7 @@ minetest.register_entity("dryplants:reedmace_water_entity",{
|
|||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
name = "dryplants:reedmace_swamp",
|
name = "dryplants:reedmace_swamp",
|
||||||
decoration = {"air"},
|
decoration = {"air"},
|
||||||
fill_ratio = "0.1",
|
fill_ratio = "0.05",
|
||||||
y_min = 1,
|
y_min = 1,
|
||||||
y_max = 40,
|
y_max = 40,
|
||||||
place_on = {
|
place_on = {
|
||||||
@ -375,7 +375,7 @@ minetest.register_decoration({
|
|||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
name = "dryplants:reedmace_beach",
|
name = "dryplants:reedmace_beach",
|
||||||
decoration = {"air"},
|
decoration = {"air"},
|
||||||
fill_ratio = "0.1",
|
fill_ratio = "0.05",
|
||||||
y_min = 1,
|
y_min = 1,
|
||||||
y_max = 40,
|
y_max = 40,
|
||||||
place_on = {
|
place_on = {
|
||||||
|
Loading…
Reference in New Issue
Block a user