NSSM mod that added Not So Simple Weapons
Go to file
ranguli 392a655433 Refactor out a drop_magazine function, lots of variable name tweaking 2022-01-31 19:25:31 -03:30
blocks Refactor out a drop_magazine function, lots of variable name tweaking 2022-01-31 19:25:31 -03:30
sounds Unpacking ZIPs DONE 2021-04-02 22:15:46 -04:00
textures Rollback some breaking changes 2022-01-30 23:56:42 -03:30
weapons Refactor out a drop_magazine function, lots of variable name tweaking 2022-01-31 19:25:31 -03:30
README.md Create README.md 2021-04-16 14:50:55 -04:00
ammo.lua Unpacking ZIPs DONE 2021-04-02 22:15:46 -04:00
armor.lua Remove redundant if statements in armor.lua 2022-01-31 18:26:15 -03:30
bullet_knockback.lua Unpacking ZIPs DONE 2021-04-02 22:15:46 -04:00
bullet_stuff.lua Yak shaving 2022-01-30 20:44:18 -03:30
colors.lua Refactor out a drop_magazine function, lots of variable name tweaking 2022-01-31 19:25:31 -03:30
cooldown_stuff.lua Refactor out a drop_magazine function, lots of variable name tweaking 2022-01-31 19:25:31 -03:30
crafting.lua Move constants to namespaced table, cleanup code, fix line endings 2022-01-31 18:21:34 -03:30
depends.txt Unpacking ZIPs DONE 2021-04-02 22:15:46 -04:00
door_breaking.lua Unpacking ZIPs 2021-04-02 22:14:02 -04:00
explosives.lua Unpacking ZIPs DONE 2021-04-02 22:15:46 -04:00
generator.lua Unpacking ZIPs DONE 2021-04-02 22:15:46 -04:00
glass_breaking.lua Unpacking ZIPs DONE 2021-04-02 22:15:46 -04:00
init.lua Refactor out a drop_magazine function, lots of variable name tweaking 2022-01-31 19:25:31 -03:30
license.txt Unpacking ZIPs DONE 2021-04-02 22:15:46 -04:00
misc.lua Unpacking ZIPs DONE 2021-04-02 22:15:46 -04:00
mod.conf Unpacking ZIPs DONE 2021-04-02 22:15:46 -04:00
scratch Yak shaving 2022-01-30 20:44:18 -03:30
settings.lua Yak shaving 2022-01-30 20:44:18 -03:30
skills.lua Move constants to namespaced table, cleanup code, fix line endings 2022-01-31 18:21:34 -03:30
weapon.lua Refactor out a drop_magazine function, lots of variable name tweaking 2022-01-31 19:25:31 -03:30

README.md

rangedweapons-1

a mod that adds ranged weapons to minetest.

What's changed

  • This repo is forked from daviddoesminetest/rangedweapons
  • Unpacked the ZIPs so you just select the release you want to have. (Quick deployment)
  • Just git pull to update if you are on the main branch to automatically update. (Use git status to check for updates)
  • Added dev branch for developmental states. (Most likely this branch will not even work, but it's a work in progress)