finally fix armor not dropping during death.

master
MeseCraft 2022-07-07 22:00:45 -05:00
parent 8945b42c61
commit c04faca957
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,19 @@
add changes
git add .
commit changes to branch
git commit
push changes to repo
git push
Switch working branch in git:
git checkout <branch-name>
merges changes from master into current working branch.
git merge master
updates local files from git
git pull

View File

@ -83,7 +83,7 @@ armor.config = {
init_times = 10,
bones_delay = 1,
update_time = 1,
drop = minetest.get_modpath("bones") ~= nil,
drop = minetest.get_modpath("mesecraft_bones") ~= nil,
destroy = false,
level_multiplier = 1,
heal_multiplier = 1,