mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-09 04:16:30 +00:00
Move chatcommands to a seperate mod
This commit is contained in:
parent
133480f8a2
commit
44c1be6a55
292 changed files with 50 additions and 45 deletions
|
|
@ -1,12 +0,0 @@
|
|||
-- 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue