Skip to content

Commit

Permalink
Merge pull request #17 from taikedz/nsss
Browse files Browse the repository at this point in the history
From NSSS bug reports
Thank You!
  • Loading branch information
NPXcoot authored Dec 15, 2016
2 parents 99325a4 + 00d2ea2 commit d3846c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nssm_armor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if minetest.get_modpath("3d_armor") then
duck="nssm:duck_feather",
black_duck="nssm:black_duck_feather",
mor= "nssm:lustful_moranga",
sandbloco= "nssm:sandbloco_skin",
sandbloco= "nssm:sand_bloco_skin",
sandworm="nssm:sandworm_skin",
sky="nssm:sky_iron",
web="nssm:web_string",
Expand Down Expand Up @@ -168,9 +168,9 @@ local stats = {
minetest.register_craft({
output = "nssm:chestplate_snake",
recipe = {
{"default:iron_ingot", "", "default:iron_ingot"},
{"default:iron_ingot", "nssm:snake_scute", "default:iron_ingot"},
{"default:iron_ingot", "default:iron_ingot", "default:iron_ingot"},
{"default:steel_ingot", "", "default:steel_ingot"},
{"default:steel_ingot", "nssm:snake_scute", "default:steel_ingot"},
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
},
})
minetest.register_craft({
Expand Down

0 comments on commit d3846c7

Please sign in to comment.