1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-06 10:15:19 +01:00

DevTest: Move experimental items to other mods

This commit is contained in:
Wuzzy
2022-10-09 14:20:35 +02:00
committed by sfan5
parent 3a7fffc587
commit 68df0fb2ea
13 changed files with 130 additions and 107 deletions

View File

@@ -5,7 +5,6 @@
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)