From 99bf50ee52cd059cff8d6b5c8a5779538d92e9f7 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 14 Dec 2018 19:10:58 -0500 Subject: [PATCH] Core recipe tweak --- core/src/io/anuke/mindustry/content/Recipes.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/src/io/anuke/mindustry/content/Recipes.java b/core/src/io/anuke/mindustry/content/Recipes.java index 7bca788480..9a01f786ab 100644 --- a/core/src/io/anuke/mindustry/content/Recipes.java +++ b/core/src/io/anuke/mindustry/content/Recipes.java @@ -45,10 +45,9 @@ public class Recipes implements ContentList{ new Recipe(effect, StorageBlocks.container, new ItemStack(Items.densealloy, 200)); new Recipe(effect, StorageBlocks.vault, new ItemStack(Items.densealloy, 500), new ItemStack(Items.thorium, 250)); - //core disabled due to being broken new Recipe(effect, StorageBlocks.core, - new ItemStack(Items.copper, 2000), new ItemStack(Items.densealloy, 1500), - new ItemStack(Items.silicon, 1500), new ItemStack(Items.thorium, 500), + new ItemStack(Items.copper, 2000), new ItemStack(Items.densealloy, 2000), + new ItemStack(Items.silicon, 1750), new ItemStack(Items.thorium, 1000), new ItemStack(Items.surgealloy, 500), new ItemStack(Items.phasefabric, 750) );