mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-23 10:10:24 +02:00
Version MFF.
This commit is contained in:
2
woodsoils/generating.lua
Normal file → Executable file
2
woodsoils/generating.lua
Normal file → Executable file
@ -26,7 +26,7 @@ local RaDiuS = {
|
||||
}
|
||||
-- e = + , n = +
|
||||
abstract_woodsoils.place_soil = function(pos)
|
||||
|
||||
|
||||
if minetest.get_item_group(minetest.get_node({x=pos.x,y=pos.y-1,z=pos.z}).name, "soil") > 0
|
||||
or minetest.get_item_group(minetest.get_node({x=pos.x,y=pos.y-2,z=pos.z}).name, "soil") > 0 then
|
||||
for i in pairs(RaDiuS) do
|
||||
|
Reference in New Issue
Block a user