Update api.lua

This commit is contained in:
thunderdog1138 2019-12-15 19:18:09 -05:00 committed by GitHub
parent 8d09b81aaf
commit cfeced6a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 8 deletions

View File

@ -47,12 +47,10 @@ armor = {
materials = {
wood = "group:wood",
cactus = "default:cactus",
steel = "default:steel_ingot",
durasteel = "default:durasteel_ingot",
bronze = "default:bronze_ingot",
diamond = "default:diamond",
beskar = "default:beskar_ingot",
gold = "default:gold_ingot",
mithril = "moreores:mithril_ingot",
crystal = "ethereal:crystal_ingot",
},
fire_nodes = {
{"default:lava_source", 5, 8},
@ -88,12 +86,10 @@ armor.config = {
heal_multiplier = 1,
material_wood = true,
material_cactus = true,
material_steel = true,
material_durasteel = true,
material_bronze = true,
material_diamond = true,
material_beskar = true,
material_gold = true,
material_mithril = true,
material_crystal = true,
water_protect = true,
fire_protect = minetest.get_modpath("ethereal") ~= nil,
punch_damage = true,