diff options
| author | Wuzzy <Wuzzy@disroot.org> | 2022-10-08 17:38:50 +0200 |
|---|---|---|
| committer | sfan5 <sfan5@live.de> | 2022-10-23 21:58:56 +0200 |
| commit | 6b9984b7e7b669cdaf700bdd7c794b08e7e1c476 (patch) | |
| tree | d808f828b5d2a9ea0ed404dc71746bd2c5aea518 /games/devtest/mods/testnodes/init.lua | |
| parent | 97a80b4816ea60cc295a1d801aa6129c1e1393d8 (diff) | |
| download | minetest-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.lua | 1 |
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") |
