Alpha-v0.0.2a #1

Closed
thunderdog1138 wants to merge 321 commits from Alpha-v0.0.2a into master
1 changed files with 4 additions and 8 deletions
Showing only changes of commit cfeced6a7e - Show all commits

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,