added blueprint for helm
This commit is contained in:
parent
06b75d2333
commit
614cc49ed6
@ -153,4 +153,11 @@ blueprint.register_blueprint("armor_diamond_boots", {
|
|||||||
color = "red"
|
color = "red"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
blueprint.register_blueprint("armor_diamond_helm", {
|
||||||
|
description = "Diamond Helm",
|
||||||
|
materials = {"furnace:iron_plate", "default:diamond"},
|
||||||
|
out = "armor:diamond_helm",
|
||||||
|
color = "red"
|
||||||
|
})
|
||||||
|
|
||||||
armor.load_armor()
|
armor.load_armor()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user