summaryrefslogtreecommitdiff
path: root/games/devtest/mods/testnodes/init.lua
diff options
context:
space:
mode:
authorWuzzy <Wuzzy@disroot.org>2022-05-27 19:39:36 +0000
committerGitHub <noreply@github.com>2022-05-27 21:39:36 +0200
commitfe299e24d6ad5bb58e077ec372737b117ac6cf94 (patch)
treed527b6ecaaf5f0d821e7cc256945456b8c6396a5 /games/devtest/mods/testnodes/init.lua
parentef22c0206f225dbccd67bff9fb888867c63039b3 (diff)
downloadminetest-fe299e24d6ad5bb58e077ec372737b117ac6cf94.tar.gz
minetest-fe299e24d6ad5bb58e077ec372737b117ac6cf94.tar.bz2
minetest-fe299e24d6ad5bb58e077ec372737b117ac6cf94.zip
DevTest: Add nodes and items for testing overlays (#12304)
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 92e2c5630..d355c4278 100644
--- a/games/devtest/mods/testnodes/init.lua
+++ b/games/devtest/mods/testnodes/init.lua
@@ -8,3 +8,4 @@ dofile(path.."/properties.lua")
dofile(path.."/liquids.lua")
dofile(path.."/light.lua")
dofile(path.."/textures.lua")
+dofile(path.."/overlays.lua")