Skip to content

Commit

Permalink
Place hidden instead of visible fireflies on mapgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezhh committed May 25, 2018
1 parent b389f38 commit 145b7bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mods/fireflies/init.lua
Expand Up @@ -193,7 +193,7 @@ if minetest.get_mapgen_setting("mg_name") == "v6" then
fill_ratio = 0.0002,
y_max = 31000,
y_min = 1,
decoration = "fireflies:firefly",
decoration = "fireflies:hidden_firefly",
})

minetest.register_decoration({
Expand All @@ -205,7 +205,7 @@ if minetest.get_mapgen_setting("mg_name") == "v6" then
fill_ratio = 0.0002,
y_max = 31000,
y_min = 1,
decoration = "fireflies:firefly",
decoration = "fireflies:hidden_firefly",
})

else
Expand All @@ -230,7 +230,7 @@ else
},
y_max = 31000,
y_min = -1,
decoration = "fireflies:firefly",
decoration = "fireflies:hidden_firefly",
})

minetest.register_decoration({
Expand All @@ -253,7 +253,7 @@ else
},
y_max = 31000,
y_min = -1,
decoration = "fireflies:firefly",
decoration = "fireflies:hidden_firefly",
})

end
Expand Down

0 comments on commit 145b7bf

Please sign in to comment.