made the pit plasma abm much more selective to reduce cpu load

This commit is contained in:
FaceDeer
2021-01-16 01:07:48 -07:00
parent b4a4d54877
commit b6ffd7fc97
3 changed files with 27 additions and 16 deletions

View File

@ -5,6 +5,7 @@ df_underworld_items.S = minetest.get_translator(modname)
local modpath = minetest.get_modpath(modname)
dofile(modpath.."/config.lua")
dofile(modpath.."/dependencies.lua")
dofile(modpath.."/doc.lua")
dofile(modpath.."/crystals_amethyst.lua")