mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Rename “Minimal development test” to “Development Test” (#9928)
This commit is contained in:
parent
b546e8938d
commit
083b285f43
371 changed files with 25 additions and 25 deletions
|
@ -1,23 +0,0 @@
|
|||
--
|
||||
-- Experimental things
|
||||
--
|
||||
|
||||
experimental = {}
|
||||
|
||||
dofile(minetest.get_modpath("experimental").."/detached.lua")
|
||||
dofile(minetest.get_modpath("experimental").."/items.lua")
|
||||
dofile(minetest.get_modpath("experimental").."/commands.lua")
|
||||
|
||||
function experimental.print_to_everything(msg)
|
||||
minetest.log("action", msg)
|
||||
minetest.chat_send_all(msg)
|
||||
end
|
||||
|
||||
minetest.log("info", "[experimental] modname="..dump(minetest.get_current_modname()))
|
||||
minetest.log("info", "[experimental] modpath="..dump(minetest.get_modpath("experimental")))
|
||||
minetest.log("info", "[experimental] worldpath="..dump(minetest.get_worldpath()))
|
||||
|
||||
|
||||
minetest.register_on_mods_loaded(function()
|
||||
minetest.log("action", "[experimental] on_mods_loaded()")
|
||||
end)
|
Loading…
Add table
Add a link
Reference in a new issue