From 69eda3f21de077857572e8c034ec1be2d11f92b8 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 18 Sep 2015 23:21:45 +0200 Subject: [PATCH] Localized the Coffee Machine entry. Phew. That took a while. --- .../ellpeck/actuallyadditions/booklet/InitBooklet.java | 2 +- .../resources/assets/actuallyadditions/lang/en_US.lang | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/java/ellpeck/actuallyadditions/booklet/InitBooklet.java b/src/main/java/ellpeck/actuallyadditions/booklet/InitBooklet.java index 61447ab00..cf72e9d10 100644 --- a/src/main/java/ellpeck/actuallyadditions/booklet/InitBooklet.java +++ b/src/main/java/ellpeck/actuallyadditions/booklet/InitBooklet.java @@ -77,7 +77,7 @@ public class InitBooklet{ new BookletChapter("crate", entryFunctionalNonRF, new ItemStack(InitBlocks.blockGiantChest), new PageCrafting(1, BlockCrafting.recipeCrate)); //RF Using Blocks - new BookletChapter("coffeeMachine", entryFunctionalRF, new ItemStack(InitBlocks.blockCoffeeMachine), new PageTextOnly(1), new PageTextOnly(2), new PageTextOnly(3), new PageCrafting(4, BlockCrafting.recipeCoffeeMachine), new PageCrafting(5, ItemCrafting.recipeCup)); + new BookletChapter("coffeeMachine", entryFunctionalRF, new ItemStack(InitBlocks.blockCoffeeMachine), new PageTextOnly(1).setStack(new ItemStack(InitItems.itemCoffeeBean)).addTextReplacement("", ConfigIntValues.COFFEE_MACHINE_ENERGY_USED.getValue()).addTextReplacement("", ConfigIntValues.COFFEE_CACHE_USED_PER_ITEM.getValue()).addTextReplacement("", ConfigIntValues.COFFEE_MACHINE_WATER_USED.getValue()), new PageTextOnly(2).setStack(new ItemStack(InitItems.itemCoffee)), new PageTextOnly(3), new PageCrafting(4, BlockCrafting.recipeCoffeeMachine).setNoText(), new PageCrafting(5, ItemCrafting.recipeCup).setNoText()); new BookletChapterCrusher("crusher", entryFunctionalRF, new ItemStack(InitBlocks.blockGrinderDouble), new PageTextOnly(1), new PageCrafting(2, BlockCrafting.recipeCrusher), new PageCrafting(3, BlockCrafting.recipeDoubleCrusher)); new BookletChapterFurnace("furnaceDouble", entryFunctionalRF, new ItemStack(InitBlocks.blockFurnaceDouble), new PageCrafting(1, BlockCrafting.recipeFurnace)); new BookletChapter("miner", entryFunctionalRF, new ItemStack(InitBlocks.blockOreMagnet), new PageTextOnly(1), new PageCrafting(2, BlockCrafting.recipeMiner), new PageCrafting(3, BlockCrafting.recipeCasing)); diff --git a/src/main/resources/assets/actuallyadditions/lang/en_US.lang b/src/main/resources/assets/actuallyadditions/lang/en_US.lang index 295ee80c5..16c312e71 100644 --- a/src/main/resources/assets/actuallyadditions/lang/en_US.lang +++ b/src/main/resources/assets/actuallyadditions/lang/en_US.lang @@ -466,4 +466,9 @@ booklet.actuallyadditions.chapter.compost.text.1=The Compost is used to booklet.actuallyadditions.chapter.compost.text.3=Mashed Food can be crafted from any time of food or plantable item. booklet.actuallyadditions.chapter.crate.name=Storage Crates -booklet.actuallyadditions.chapter.crate.text.1=Storage Crates are big. Really big. They hold tons of items, more than 4 chests worth of them. "F-in' gigantic" -Some Magazine \ No newline at end of file +booklet.actuallyadditions.chapter.crate.text.1=Storage Crates are big. Really big. They hold tons of items, more than 4 chests worth of them. "F-in' gigantic" -Some Magazine + +booklet.actuallyadditions.chapter.coffeeMachine.name=Coffee Machine +booklet.actuallyadditions.chapter.coffeeMachine.text.1=The Coffee Machine basically works like a Brewing Stand, only 20 times more customizable. After inserting an Empty Cup, Coffee, which can be found in the wild, planted and harvested, and mB of Water and RF/t, it will be able to brew some coffee for you! This is where the customizable bit comes in, though: You can choose what potion effects the coffee should get and how long for by dropping in potion ingredients just the way you want your coffee to be! +booklet.actuallyadditions.chapter.coffeeMachine.text.2=Every ingredient has a base time and a maximum amount of which it can be inputted into the machine. Here are the ingredients: Sugar -> Speed 30s, 4max Magma Cream -> 20s, 1max Pufferfish -> Water Breathing, 10s, 1max Golden Carrot -> Night Vision, 30s, 1max Ghast Tear -> Regeneration, 5s, 3max Blaze Powder -> Strength, 15s, 4max Fermented Spider Eye -> Invisibility, 25s, 1max +booklet.actuallyadditions.chapter.coffeeMachine.text.3=There is one special item, however, that is very powerful for the Coffee Machine: The Milk Bucket. This item is especially powerful, because it doubles the time of an effect while taking one amplifier away. But be careful: If you only have an amplifier of 1 on an effect, it'll be removed! To amplify the effect of a certain item, just put it into multiple slots causing the amplifier of it to rise. When you're ready, just press the button to brew your coffee! \ No newline at end of file