1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

DevTest: Move /test_place_nodes to testnodes mod

This commit is contained in:
Wuzzy 2022-10-08 17:38:50 +02:00 committed by sfan5
parent 97a80b4816
commit 6b9984b7e7
3 changed files with 136 additions and 128 deletions

View file

@ -9,3 +9,4 @@ dofile(path.."/liquids.lua")
dofile(path.."/light.lua")
dofile(path.."/textures.lua")
dofile(path.."/overlays.lua")
dofile(path.."/commands.lua")