1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-03 08:30:24 +02:00

MAJ plantlife_modpack

(garde les modifs antérieur sur les « mushrooms » et sur les bugfixs
liés au mod « areas »)
This commit is contained in:
Ombridride
2014-12-15 00:41:13 +01:00
parent 5163bf9551
commit e6ea287709
391 changed files with 347 additions and 317 deletions

4
mods/plantlife_modpack/trunks/generating.lua Executable file → Normal file
View File

@ -1,8 +1,8 @@
-- Code by Mossmanikin, Neuromancer, and others
local function clone_node(name)
node2={}
node=minetest.registered_nodes[name]
local node2 = {}
local node = minetest.registered_nodes[name]
for k,v in pairs(node) do
node2[k]=v
end