mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 06:50:46 +00:00
screw it
This commit is contained in:
parent
34d3b11713
commit
df7277cf83
@ -493,6 +493,18 @@ public class AnvilRecipes {
|
|||||||
new AnvilOutput(new ItemStack(ModItems.ingot_tcalloy, 1), 0.25F)
|
new AnvilOutput(new ItemStack(ModItems.ingot_tcalloy, 1), 0.25F)
|
||||||
}
|
}
|
||||||
).setTier(3));
|
).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(
|
constructionRecipes.add(new AnvilConstructionRecipe(
|
||||||
new ComparableStack(ModItems.circuit_raw),
|
new ComparableStack(ModItems.circuit_raw),
|
||||||
|
|||||||
@ -318,7 +318,12 @@ book.lore.office0.title=Letter of Resignation
|
|||||||
book.lore.office0.author=Kosma
|
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.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.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 ]
|
cannery.f1=[ Press F1 for help ]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user