Compare commits

...

3 Commits

Author SHA1 Message Date
bri cassa f19d57f6fc Merge remote-tracking branch 'mt-mods/master' 2023-06-07 22:52:51 +02:00
David Leal e85417b180
Use the correct branch name 2023-01-10 00:13:38 -06:00
Crabman77 d3e5dadbba Fix issue nalc/nalc-server-mods#115
Deprecated declaration group
2022-07-05 05:19:04 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: apt
run: sudo apt-get install -y luarocks
- name: luacheck install

View File

@ -137,8 +137,8 @@ for material, m in pairs(materials) do
["armor_"..p.place] = math.floor(p.level * m.armor),
armor_heal = m.heal,
armor_use = m.use,
armor_radiation = math.floor(p.radlevel * m.radiation)
}
},
armor_groups = { radiation = math.floor(p.radlevel * m.radiation)},
})
minetest.register_craft({
output = name,