mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-20 08:40:29 +02:00
Version MFF.
This commit is contained in:
4
cavestuff/mapgen.lua
Normal file → Executable file
4
cavestuff/mapgen.lua
Normal file → Executable file
@ -28,7 +28,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
||||
break
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
if ground_y then
|
||||
local p = {x=x,y=ground_y+1,z=z}
|
||||
local nn = minetest.get_node(p).name
|
||||
@ -44,7 +44,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user