Add files via upload

This commit is contained in:
loosewheel
2022-02-15 06:31:00 +10:00
committed by GitHub
parent 1a450bdc2a
commit 76a8d37edb
7 changed files with 477 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
local version = "0.1.18"
local version = "0.1.19"
local mod_storage = minetest.get_mod_storage ()
@@ -36,6 +36,7 @@ loadfile (modpath.."/cannon.lua") (utils)
loadfile (modpath.."/cannon_shell.lua") (utils)
loadfile (modpath.."/pistons.lua") (utils)
loadfile (modpath.."/through_wire.lua") (utils)
loadfile (modpath.."/camera.lua") (utils)
loadfile (modpath.."/extras.lua") (utils)
loadfile (modpath.."/digiswitch.lua") (utils)
loadfile (modpath.."/movefloor.lua") (utils)