Mask

Description

A simple mod that adds a mask to protect yourself lol. The mod depends 3d_armor.



---
---Mask
---

if minetest.get_modpath("3d_armor") then
  
  armor:register_armor("mask:mask", {
		description = ("Mask"),
		inventory_image = "mask_inv_mask.png",
		groups = {armor_head=1, armor_heal=12, armor_use=10, armor_fire=1},
		armor_groups = {fleshy=15},
		damage_groups = {cracky=2, snappy=1, level=3},
	})
end


---
---Craft
---

minetest.register_craft({
	output = "mask:mask",
	recipe = {
		{"", "", ""},
		{"farming:string", "default:paper", "farming:string"},
		{"", "", ""},
	}
})

Reviews

Review

Do you recommend this mod?

Releases

All releases

Threads

New thread

Thread Last Reply

No threads found

Information

Provides

mask

Dependencies

Required
3d_armor default farming

Information

Type
Mod
Technical Name
mask
Languages
English
License
MIT
Maintenance State
Unknown
Added
2021-04-07 16:36 UTC
Maintainers
GenesisMT