aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/testnodes/init.lua
diff options
context:
space:
mode:
authorWuzzy <Wuzzy@disroot.org>2022-10-08 17:38:50 +0200
committersfan5 <sfan5@live.de>2022-10-23 21:58:56 +0200
commit6b9984b7e7b669cdaf700bdd7c794b08e7e1c476 (patch)
treed808f828b5d2a9ea0ed404dc71746bd2c5aea518 /games/devtest/mods/testnodes/init.lua
parent97a80b4816ea60cc295a1d801aa6129c1e1393d8 (diff)
downloadminetest-6b9984b7e7b669cdaf700bdd7c794b08e7e1c476.tar.xz
DevTest: Move /test_place_nodes to testnodes mod
Diffstat (limited to 'games/devtest/mods/testnodes/init.lua')
-rw-r--r--games/devtest/mods/testnodes/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/devtest/mods/testnodes/init.lua b/games/devtest/mods/testnodes/init.lua
index d355c4278..2b8d042df 100644
--- a/games/devtest/mods/testnodes/init.lua
+++ b/games/devtest/mods/testnodes/init.lua
@@ -9,3 +9,4 @@ dofile(path.."/liquids.lua")
dofile(path.."/light.lua")
dofile(path.."/textures.lua")
dofile(path.."/overlays.lua")
+dofile(path.."/commands.lua")