Update init.lua

This commit is contained in:
DynamaxPikachu 2020-04-05 17:25:52 -05:00 committed by GitHub
parent c4aefd7cc4
commit 45a3c4362c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ if minetest.get_modpath("3d_armor") then
armor:register_armor("leg_mese:shield", {
description = S("Legendary Mese Shield"),
inventory_image = "leg_mese_shield.png",
inventory_image = "leg_mese_shield_inv.png",
light_source = 7, -- Texture will have a glow when dropped
groups = {armor_shield=1, armor_heal=20, armor_use=200, armor_fire=10},
armor_groups = {fleshy=20},