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:
parent
3a7fffc587
commit
68df0fb2ea
13 changed files with 130 additions and 107 deletions
|
@ -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"..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue