diff --git a/src/main/java/com/hbm/inventory/recipes/anvil/AnvilRecipes.java b/src/main/java/com/hbm/inventory/recipes/anvil/AnvilRecipes.java index 8780d34ae..233771927 100644 --- a/src/main/java/com/hbm/inventory/recipes/anvil/AnvilRecipes.java +++ b/src/main/java/com/hbm/inventory/recipes/anvil/AnvilRecipes.java @@ -493,6 +493,18 @@ public class AnvilRecipes { new AnvilOutput(new ItemStack(ModItems.ingot_tcalloy, 1), 0.25F) } ).setTier(3)); + + constructionRecipes.add(new AnvilConstructionRecipe( + new ComparableStack(ModBlocks.deco_computer), + new AnvilOutput[] { + new AnvilOutput(new ItemStack(ModItems.crt_display, 1)), + new AnvilOutput(new ItemStack(ModItems.scrap, 3)), + new AnvilOutput(new ItemStack(ModItems.wire_copper, 4)), + new AnvilOutput(new ItemStack(ModItems.circuit_red_copper, 1), 0.25F), + new AnvilOutput(new ItemStack(ModItems.circuit_copper, 2)) + + } + ).setTier(2)); constructionRecipes.add(new AnvilConstructionRecipe( new ComparableStack(ModItems.circuit_raw), diff --git a/src/main/resources/assets/hbm/lang/en_US.lang b/src/main/resources/assets/hbm/lang/en_US.lang index 0cd04cc47..987258ebc 100644 --- a/src/main/resources/assets/hbm/lang/en_US.lang +++ b/src/main/resources/assets/hbm/lang/en_US.lang @@ -318,7 +318,12 @@ book.lore.office0.title=Letter of Resignation book.lore.office0.author=Kosma book.lore.office0.page1=Management downsized our department again yesterday. Those idiots only have themselves to blame, I don't know what they were expecting after the Panay fiasco. Who the hell leaks that sort of information? We're losing millions and book.lore.office0.page2=it's ME who's the one out of a job now. I'M the one being asked to resign. I hope you asshats finally learn from your overabundance of mistakes and take that stick out of your ass. -book.lore.office0.page3=I'm not coming back tomorrow. Just send the paycheck. +book.lore.office0.page3=I'm not coming back on Friday. Just send the paycheck. + +book.lore.office1.title=Note +book.lore.office1.author=Jonas +book.lore.office1.page1= +book.lore.office2.page2= cannery.f1=[ Press F1 for help ]