From 248590ed2ca7b1e23d99597992cb86727bcd271a Mon Sep 17 00:00:00 2001 From: Vastitas Date: Tue, 15 Mar 2016 14:07:43 +0000 Subject: [PATCH 1/3] fix diamond shovel recipe --- configCivcraft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configCivcraft.yml b/configCivcraft.yml index c502f2a8..b4684917 100644 --- a/configCivcraft.yml +++ b/configCivcraft.yml @@ -2268,7 +2268,7 @@ recipes: amount: 6 output: diamond pickaxe: - material: DIAMOND_PICKAXE + material: DIAMOND_SHOVEL amount: 8 Forge_Diamond_Sword: type: PRODUCTION From b5ad6e4545f1daecf22d03495cae75bb3ccdff9a Mon Sep 17 00:00:00 2001 From: Vastitas Date: Tue, 15 Mar 2016 14:43:40 +0000 Subject: [PATCH 2/3] Fix shovel recipes --- configCivcraft.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configCivcraft.yml b/configCivcraft.yml index b4684917..05319312 100644 --- a/configCivcraft.yml +++ b/configCivcraft.yml @@ -2267,7 +2267,7 @@ recipes: material: DIAMOND amount: 6 output: - diamond pickaxe: + diamond shovel: material: DIAMOND_SHOVEL amount: 8 Forge_Diamond_Sword: @@ -2387,8 +2387,8 @@ recipes: material: GOLD_INGOT amount: 6 output: - gold pickaxe: - material: GOLD_PICKAXE + gold shovel: + material: GOLD_SHOVEL amount: 8 Forge_Gold_Sword: type: PRODUCTION @@ -2507,8 +2507,8 @@ recipes: material: IRON_INGOT amount: 6 output: - iron pickaxe: - material: IRON_PICKAXE + iron shovel: + material: IRON_SHOVEL amount: 8 Forge_Iron_Sword: type: PRODUCTION @@ -2567,8 +2567,8 @@ recipes: material: STONE amount: 6 output: - stone pickaxe: - material: STONE_PICKAXE + stone shovel: + material: STONE_SHOVEL amount: 8 Forge_Stone_Sword: type: PRODUCTION From e58fbedcf99b29a201b81f031bc5ad8c89a0edf7 Mon Sep 17 00:00:00 2001 From: Vastitas Date: Tue, 15 Mar 2016 15:22:16 +0000 Subject: [PATCH 3/3] Fix double steak recipe & added pork recipe --- configCivcraft.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configCivcraft.yml b/configCivcraft.yml index 05319312..1b8de962 100644 --- a/configCivcraft.yml +++ b/configCivcraft.yml @@ -292,7 +292,7 @@ factories: name: Grill recipes: - Grill_Steak_Advanced - - Grill_Beef + - Grill_Pork - Fry_Chicken - Cook_Salmon - Cook_Fish @@ -2594,17 +2594,17 @@ recipes: cooked chicken: material: COOKED_CHICKEN amount: 64 - Grill_Beef: + Grill_Pork: type: PRODUCTION - name: Grill Beef + name: Grill Pork production_time: 5s input: - beef: - material: RAW_BEEF + pork: + material: RAW_PORK amount: 32 output: - cooked beef: - material: COOKED_BEEF + grilled pork: + material: GRILLED_PORK amount: 64 Grill_Steak_Advanced: type: PRODUCTION