Fix broken iron armor images
|
@ -11,7 +11,7 @@ minetest.register_tool("3d_armor:helmet_leather", {
|
||||||
|
|
||||||
minetest.register_tool("3d_armor:helmet_iron", {
|
minetest.register_tool("3d_armor:helmet_iron", {
|
||||||
description = "Iron Helmet",
|
description = "Iron Helmet",
|
||||||
inventory_image = "3d_armor_inv_helmet_steel.png",
|
inventory_image = "3d_armor_inv_helmet_iron.png",
|
||||||
groups = {armor_head=10, armor_heal=5, armor_use=250},
|
groups = {armor_head=10, armor_heal=5, armor_use=250},
|
||||||
wear = 0,
|
wear = 0,
|
||||||
})
|
})
|
||||||
|
@ -48,7 +48,7 @@ minetest.register_tool("3d_armor:chestplate_leather", {
|
||||||
|
|
||||||
minetest.register_tool("3d_armor:chestplate_iron", {
|
minetest.register_tool("3d_armor:chestplate_iron", {
|
||||||
description = "Iron Chestplate",
|
description = "Iron Chestplate",
|
||||||
inventory_image = "3d_armor_inv_chestplate_steel.png",
|
inventory_image = "3d_armor_inv_chestplate_iron.png",
|
||||||
groups = {armor_torso=20, armor_heal=5, armor_use=250},
|
groups = {armor_torso=20, armor_heal=5, armor_use=250},
|
||||||
wear = 0,
|
wear = 0,
|
||||||
})
|
})
|
||||||
|
@ -85,7 +85,7 @@ minetest.register_tool("3d_armor:leggings_leather", {
|
||||||
|
|
||||||
minetest.register_tool("3d_armor:leggings_iron", {
|
minetest.register_tool("3d_armor:leggings_iron", {
|
||||||
description = "Iron Leggings",
|
description = "Iron Leggings",
|
||||||
inventory_image = "3d_armor_inv_leggings_steel.png",
|
inventory_image = "3d_armor_inv_leggings_iron.png",
|
||||||
groups = {armor_legs=15, armor_heal=5, armor_use=250},
|
groups = {armor_legs=15, armor_heal=5, armor_use=250},
|
||||||
wear = 0,
|
wear = 0,
|
||||||
})
|
})
|
||||||
|
@ -121,7 +121,7 @@ minetest.register_tool("3d_armor:boots_leather", {
|
||||||
|
|
||||||
minetest.register_tool("3d_armor:boots_iron", {
|
minetest.register_tool("3d_armor:boots_iron", {
|
||||||
description = "Iron Boots",
|
description = "Iron Boots",
|
||||||
inventory_image = "3d_armor_inv_boots_steel.png",
|
inventory_image = "3d_armor_inv_boots_iron.png",
|
||||||
groups = {armor_feet=10, armor_heal=5, armor_use=250},
|
groups = {armor_feet=10, armor_heal=5, armor_use=250},
|
||||||
wear = 0,
|
wear = 0,
|
||||||
})
|
})
|
||||||
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 653 B After Width: | Height: | Size: 653 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 794 B After Width: | Height: | Size: 794 B |
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
Before Width: | Height: | Size: 182 B After Width: | Height: | Size: 182 B |
Before Width: | Height: | Size: 654 B After Width: | Height: | Size: 654 B |
Before Width: | Height: | Size: 865 B After Width: | Height: | Size: 865 B |