recepie
This commit is contained in:
@@ -626,6 +626,10 @@ func _make_recipe_panel() -> void:
|
||||
"leather": "Leather",
|
||||
"iron": "Iron",
|
||||
"metal_plate":"Iron Plate",
|
||||
#"MetalPlate":"Armor boots"
|
||||
"essence":"Essence",
|
||||
"Enchanted_Table": "Ench Table",
|
||||
"EnchantedSphere": "Enchanted Boots"
|
||||
}
|
||||
const RESULT_NAMES := {
|
||||
"LeatherBoots": "Leather Boots",
|
||||
@@ -636,6 +640,7 @@ func _make_recipe_panel() -> void:
|
||||
"WoodenShield": "Wooden Shield",
|
||||
"IronShield": "Iron Shield",
|
||||
"MetalArmor": "Metal Armor",
|
||||
"MetalPlate": "Armor boots"
|
||||
}
|
||||
|
||||
const PAD_H := 10
|
||||
|
||||
Reference in New Issue
Block a user