From 6b9984b7e7b669cdaf700bdd7c794b08e7e1c476 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 8 Oct 2022 17:38:50 +0200 Subject: DevTest: Move /test_place_nodes to testnodes mod --- games/devtest/mods/testnodes/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'games/devtest/mods/testnodes/init.lua') 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") -- cgit v1.2.3