forked from thunderdog1138/star_wars
Update api.lua
This commit is contained in:
parent
8d09b81aaf
commit
cfeced6a7e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue