LOTS OF STUFF

This commit is contained in:
IonicCheese 2025-12-09 23:32:49 -08:00
commit 43f40c2550
499 changed files with 566 additions and 225 deletions

View file

@ -0,0 +1,12 @@
-- ctf_ranged/init.lua
local modpath = minetest.get_modpath("ctf_ranged")
ctf_ranged = {}
dofile(modpath.."/settings.lua")
dofile(modpath.."/wep_logic.lua")
dofile(modpath.."/wep_defns.lua")
dofile(modpath.."/wep_recipes.lua")
dofile(modpath.."/custom_controls.lua")
dofile(modpath.."/energy_gen.lua")