1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00: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

@ -2,6 +2,8 @@ local S = minetest.get_translator("testtools")
local F = minetest.formspec_escape
dofile(minetest.get_modpath("testtools") .. "/light.lua")
dofile(minetest.get_modpath("testtools") .. "/privatizer.lua")
dofile(minetest.get_modpath("testtools") .. "/particles.lua")
minetest.register_tool("testtools:param2tool", {
description = S("Param2 Tool") .."\n"..