Compare commits
No commits in common. "master" and "fix_radiation" have entirely different histories.
master
...
fix_radiat
13
.github/workflows/luacheck.yml
vendored
@ -1,10 +1,13 @@
|
||||
name: luacheck
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
luacheck:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@main
|
||||
- name: Luacheck
|
||||
uses: lunarmodules/luacheck@master
|
||||
- uses: actions/checkout@master
|
||||
- name: apt
|
||||
run: sudo apt-get install -y luarocks
|
||||
- name: luacheck install
|
||||
run: luarocks install --local luacheck
|
||||
- name: luacheck run
|
||||
run: $HOME/.luarocks/bin/luacheck ./
|
||||
|
@ -1,14 +1,9 @@
|
||||
# Technic Armor [technic_armor]
|
||||
|
||||
[![luacheck](https://github.com/mt-mods/technic_armor/workflows/luacheck/badge.svg)](https://github.com/mt-mods/technic_armor/actions)
|
||||
[![ContentDB](https://content.minetest.net/packages/mt-mods/technic_armor/shields/downloads/)](https://content.minetest.net/packages/mt-mods/technic_armor/)
|
||||
|
||||
Adds armor made from lead, brass, cast iron, carbon steel, stainless steel, tin and silver.
|
||||
|
||||
![](screenshot.png?raw=true)
|
||||
|
||||
## License
|
||||
|
||||
Code: LGPL v2.1
|
||||
|
||||
Textures: WTFPL (by poet-nohit and numberZero)
|
||||
Textures by @poet-nohit and @numberZero
|
||||
|
11
init.lua
@ -46,7 +46,14 @@ if minetest.get_modpath("technic_worldgen") then
|
||||
}
|
||||
end
|
||||
|
||||
local tin_ingot
|
||||
|
||||
if minetest.registered_items["default:tin_ingot"] then
|
||||
tin_ingot = "default:tin_ingot"
|
||||
end
|
||||
|
||||
if minetest.get_modpath("moreores") then
|
||||
tin_ingot = "moreores:tin_ingot"
|
||||
materials.silver = {
|
||||
name = S("Silver"),
|
||||
craft_item = "moreores:silver_ingot",
|
||||
@ -57,10 +64,10 @@ if minetest.get_modpath("moreores") then
|
||||
}
|
||||
end
|
||||
|
||||
if minetest.get_modpath("default") then
|
||||
if tin_ingot then
|
||||
materials.tin = {
|
||||
name = S("Tin"),
|
||||
craft_item = "default:tin_ingot",
|
||||
craft_item = tin_ingot,
|
||||
armor = 1.6,
|
||||
heal = 0,
|
||||
use = 750,
|
||||
|
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 153 B After Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 284 B |
Before Width: | Height: | Size: 437 B After Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 480 B |
Before Width: | Height: | Size: 281 B After Width: | Height: | Size: 282 B |
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 479 B After Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 273 B After Width: | Height: | Size: 274 B |
Before Width: | Height: | Size: 539 B After Width: | Height: | Size: 547 B |
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 490 B |
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 299 B After Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 148 B After Width: | Height: | Size: 149 B |
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 445 B |
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 176 B After Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 471 B After Width: | Height: | Size: 473 B |
Before Width: | Height: | Size: 516 B After Width: | Height: | Size: 518 B |
Before Width: | Height: | Size: 487 B After Width: | Height: | Size: 489 B |
Before Width: | Height: | Size: 633 B After Width: | Height: | Size: 637 B |
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 535 B After Width: | Height: | Size: 536 B |
Before Width: | Height: | Size: 466 B After Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 323 B |
Before Width: | Height: | Size: 163 B After Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 323 B |
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 299 B |
Before Width: | Height: | Size: 252 B After Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 482 B After Width: | Height: | Size: 487 B |
Before Width: | Height: | Size: 481 B After Width: | Height: | Size: 489 B |
Before Width: | Height: | Size: 526 B After Width: | Height: | Size: 532 B |
Before Width: | Height: | Size: 536 B After Width: | Height: | Size: 541 B |
Before Width: | Height: | Size: 496 B After Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 497 B After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 533 B After Width: | Height: | Size: 538 B |
Before Width: | Height: | Size: 535 B After Width: | Height: | Size: 538 B |
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 547 B |
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 547 B |
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 480 B |
Before Width: | Height: | Size: 475 B After Width: | Height: | Size: 482 B |