Added an explanation via pictures to the item laser relay pages

This commit is contained in:
Ellpeck 2016-09-02 16:44:13 +02:00
parent 41019417f4
commit 54999e0a81
9 changed files with 12 additions and 5 deletions

View file

@ -117,7 +117,7 @@ public final class InitBooklet{
new BookletChapter("lensDisenchanting", ActuallyAdditionsAPI.entryReconstruction, new ItemStack(InitItems.itemDisenchantingLens), new PageTextOnly(1).addTextReplacement("<energy>", LensDisenchanting.ENERGY_USE), new PageCrafting(2, ItemCrafting.recipeDisenchantingLens).setNoText()).setSpecial();
//No RF Using Blocks
new BookletChapter("itemStorage", ActuallyAdditionsAPI.entryFunctionalNonRF, new ItemStack(InitBlocks.blockLaserRelayItemWhitelist), new PageTextOnly(1), new PageTextOnly(2), new PageTextOnly(3), new PageTextOnly(4), new PageCrafting(5, BlockCrafting.recipeLaserRelayItem).setNoText().setPageStacksWildcard(), new PageCrafting(6, BlockCrafting.recipeLaserRelayItemWhitelist).setNoText().setPageStacksWildcard(), new PageCrafting(7, BlockCrafting.recipeItemInterface).setNoText()).setImportant();
new BookletChapter("itemStorage", ActuallyAdditionsAPI.entryFunctionalNonRF, new ItemStack(InitBlocks.blockLaserRelayItemWhitelist), new PageTextOnly(1), new PagePicture(2, "pageItemLaserRelayBasic", 78), new PagePicture(3, "pageItemLaserRelayFail", 84), new PagePicture(4, "pageItemLaserRelayTransfer", 78), new PagePicture(5, "pageItemLaserRelayWhitelistChest", 76), new PagePicture(6, "pageItemLaserRelayWhitelistInterface", 75), new PagePicture(7, "pageItemLaserRelaySystem", 75), new PageTextOnly(8), new PageCrafting(9, BlockCrafting.recipeLaserRelayItem).setNoText().setPageStacksWildcard(), new PageCrafting(10, BlockCrafting.recipeLaserRelayItemWhitelist).setNoText().setPageStacksWildcard(), new PageCrafting(11, BlockCrafting.recipeItemInterface).setNoText()).setImportant();
new BookletChapter("breaker", ActuallyAdditionsAPI.entryFunctionalNonRF, new ItemStack(InitBlocks.blockBreaker), new PageCrafting(1, BlockCrafting.recipeBreaker).setPageStacksWildcard(), new PageCrafting(2, BlockCrafting.recipePlacer).setPageStacksWildcard(), new PageCrafting(3, BlockCrafting.recipeLiquidPlacer).setPageStacksWildcard(), new PageCrafting(4, BlockCrafting.recipeLiquidCollector).setPageStacksWildcard());
new BookletChapter("dropper", ActuallyAdditionsAPI.entryFunctionalNonRF, new ItemStack(InitBlocks.blockDropper), new PageTextOnly(1), new PageCrafting(2, BlockCrafting.recipeDropper).setNoText());
new BookletChapter("phantomfaces", ActuallyAdditionsAPI.entryFunctionalNonRF, new ItemStack(InitBlocks.blockPhantomLiquiface), new PageTextOnly(1).addTextReplacement("<range>", TileEntityPhantomface.RANGE), new PageTextOnly(2), new PageCrafting(3, BlockCrafting.recipePhantomface), new PageCrafting(4, BlockCrafting.recipeLiquiface), new PageCrafting(5, BlockCrafting.recipeEnergyface), new PageCrafting(6, ItemCrafting.recipePhantomConnector).setNoText(), new PageCrafting(7, BlockCrafting.recipePhantomBooster)).setImportant();

View file

@ -14,6 +14,7 @@ import de.ellpeck.actuallyadditions.api.internal.IBookletGui;
import de.ellpeck.actuallyadditions.mod.util.AssetUtil;
import de.ellpeck.actuallyadditions.mod.util.StringUtil;
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.util.ResourceLocation;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
@ -36,8 +37,10 @@ public class PagePicture extends PageTextOnly{
@Override
@SideOnly(Side.CLIENT)
public void renderPre(IBookletGui gui, int mouseX, int mouseY, int ticksElapsed, boolean mousePressed){
GlStateManager.enableBlend();
Minecraft.getMinecraft().getTextureManager().bindTexture(this.resLoc);
gui.drawRect(gui.getGuiLeft(), gui.getGuiTop(), 0, 0, gui.getXSize(), gui.getYSize());
GlStateManager.disableBlend();
String text = gui.getCurrentEntrySet().getCurrentPage().getText();
if(text != null && !text.isEmpty()){

View file

@ -977,10 +977,14 @@ booklet.actuallyadditions.chapter.spawnerChanger.name=Spawner Changer
booklet.actuallyadditions.chapter.spawnerChanger.text.1=The <item>Spawner Changer<r> is an item that can be used to <imp>manipulate the mobs<r> that <imp>spawners spawn<r>. <n>This can be accomplished by first of all <imp>picking up<r> the desired mob to spawn with the Changer, killing it in the process. Next, the Changer can be <imp>right-clicked on the spawner<r>, causing the spawner to be changed. <n><n>This process probably won't work with every type of mob though.
booklet.actuallyadditions.chapter.itemStorage.name=Laser Relay Item Storage
booklet.actuallyadditions.chapter.itemStorage.text.1=Additionally to the <item>Laser Relays<r> that transfer RF, there are also <item>Item Laser Relays<r> that are able to transfer items. This works in a <imp>verry different way<r> though. <n>To connect <item>Item Laser Relays<r> together works the same as connecting normal ones, however, you need an <item>Item Interface<r> to be able to interact with them. <n>You can place <imp>any inventories<r> (such as chests and furnaces) next to the <item>Item Laser Relays<r>, but to be pulled out from or inputted into, there needs to be an <item>Item Interface<r> connected
booklet.actuallyadditions.chapter.itemStorage.text.2=to one of the <item>Item Laser Relay<r>s. To input or output items in the system, just <imp>pipe them into the interface<r>. <n>If you want a way to make a storage system with this, there are also <item>Advanced Item Laser Relays<r>, in which, by <imp>sneak-right-clicking<r> them, you can specify which items are <imp>allowed and disallowed<r> to enter or exit inventories connected to this particular relay. When placing an advanced relay next to an <item>Item Interface<r>, this effect also applies.
booklet.actuallyadditions.chapter.itemStorage.text.3=If you just want to use <item>Item Laser Relays<r> as a way to <imp>transfer items from A to B<r>, you will notice that just placing two Relays and two <item>Item Interfaces<r> won't work, as there needs to be some sort of <imp>temporary storage<r> in the network. <n>To avoid this, just <imp>place a Hopper<r> (or chest) <imp>directly on<r> the <item>Item Laser Relay<r> you want to output from, and the items will go there directly as the hopper also counts as a <imp>valid inventory<r>.
booklet.actuallyadditions.chapter.itemStorage.text.4=It should also be noted that, in fact, the <item>Advanced Item Laser Relays<r> will always <imp>take priority<r> over normal ones, meaning that inventories they are connected to will always be regarded first. <n>This can be useful for last resort-type chests in a storage system, where you can place a non-advanced Relay next to one chest but have all the others advanced, and then items will only go into that one chest when they have nowhere else to go in the system.
booklet.actuallyadditions.chapter.itemStorage.text.1=<item>Item Laser Relays<r> work much like their <imp>energy version<r>, but instead of transferring enery, they <imp>transport items around<r>! <n>To know <imp>how to connect Laser Relays<r>, you should look at the entry for <item>Energy Laser Relays<r> first. <n><n>This section has been replaced with a visual introduction via <imp>lovely pictures<r>, as no one understood the previous explanation. <n>They're not that complicated to understand, though. Promise. <n>Flip to the <imp>next page<r> for an explanation.
booklet.actuallyadditions.chapter.itemStorage.text.2=The basic thing to know: <item>Item Laser Relays<r> always have to be connected to an <item>Item Interface<r> for <imp>input and output<r> to happen. <n>This is a <imp>basic system<r>, with items being inputted into the middle chest via the hopper on the left and outputted via the hopper on the right.
booklet.actuallyadditions.chapter.itemStorage.text.3=The whole <imp>chest<r> part of this is very important, as such a setup as the one seen above <imp>will not work<r>. <n>This is because every system <imp>needs a storage space<r>, and an Item Interface does not count as that.
booklet.actuallyadditions.chapter.itemStorage.text.4=<i>But how do I make them transfer items from one point to another then?<r>, I hear you yelling. <n>Well, just place the relay <imp>directly onto a chest<r> (a hopper works too!) and the items will just go there. After all, it's <imp>a valid inventory<r>.
booklet.actuallyadditions.chapter.itemStorage.text.5=Here, you can see the use of an <item>Advanced Item Laser Relay<r>. They can have a <imp>whitelist/blacklist configuration<r> for both connections going into them (inbound, the left side in this case) and out of them (outbound, the right side in this case).
booklet.actuallyadditions.chapter.itemStorage.text.6=You can also attach these advanced relays to <item>Item Interfaces<r>, which will mean that they will only <imp>have access<r> to certain items from the system. Here, outbound means out of the system, and inbound means into the system.
booklet.actuallyadditions.chapter.itemStorage.text.7=What you can do is <imp>take this to the next level<r> and build a fully-fledged <imp>storage system<r> with multiple chests. Pulling out of or inputting into an <item>Item Interface<r> here will pull out of <imp>the entire system<r>.
booklet.actuallyadditions.chapter.itemStorage.text.8=Addendum: <n><item>Advanced Item Laser Relays<r> will always <imp>take priority<r>, meaning inventories connected to them will be input into and pulled out of first at all times. This can be useful if you want to make a <imp>storage system<r>. You can just have one inventory with a basic relay on it which will act as a <imp>last resort<r>. <n>Also, this system isn't only limited to chests. <imp>You can connect these to any inventories<r>, so an auto-smelting area could be part of your system too!
booklet.actuallyadditions.chapter.banners.name=Additional Banners
booklet.actuallyadditions.chapter.banners.text.1=For <imp>special items<r> in <imp>Actually Additions<r>, there is also special <item>Banner<r> patterns. All of these just require the <imp>item next to the banner<r> in the crafting grid with, optionally, a <imp>color<r>. You can also combine them with a <item>Shield<r> like normal. <n>The items that have a banner pattern are: <n>The <item>Actually Additions Manual<r> <n>The <item>Phantom Connector<r> <n>The <item>Leaf Blower<r> (not the advanced version) <n>The <item>Drill<r> (only the white one works due to the way banners work)

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB