Update 'mods/ethereal/mapgen.lua'

This commit is contained in:
thunderdog1138 2020-07-15 16:47:06 +00:00
parent 44cab42354
commit 8d8bbbc4ad
1 changed files with 19 additions and 20 deletions

View File

@ -338,7 +338,7 @@ minetest.register_decoration({
})
-- dry pateches in savanna
minetest.register_decoration({
minetest.register_decoration({
deco_type = "simple",
place_on = {"ethereal:savanna_dirt"},
sidelen = 4,
@ -356,8 +356,7 @@ minetest.register_decoration({
decoration = "ethereal:dry_dirt",
place_offset_y = -1,
flags = "force_placement",
})
end
})
-- bush
--minetest.register_decoration({