• 0

    posted a message on [Forge] Father Toast's Server Mods - Lost Books, Deadly World, Mob Properties, and More!

    So, I recently encountered one heck of a bug. It's taken me days to figure it out, so I'm hoping somebody could make use of this information.


    One day, out of nowhere, putting a specific book on a bookshelf crashed all clients in range of the player and (bibliocraft) bookshelf in question, and thereafter corrupting the chunk. During investigation, I also noted that using a shell storage from the Sync mod, specifically, initiating any clone transfer, caused the same crash. The two crashes are interchangeable, and are thusly:


    internal exception: io.netty.handler.codec.DecoderException: net.minecraft.util.ReportedException: Loading NBT data


    and


    internal exception: io.netty.handler.codec.DecoderException: java.io.IOException: packet was larger than i expected, found "numbers and packet here"


    After going through a ridiculous amount of threads, to which no consensus could be reached, I started doing things the hard way. The answer turned out to be a particular book from one of the lostbooks' book packs, one of the HP Lovecraft ones. The Case of Charles Dexter Ward, to be specific. If any player has had that book in their inventory, it corrupts their player file. I tested this every which way and backwards. I've since destroyed all lovecraft books and moved them out of the lostbooks directory, and deleted old player files, and now everything behaves normally, even with the old inventories, sans-books.


    Shame, too. He's my favorite author. :(

    Posted in: Minecraft Mods
  • 0

    posted a message on Floocraft - Teleport like Harry Potter (Last update 11/7/18. Fireplace fix and sources! Latest version 1.9.2)

    Is anybody else having floo powder duplication issues? Shift-clicking any amount of floo powder out of a floo pot doubles or even sometimes overstacks a large amount of powder in the inventory. Free floo powder, sure, but that's no fun :(


    also, I'm on 1.7.10.

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.10][TC4][AE2]Thaumic Energistics
    Quote from Makray»

    Ran into a couple issues. First, the golem wifi backpack doesn't seem to remain on the golem when the golem is collected via the bell, and second, all various arrangements I've made to coerce my golem with the alchemy core to fill jars from my network have failed miserably.


    Has anyone had any luck utilizing a golem with an alchemy core and a wifi backpack?


    rv3 b5, for anyone interested.


    After further testing, it really seems as though the golem randomly fills jars. I've tried it with every combination of golem home placement, and marking various things with the bell. I can't get it to behave with any sort of consistency.
    Posted in: WIP Mods
  • 0

    posted a message on [1.7.10][TC4][AE2]Thaumic Energistics

    Ran into a couple issues. First, the golem wifi backpack doesn't seem to remain on the golem when the golem is collected via the bell, and second, all various arrangements I've made to coerce my golem with the alchemy core to fill jars from my network have failed miserably.


    Has anyone had any luck utilizing a golem with an alchemy core and a wifi backpack?


    rv3 b5, for anyone interested.

    Posted in: WIP Mods
  • 1

    posted a message on [Forge] Father Toast's Server Mods - Lost Books, Deadly World, Mob Properties, and More!

    So, turns out the issue with the Blood Magic book was Guide-API related. I was misinformed, but thank you for looking into it.


    If it's not clear, I love lostbooks to death! :)

    Posted in: Minecraft Mods
  • 0

    posted a message on [TC4+5 Addon] Automagy - Automation and Logistics (v2.0.3 - Thirsty Tanks for Thaumcraft 5)
    Quote from Tuhljin»

    Version 0.28.2 has been released.


    Just wanted to say thank you. My tome mirrors work perfectly now!
    Posted in: WIP Mods
  • 1

    posted a message on [Forge] Father Toast's Server Mods - Lost Books, Deadly World, Mob Properties, and More!

    Glad to hear that ars magica thing was fixed. Hope that makes it out in an update :)


    Also, here are a couple of screens of the blood magic manual:


    http://imgur.com/a/qNK8Q


    Every page with text looks like that, with the text falling past the bottom. Any pages with images are fine.

    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge] Father Toast's Server Mods - Lost Books, Deadly World, Mob Properties, and More!

    Hey Fathertoast!


    Some time ago, there was a post involving the bug that caused a client crash when reading a spell book on an Ars Magica 2 lectern when using lostbooks. I also wanted to add that the in-game manual for blood magic also seems to be affected by lostbooks, in terms of it's formatting being physically below the book itself. Has there been a workaround to either of those perchance?

    Posted in: Minecraft Mods
  • 0

    posted a message on [TC4+5 Addon] Automagy - Automation and Logistics (v2.0.3 - Thirsty Tanks for Thaumcraft 5)
    Quote from Tuhljin»

    I'm not able to replicate the problem and I know others have also been able to point requisition tomes to mirrors without a problem. You can report the issue on the Automagy Github, but I'd need more information about your setup and the play environment (single player, LAN, or on a server?). Perhaps there is a mod conflict (though it'd be a pretty weird one if so) so if nothing else helps, you might need to use the process of elimination to find out if that's the case and, if so, where the conflict lies.




    I will do just that. But for the present, this is on a server. I have a rather extensive modlist, but I've made them play nice with eachother, for the most part.

    I can actually force a client crash; if I leave in a crystalline eye that registers "Mirror not found", close the tome, and then attempt to access it's GUI again, it crashes. Here is the log, for any edification:



    [13:02:02] [Client thread/FATAL]: Unreported exception thrown!

    java.lang.IndexOutOfBoundsException: Index: 36, Size: 36


    at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_45]


    at java.util.ArrayList.get(Unknown Source) ~[?:1.8.0_45]


    at net.minecraft.inventory.Container.func_75139_a(SourceFile:104) ~[zs.class:?]


    at net.minecraft.inventory.Container.func_75131_a(SourceFile:390) ~[zs.class:?]


    at net.minecraft.client.network.NetHandlerPlayClient.func_147241_a(NetHandlerPlayClient.java:1062) ~[bjb.class:?]


    at net.minecraft.network.play.server.S30PacketWindowItems.func_148833_a(SourceFile:49) ~[go.class:?]


    at net.minecraft.network.play.server.S30PacketWindowItems.func_148833_a(SourceFile:11) ~[go.class:?]


    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?]


    at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) ~[bje.class:?]


    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1602) ~[bao.class:?]


    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) ~[bao.class:?]


    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]


    at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]


    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]


    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]


    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]


    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]


    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]


    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]


    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]


    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]


    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]


    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]


    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) [NewLaunch.jar:?]


    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394) [NewLaunch.jar:?]


    at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]


    at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.player.ItemTooltipEvent@4b484cc7:


    java.lang.NullPointerException


    at vazkii.botania.client.core.handler.TooltipHandler.onTooltipEvent(TooltipHandler.java:30) ~[TooltipHandler.class:?]


    at cpw.mods.fml.common.eventhandler.ASMEventHandler_1143_TooltipHandler_onTooltipEvent_ItemTooltipEvent.invoke(.dynamic) ~[?:?]


    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]


    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?]


    at net.minecraftforge.event.ForgeEventFactory.onItemTooltip(ForgeEventFactory.java:169) [ForgeEventFactory.class:?]


    at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:626) [add.class:?]


    at codechicken.nei.guihook.GuiContainerManager.itemDisplayNameMultiline(GuiContainerManager.java:119) [GuiContainerManager.class:?]


    at codechicken.nei.guihook.GuiContainerManager.concatenatedDisplayName(GuiContainerManager.java:162) [GuiContainerManager.class:?]


    at codechicken.nei.api.ItemInfo.getSearchName(ItemInfo.java:529) [ItemInfo.class:?]


    at codechicken.nei.ItemList$PatternItemFilter.matches(ItemList.java:65) [ItemList$PatternItemFilter.class:?]


    at codechicken.nei.ItemList$AnyMultiItemFilter.matches(ItemList.java:110) [ItemList$AnyMultiItemFilter.class:?]


    at codechicken.nei.ItemList$AllMultiItemFilter.matches(ItemList.java:85) [ItemList$AllMultiItemFilter.class:?]


    at codechicken.nei.ItemList$2.execute(ItemList.java:239) [ItemList$2.class:?]


    at codechicken.nei.RestartableTask$1.run(RestartableTask.java:24) [RestartableTask$1.class:?]


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: Index: 1 Listeners:


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 0: HIGHEST


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 1: ASM: vazkii.botania.client.core.handler.TooltipHandler@2e391c31 onTooltipEvent(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 2: ASM: witchinggadgets.client.ClientEventHandler@69f7ef0e getTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 3: NORMAL


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 4: ASM: buildcraft.core.list.ListTooltipHandler@730db018 itemTooltipEvent(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 5: ASM: thaumcraft.common.lib.events.EventHandlerRunic@78266333 tooltipEvent(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 6: ASM: net.bdew.lib.tooltip.TooltipHandler$@20ec5601 handleTooltipEvent(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 7: ASM: org.dave.CompactMachines.handler.CMEventHandler@7cba260 onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 8: ASM: crazypants.enderio.machine.painter.BlockPaintedGlowstone$PainterTemplate@4b9abc08 onTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 9: ASM: com.rwtema.extrautils.modintegration.TConEvents@15615cb9 unstableTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 10: ASM: DummyCore.Utils.DummyEventHandler@64c6906d onDescrAdded(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 11: ASM: mcp.mobius.betterbarrels.bspace.BBEventHandler@139f38c2 onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 12: ASM: mariculture.core.gui.GuiItemToolTip@29b4bce0 addToolTip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 13: ASM: mariculture.fishery.BaitListingsHandler@52b5eb84 addToolTip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 14: ASM: tonius.neiintegration.mods.mcforge.MCForgeTooltipHandler@2fce212e onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 15: ASM: openblocks.enchantments.flimflams.LoreFlimFlam$DisplayHandler@628be20d onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 16: ASM: openperipheral.addons.glasses.client.TerminalManagerClient$ForgeBusListener@3aaf4a70 onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 17: ASM: fox.spiteful.avaritia.LudicrousEvents@56242cf3 onTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 18: ASM: buildcraft.builders.BuilderTooltipHandler@39ee192d itemTooltipEvent(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 19: ASM: crazypants.enderio.conduit.item.filter.ClearFilterRecipe@28911f30 onTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 20: ASM: crazypants.enderio.machine.ClearConfigRecipe@11b5ea13 onTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 21: ASM: crazypants.enderio.gui.TooltipAddera@14455059 addTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 22: ASM: com.rwtema.extrautils.EventHandlerClient@39e55e38 generatorTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 23: ASM: blusunrize.immersiveengineering.client.ClientEventHandler@2150c97 onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 24: ASM: fox.spiteful.forbidden.FMEventHandler@21cfa726 onTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 25: ASM: invtweaks.forge.ClientProxy@21f5890b onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 26: ASM: taintedmagic.common.lib.handler.TMEventHandler@6e09d6 tooltipEvent(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 27: ASM: tterrag.core.common.handlers.EnchantTooltipHandler@114c8140 handleTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 28: ASM: tterrag.core.common.handlers.OreDictTooltipHandler@1659cbd1 onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 29: ASM: am2.AMClientEventHandler@6fb8ae26 onItemTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 30: ASM: tconstruct.achievements.AchievementEvents@62d24237 tooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 31: ASM: am2.ShrinkHandler@79b66b65 onEntityLiving(Lnet/minecraftforge/event/entity/living/LivingEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 32: LOWEST


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 33: ASM: travellersgear.client.ClientProxy@6ecf5356 onTooltip(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:02] [NEI Item Filtering/ERROR] [FML]: 34: ASM: org.blockartistry.mod.ThermalRecycling.events.ToolTipEventHandler@31ac9be0 onToolTipEvent(Lnet/minecraftforge/event/entity/player/ItemTooltipEvent;)V


    [13:02:03] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----


    // You're mean.




    Time: 3/3/16 1:02 PM


    Description: Unexpected error




    java.lang.IndexOutOfBoundsException: Index: 36, Size: 36


    at java.util.ArrayList.rangeCheck(Unknown Source)


    at java.util.ArrayList.get(Unknown Source)


    at net.minecraft.inventory.Container.func_75139_a(SourceFile:104)


    at net.minecraft.inventory.Container.func_75131_a(SourceFile:390)


    at net.minecraft.client.network.NetHandlerPlayClient.func_147241_a(NetHandlerPlayClient.java:1062)


    at net.minecraft.network.play.server.S30PacketWindowItems.func_148833_a(SourceFile:49)


    at net.minecraft.network.play.server.S30PacketWindowItems.func_148833_a(SourceFile:11)


    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)


    at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)


    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1602)


    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)


    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)


    at net.minecraft.client.main.Main.main(SourceFile:148)


    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)


    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)


    at java.lang.reflect.Method.invoke(Unknown Source)


    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)


    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)


    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)


    at java.lang.reflect.Method.invoke(Unknown Source)


    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)


    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)


    at org.multimc.EntryPoint.listen(EntryPoint.java:170)


    at org.multimc.EntryPoint.main(EntryPoint.java:54)






    A detailed walkthrough of the error, its code path and all known details is as follows:


    ---------------------------------------------------------------------------------------




    -- Head --


    Stacktrace:


    at java.util.ArrayList.rangeCheck(Unknown Source)


    at java.util.ArrayList.get(Unknown Source)


    at net.minecraft.inventory.Container.func_75139_a(SourceFile:104)


    at net.minecraft.inventory.Container.func_75131_a(SourceFile:390)


    at net.minecraft.client.network.NetHandlerPlayClient.func_147241_a(NetHandlerPlayClient.java:1062)


    at net.minecraft.network.play.server.S30PacketWindowItems.func_148833_a(SourceFile:49)


    at net.minecraft.network.play.server.S30PacketWindowItems.func_148833_a(SourceFile:11)


    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)


    at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)




    -- Affected level --


    Details:


    Level name: MpServer


    All players: 2 total; [EntityClientPlayerMP['<PROFILE NAME>'/3686, l='MpServer', x=-299.69, y=65.62, z=1293.77], GCEntityOtherPlayerMP['Rebilacx'/54994, l='MpServer', x=-313.97, y=72.00, z=1304.66]]


    Chunk stats: MultiplayerChunkCache: 289, 289


    Level seed: 0


    Level generator: ID 05 - BIOMESOP, ver 0. Features enabled: false


    Level generator options:


    Level spawn location: World: (-44,64,1024), Chunk: (at 4,4,0 in -3,64; contains blocks -48,0,1024 to -33,255,1039), Region: (-1,2; contains chunks -32,64 to -1,95, blocks -512,0,1024 to -1,255,1535)


    Level time: 50093591 game time, 58283352 day time


    Level dimension: 0


    Level storage version: 0x00000 - Unknown?


    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)


    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false


    Forced entities: 160 total; [EntityCreeper['Creeper'/1261585, l='MpServer', x=-276.41, y=38.00, z=1280.00], EntityGolemBase['Wood Golem'/3, l='MpServer', x=-302.72, y=56.00, z=1294.56], EntityGolemBase['Wood Golem'/4, l='MpServer', x=-302.31, y=55.00, z=1295.50], EntityWolf['Cool Guy'/5, l='MpServer', x=-311.84, y=72.00, z=1297.25], EntityHat['unknown'/3875378, l='MpServer', x=-370.41, y=41.00, z=1248.91], EntityZombie['Zombie'/3603, l='MpServer', x=-272.31, y=20.00, z=1312.31], EntityItem['item.item.slimeball'/1279494, l='MpServer', x=-294.34, y=70.13, z=1344.78], EntityCartChest['Minecart with Chest'/28, l='MpServer', x=-220.50, y=45.50, z=1217.50], EntityClientPlayerMP['<PROFILE NAME>'/3686, l='MpServer', x=-299.69, y=65.62, z=1293.77], EntityItem['item.item.egg'/1153627, l='MpServer', x=-353.72, y=68.13, z=1309.25], EntityCaveSpider['Cave Spider'/623701, l='MpServer', x=38.69, y=-32.62, z=8.23], EntityHat['unknown'/3112521, l='MpServer', x=-331.25, y=60.10, z=1284.75], EntityItem['item.item.feather'/1258613, l='MpServer', x=-354.25, y=68.13, z=1309.94], EntityHat['unknown'/1329278, l='MpServer', x=-249.31, y=32.00, z=1239.56], EntityBat['Bat'/1280639, l='MpServer', x=-257.47, y=33.10, z=1317.97], EntityBat['Bat'/1280638, l='MpServer', x=-251.99, y=32.63, z=1306.40], EntityBat['Bat'/1280637, l='MpServer', x=-252.14, y=32.09, z=1308.51], EntityTrail['unknown'/596600, l='MpServer', x=-299.69, y=65.62, z=1293.77], EntityItem['item.item.egg'/1238625, l='MpServer', x=-353.31, y=68.13, z=1308.03], EntityCreeper['Creeper'/1277075, l='MpServer', x=-245.50, y=35.00, z=1238.50], EntityHat['unknown'/4515541, l='MpServer', x=-274.55, y=55.13, z=1221.51], GCEntityOtherPlayerMP['Rebilacx'/54994, l='MpServer', x=-313.97, y=72.00, z=1304.66], EntityItem['item.item.egg'/1260677, l='MpServer', x=-352.31, y=68.13, z=1309.44], EntityBat['Bat'/1228475, l='MpServer', x=-331.25, y=60.10, z=1284.75], EntityCreeper['Creeper'/1277103, l='MpServer', x=-370.53, y=51.00, z=1325.03], EntityCreeper['Creeper'/1277102, l='MpServer', x=-374.50, y=53.00, z=1318.50], EntityHat['unknown'/3404017, l='MpServer', x=-313.97, y=72.00, z=1304.66], EntityItem['item.item.egg'/340160, l='MpServer', x=-353.41, y=68.13, z=1313.25], GCEntityOtherPlayerMP['Rebilacx'/54994, l='MpServer', x=-313.97, y=72.00, z=1304.66], EntityCartChest['Minecart with Chest'/33492, l='MpServer', x=-401.50, y=31.50, z=1185.50], EntityCartChest['Minecart with Chest'/33493, l='MpServer', x=-341.50, y=32.34, z=1194.09], EntityCartChest['Minecart with Chest'/33494, l='MpServer', x=-336.50, y=41.50, z=1189.50], EntityItem['item.item.feather'/1276619, l='MpServer', x=-351.06, y=68.13, z=1307.97], EntityBat['Bat'/1279218, l='MpServer', x=-249.09, y=34.10, z=1240.75], EntityTrail['unknown'/3403990, l='MpServer', x=-313.97, y=72.00, z=1304.66], EntityBat['Bat'/1279768, l='MpServer', x=-243.70, y=22.00, z=1293.27], EntityItem['item.item.egg'/1269021, l='MpServer', x=-350.66, y=68.13, z=1307.75], EntityHat['unknown'/596254, l='MpServer', x=-299.69, y=65.62, z=1293.77], EntityItem['item.item.apple'/1273139, l='MpServer', x=-341.22, y=68.13, z=1340.09], EntitySlime['Slime'/3881, l='MpServer', x=-301.69, y=70.00, z=1237.69], EntitySlime['Slime'/3884, l='MpServer', x=-256.69, y=50.00, z=1266.33], EntityCartChest['Minecart with Chest'/3885, l='MpServer', x=-259.50, y=35.34, z=1251.22], EntityZombie['Zombie'/3886, l='MpServer', x=-257.34, y=50.00, z=1317.34], EntityZombie['Zombie'/3889, l='MpServer', x=-249.59, y=20.00, z=1292.38], EntityZombie['Zombie'/3890, l='MpServer', x=-250.94, y=20.00, z=1291.50], EntityZombie['Zombie'/3891, l='MpServer', x=-248.69, y=20.00, z=1293.69], EntityZombie['Zombie'/3892, l='MpServer', x=-247.56, y=19.00, z=1292.44], EntityCartChest['Minecart with Chest'/2868, l='MpServer', x=-289.50, y=37.34, z=1276.13], EntitySpark['Spark'/3893, l='MpServer', x=-310.50, y=70.50, z=1334.50], EntitySpark['Spark'/3894, l='MpServer', x=-307.50, y=71.31, z=1334.50], EntitySpark['Spark'/3895, l='MpServer', x=-313.50, y=71.31, z=1334.50], EntitySheep['Sheep'/3897, l='MpServer', x=-347.92, y=68.00, z=1308.09], EntityChicken['Chicken'/3898, l='MpServer', x=-348.78, y=68.00, z=1307.78], EntityChicken['Chicken'/3899, l='MpServer', x=-351.94, y=68.00, z=1307.78], EntitySheep['Sheep'/3900, l='MpServer', x=-346.28, y=68.00, z=1310.16], EntityChicken['Chicken'/3901, l='MpServer', x=-349.47, y=68.00, z=1307.78], EntityChicken['Chicken'/3902, l='MpServer', x=-353.44, y=68.00, z=1312.06], EntitySheep['Sheep'/3903, l='MpServer', x=-346.77, y=68.00, z=1308.09], EntityHorse['Donkey'/3904, l='MpServer', x=-344.28, y=68.00, z=1311.05], EntityChicken['Chicken'/3905, l='MpServer', x=-352.84, y=68.00, z=1308.25], EntityZombie['Zombie'/1280850, l='MpServer', x=-253.50, y=60.00, z=1328.50], EntitySheep['Sheep'/3906, l='MpServer', x=-345.88, y=68.00, z=1308.08], EntityChicken['Chicken'/3907, l='MpServer', x=-353.31, y=68.00, z=1308.81], EntityVillager['Villager'/2883, l='MpServer', x=-332.50, y=72.00, z=1291.50], EntitySheep['Sheep'/3908, l='MpServer', x=-347.91, y=68.00, z=1312.52], EntityVillager['Villager'/2884, l='MpServer', x=-332.50, y=72.00, z=1293.50], EntitySheep['Sheep'/3909, l='MpServer', x=-344.28, y=68.00, z=1312.91], EntityVillager['Villager'/2885, l='MpServer', x=-332.69, y=72.00, z=1295.69], EntitySheep['Sheep'/3913, l='MpServer', x=-346.63, y=68.00, z=1312.91], EntityCartChest['Minecart with Chest'/3915, l='MpServer', x=-252.50, y=33.50, z=1270.50], EntityChicken['Chicken'/3916, l='MpServer', x=-348.78, y=68.00, z=1313.22], EntitySheep['Sheep'/3919, l='MpServer', x=-343.09, y=68.00, z=1312.58], EntitySheep['Sheep'/3920, l='MpServer', x=-344.96, y=68.00, z=1309.21], EntityZombie['Zombie'/3921, l='MpServer', x=-263.48, y=32.00, z=1241.03], EntityZombie['Zombie'/3922, l='MpServer', x=-262.37, y=32.00, z=1239.91], EntitySlime['Slime'/3923, l='MpServer', x=-246.20, y=62.00, z=1257.21], EntityZombie['Zombie'/3924, l='MpServer', x=-245.30, y=25.07, z=1321.30], EntityZombie['Zombie'/3925, l='MpServer', x=-254.53, y=47.00, z=1328.03], EntityZombie['Zombie'/3928, l='MpServer', x=-353.01, y=29.00, z=1293.53], EntityWisp['Wisp'/3929, l='MpServer', x=-340.50, y=45.47, z=1274.91], EntityZombie['Zombie'/3930, l='MpServer', x=-288.31, y=38.00, z=1356.69], EntitySlime['Slime'/3931, l='MpServer', x=-295.38, y=70.03, z=1344.38], EntityItemFrame['Item Frame'/3932, l='MpServer', x=-312.50, y=68.50, z=1358.94], EntityZombie['Zombie'/3933, l='MpServer', x=-356.30, y=42.05, z=1307.30], EntityZombie['Zombie'/3934, l='MpServer', x=-356.30, y=42.08, z=1308.29], EntityZombie['Zombie'/3935, l='MpServer', x=-357.06, y=42.06, z=1307.30], EntityZombie['Zombie'/3936, l='MpServer', x=-357.94, y=42.03, z=1307.30], EntityHat['unknown'/598889, l='MpServer', x=-354.22, y=68.00, z=1307.78], EntityZombie['Zombie'/3937, l='MpServer', x=-357.17, y=42.05, z=1308.95], EntityHat['unknown'/598888, l='MpServer', x=-353.01, y=29.00, z=1293.53], EntityZombie['Zombie'/3938, l='MpServer', x=-357.21, y=42.11, z=1308.02], EntityChicken['Chicken'/3939, l='MpServer', x=-354.22, y=68.00, z=1307.78], EntityHat['unknown'/598890, l='MpServer', x=-353.06, y=68.00, z=1307.78], EntityPig['Pig'/3940, l='MpServer', x=-359.91, y=68.00, z=1308.09], EntityCow['Cow'/3941, l='MpServer', x=-365.91, y=68.00, z=1308.09], EntityChicken['Chicken'/3942, l='MpServer', x=-353.59, y=68.00, z=1307.78], EntityPig['Pig'/3943, l='MpServer', x=-359.91, y=68.00, z=1309.19], EntityCow['Cow'/3944, l='MpServer', x=-363.47, y=68.00, z=1310.41], EntityPig['Pig'/3945, l='MpServer', x=-355.22, y=68.00, z=1308.09], EntityCow['Cow'/3946, l='MpServer', x=-361.09, y=68.00, z=1310.50], EntityChicken['Chicken'/3947, l='MpServer', x=-353.06, y=68.00, z=1307.78], EntityCow['Cow'/3948, l='MpServer', x=-364.63, y=68.00, z=1308.09], EntityCow['Cow'/3949, l='MpServer', x=-361.97, y=68.00, z=1311.69], EntityPig['Pig'/3950, l='MpServer', x=-357.50, y=68.00, z=1308.09], EntityHat['unknown'/598887, l='MpServer', x=-352.84, y=68.00, z=1308.25], EntityChicken['Chicken'/3951, l='MpServer', x=-354.22, y=68.00, z=1310.59], EntityHorse['Horse'/3952, l='MpServer', x=-358.84, y=68.00, z=1310.59], EntityChicken['Chicken'/3953, l='MpServer', x=-354.22, y=68.00, z=1308.91], EntityChicken['Chicken'/3954, l='MpServer', x=-354.22, y=68.00, z=1310.03], EntityChicken['Chicken'/3955, l='MpServer', x=-351.41, y=68.00, z=1307.78], EntityChicken['Chicken'/3956, l='MpServer', x=-353.84, y=68.00, z=1308.28], EntityChicken['Chicken'/3957, l='MpServer', x=-351.81, y=68.00, z=1308.56], EntityChicken['Chicken'/3958, l='MpServer', x=-352.53, y=68.00, z=1307.78], EntityItem['item.item.apple'/1273189, l='MpServer', x=-340.53, y=68.13, z=1337.28], EntityPig['Pig'/3959, l='MpServer', x=-358.56, y=68.00, z=1309.25], EntityChicken['Chicken'/3960, l='MpServer', x=-353.66, y=68.00, z=1309.41], EntityChicken['Chicken'/3961, l='MpServer', x=-354.22, y=68.00, z=1309.44], EntityChicken['Chicken'/3962, l='MpServer', x=-353.19, y=68.00, z=1310.03], EntityChicken['Chicken'/3963, l='MpServer', x=-352.22, y=68.00, z=1311.69], EntityBat['Bat'/341892, l='MpServer', x=-331.25, y=60.10, z=1284.75], EntityBat['Bat'/1276818, l='MpServer', x=-225.49, y=22.46, z=1325.75], EntranceDoor1['entity.TallDoors.EntranceDoor1.name'/3970, l='MpServer', x=-355.00, y=63.00, z=1268.00], EntityCartChest['Minecart with Chest'/3971, l='MpServer', x=-237.41, y=33.34, z=1272.50], EntityZombie['Zombie'/3972, l='MpServer', x=-233.53, y=22.00, z=1302.88], EntityZombie['Zombie'/3973, l='MpServer', x=-226.31, y=22.00, z=1310.63], EntityCartChest['Minecart with Chest'/3975, l='MpServer', x=-343.50, y=23.50, z=1233.13], EntityZombie['Zombie'/3976, l='MpServer', x=-249.34, y=32.16, z=1240.59], EntityZombie['Zombie'/3977, l='MpServer', x=-249.31, y=32.00, z=1239.56], EntityBat['Bat'/1267610, l='MpServer', x=-334.88, y=57.06, z=1281.52], EntityChicken['Chicken'/3978, l='MpServer', x=-354.22, y=68.00, z=1313.22], EntityCow['Cow'/3979, l='MpServer',
    x=-365.91, y=68.00, z=1312.50], EntityChicken['Chicken'/3980, l='MpServer', x=-352.47, y=68.00, z=1313.22], EntityChicken['Chicken'/3981, l='MpServer', x=-353.53, y=68.00, z=1313.22], EntityCow['Cow'/3982, l='MpServer', x=-362.75, y=68.00, z=1312.91], EntityPig['Pig'/3983, l='MpServer', x=-358.88, y=68.00, z=1312.03], EntityChicken['Chicken'/3984, l='MpServer', x=-353.56, y=68.00, z=1312.69], EntityZombie['Zombie'/3987, l='MpServer', x=-370.41, y=41.00, z=1248.91], EntityZombie['Zombie'/3989, l='MpServer', x=-335.50, y=23.08, z=1216.70], EntitySheep['Sheep'/3990, l='MpServer', x=-295.78, y=63.00, z=1214.28], EntityCovenWitch['Eva Hexwood'/3991, l='MpServer', x=-246.47, y=59.00, z=1221.91], EntityZombie['Zombie'/3992, l='MpServer', x=-238.94, y=31.00, z=1248.41], EntityCartChest['Minecart with Chest'/3993, l='MpServer', x=-227.50, y=44.34, z=1236.09], EntityZombie['Zombie'/3995, l='MpServer', x=-274.55, y=55.13, z=1221.51], EntitySlime['Slime'/4000, l='MpServer', x=-221.38, y=59.00, z=1305.38], EntityZombie['Zombie'/4001, l='MpServer', x=-323.16, y=20.00, z=1366.72], EntityItem['item.item.egg'/1274805, l='MpServer', x=-353.28, y=68.13, z=1306.63], EntityCovenWitch['Pixie Nightengale'/4008, l='MpServer', x=-251.34, y=60.00, z=1216.00], EntityItemFrame['Item Frame'/4017, l='MpServer', x=-393.94, y=60.50, z=1237.50], EntityItemFrame['Item Frame'/4018, l='MpServer', x=-393.94, y=60.50, z=1236.50], EntityItemFrame['Item Frame'/4019, l='MpServer', x=-393.94, y=60.50, z=1234.50], EntityCartChest['Minecart with Chest'/4022, l='MpServer', x=-195.56, y=44.34, z=1247.53], EntityBat['Bat'/1279963, l='MpServer', x=-266.47, y=43.10, z=1358.50], EntitySlime['Slime'/337353, l='MpServer', x=-230.63, y=61.00, z=1248.38], EntitySlime['Slime'/337355, l='MpServer', x=-248.76, y=62.00, z=1258.78], EntityBat['Bat'/1279965, l='MpServer', x=-266.41, y=43.00, z=1363.43], EntityBat['Bat'/1280455, l='MpServer', x=-327.44, y=25.10, z=1268.75], EntityBat['Bat'/1280456, l='MpServer', x=-338.31, y=19.10, z=1280.25], EntityBat['Bat'/288237, l='MpServer', x=-332.25, y=60.10, z=1286.75], EntityItem['item.item.slimeball'/1272314, l='MpServer', x=-256.16, y=50.13, z=1267.66], GCEntityOtherPlayerMP['Rebilacx'/54994, l='MpServer', x=-306.38, y=63.00, z=1289.34]]



    Retry entities: 0 total; []


    Server brand: fml,forge


    Server type: Non-integrated multiplayer server


    Stacktrace:


    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)


    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)


    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)


    at net.minecraft.client.main.Main.main(SourceFile:148)


    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)


    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)


    at java.lang.reflect.Method.invoke(Unknown Source)


    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)


    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)


    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)


    at java.lang.reflect.Method.invoke(Unknown Source)


    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)


    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)


    at org.multimc.EntryPoint.listen(EntryPoint.java:170)


    at org.multimc.EntryPoint.main(EntryPoint.java:54)




    -- System Details --


    Details:


    Minecraft Version: 1.7.10


    Operating System: Windows 7 (amd64) version 6.1


    Java Version: 1.8.0_45, Oracle Corporation


    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation


    Memory: 807640792 bytes (770 MB) / 3984588800 bytes (3800 MB) up to 3984588800 bytes (3800 MB)


    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx4096m


    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used


    IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95


    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 270 mods loaded, 266 mods active


    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored


    UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)


    UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)


    UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)


    UCHIJA AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)


    UCHIJA appliedenergistics2-core{rv3-beta-5} [Applied Energistics 2 Core] (minecraft.jar)


    UCHIJA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)


    UCHIJA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)


    UCHIJA InfiniBows{1.3.0 build 20} [InfiniBows] (minecraft.jar)


    UCHIJA ivtoolkit{IvToolkit} [1.1.1] (minecraft.jar)


    UCHIJA MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar)


    UCHIJA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)


    UCHIJA MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)


    UCHIJA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)


    UCHIJA OpenComputers|Core{1.5.22.43} [OpenComputers (Core)] (minecraft.jar)


    UCHIJA PlayerAPI{1.4} [Player API] (minecraft.jar)


    UCHIJA technomCore{0.12.4} [Technomancy Core] (minecraft.jar)


    UCHIJA ThE-core{0.10.0.0} [Thaumic Energistics Core] (minecraft.jar)


    UCHIJA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)


    UCHIJA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)


    UCHIJA OpenModsCore{0.9} [OpenModsCore] (minecraft.jar)


    UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)


    UCHIJA sapmanpack{2.4.1} [SanAndreasPs Manager Pack CORE edition] (SAPManPack-1.7.10-2.4.1(1).jar)


    UCHIJA BinniePatcher{1.4.1} [Binnie Patcher] (minecraft.jar)


    UCHIJA psychedelicraftcore{1.4} [Psychedelicraft Core] (minecraft.jar)


    UCHIJA debug{1.0} [debug] (denseores-1.6.2.jar)


    UCHIJA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)


    UCHIJA arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)


    UCHIJA CoFHCore{1.7.10R3.1.0} [CoFH Core] (CoFHCore-[1.7.10]3.1.0-323.jar)


    UCHIJA BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar)


    UCHIJA BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar)


    UCHIJA IC2{2.2.811-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.811-experimental.jar)


    UCHIJA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)


    UCHIJA SpaceCore{4.1.9} [4Space Core] (4Space-4.1.9.jar)


    UCHIJA ExoCore{0.1.2} [4Space Exoplanets Core] (4Space-4.1.9.jar)


    UCHIJA ExoElipse{0.1.2} [4Space Exoplanets Elipse] (4Space-4.1.9.jar)


    UCHIJA SpaceCallisto{4.1.9} [4Space Callisto] (4Space-4.1.9.jar)


    UCHIJA SpaceEuropa{4.1.9} [4Space Europa] (4Space-4.1.9.jar)


    UCHIJA SpaceVenus{4.1.9} [4Space Venus] (4Space-4.1.9.jar)


    UCHIJA SpaceIo{4.1.9} [4Space Io] (4Space-4.1.9.jar)


    UCHIJA SpaceMercury{4.1.9} [4Space Mercury] (4Space-4.1.9.jar)


    UCHIJA SpacePluto{4.1.9} [4Space Pluto] (4Space-4.1.9.jar)


    UCHIJA abyssalcraft{1.9.0-pre-4} [AbyssalCraft] (AbyssalCraft-1.7.10-1.9.0-pre-4.jar)


    UCHIJA appliedenergistics2{rv3-beta-5} [Applied Energistics 2] (appliedenergistics2-rv3-beta-5.jar)


    UCHIJA Aquaculture{1.2.3} [Aquaculture] (Aquaculture-1.7.10-1.2.5.15.jar)


    UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)


    UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)


    UCHIJA arcanearteries{5} [Arcane Arteries] (ArcaneArteries0.7.2.jar)


    UCHIJA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)


    UCHIJA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar)


    UCHIJA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)


    UCHIJA asielib{0.4.5} [asielib] (AsieLib-1.7.10-0.4.5.jar)


    UCHIJA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)


    UCHIJA Automagy{0.28.1} [Automagy] (Automagy-1.7.10-0.28.1.jar)


    UCHIJA autopackager{1.5.9} [AutoPackager] (autopackager-1.5.9.jar)


    UCHIJA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)


    UCHIJA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)


    UCHIJA Avaritia{1.1} [Avaritia] (Avaritia-1.1.jar)


    UCHIJA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)


    UCHIJA badores{1.7.10-2.0.0.0} [Bad Ores] (BadOres-1.7.10-2.0.0.1.144.jar)


    UCHIJA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)


    UCHIJA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)


    UCHIJA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)


    UCHIJA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)


    UCHIJA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1237-universal.jar)


    UCHIJA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)


    UCHIJA ExtrabiomesXL{3.16.4} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.4.jar)


    UCHIJA BiblioWoodsEBXL{1.4} [BiblioWoods ExtraBiomesXL Edition] (BiblioWoods[ExtraBiomesXL][v1.4].jar)


    UCHIJA Forestry{4.2.7.55} [Forestry for Minecraft] (forestry_1.7.10-4.2.7.55.jar)


    UCHIJA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)


    UCHIJA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)


    UCHIJA ThermalFoundation{1.7.10R1.2.2} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.2-111.jar)


    UCHIJA ThermalExpansion{1.7.10R4.1.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.1-237.jar)


    UCHIJA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)


    UCHIJA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)


    UCHIJA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)


    UCHIJA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)


    UCHIJA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)


    UCHIJA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)


    UCHIJA BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar)


    UCHIJA BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar)


    UCHIJA BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar)


    UCHIJA BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar)


    UCHIJA BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar)


    UCHIJA BuildCraft|Compat{7.1.3} [BuildCraft Compat] (buildcraft-compat-7.1.3.jar)


    UCHIJA eureka{3.0.2} [Eureka] (Eureka-1.7.10-3.0.2.jar)


    UCHIJA bcadditions{2.2.5} [BuildCraft Additions] (BuildcraftAdditions-1.7.10-2.2.5.jar)


    UCHIJA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)


    UCHIJA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)


    UCHIJA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)


    UCHIJA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)


    UCHIJA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)


    UCHIJA chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)


    UCHIJA ChiselFacades{1.7.10-2.10-cricket} [Chisel Facades] (ChiselFacades-1.7.10-2.10-cricket.jar)


    UCHIJA claysoldiers{2.0.0-beta.2} [Clay Soldiers Mod] (ClaySoldiersMod-1.7.10-2.0.0-beta.2.jar)


    UCHIJA LookingGlass{0.2.0.00} [Looking Glass] (lookingglass-1.7.10-0.2.0.00.jar)


    UCHIJA EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar)


    UCHIJA MrTJPCoreMod{1.1.0.32} [MrTJPCore] (MrTJPCore-1.1.0.32-universal.jar)


    UCHIJA ProjRed|Core{4.7.0pre10.93} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre10.93-Base.jar)


    UCHIJA ProjRed|Transmission{4.7.0pre10.93} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre10.93-Integration.jar)


    UCHIJA OpenComputers{1.5.22.43} [OpenComputers] (OpenComputers-MC1.7.10-1.5.22.43-universal.jar)


    UCHIJA CompactMachines{1.7.10-1.21} [Compact Machines] (compactmachines-1.7.10-1.21.jar)


    UCHIJA CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar)


    UCHIJA CompactWindmills{1.0.3.1} [CompactWindmills] (CompactWindmills-1.7.2-1.0.3.1.jar)


    UCHIJA EnderIO{1.7.10-2.2.8.367} [Ender IO] (EnderIO-1.7.10-2.2.8.367.jar)


    UCHIJA computronics{1.6.0} [Computronics] (Computronics-1.7.10-1.6.0.jar)


    UCHIJA cookiecore{1.4.0} [Cookie Core] (CookieCore-1.7.10-1.4.0-11.jar)


    UCHIJA CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar)


    UCHIJA darkcore{0.3} [Dark Core] (darkcore-0.3-86.jar)


    UCHIJA OmnisCore{0.1.0} [Omnis Core] (OmnisCore-1.7.10 - 0.0.6-universal.jar)


    UCHIJA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)


    UCHIJA ImmersiveEngineering{0.7.1.2} [Immersive Engineering] (ImmersiveEngineering-0.7.1.2.jar)


    UCHIJA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)


    UCHIJA dimensionalPockets{0.11.4.1} [Dimensional Pockets] (DimensionalPockets-1.7.10-0.11.4.1-universal.jar)


    UCHIJA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)


    UCHIJA Doors{4.0.1} [Doors] (Doors-4.0.1.jar)


    UCHIJA DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)


    UCHIJA Enchiridion2{2.0f} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0f.jar)


    UCHIJA Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar)


    UCHIJA factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.101.jar)


    UCHIJA factorization.dimensionalSlice{0.8.101} [Factorization Dimensional Slices] (Factorization-1.7.10-0.8.101.jar)


    UCHIJA factorization{0.8.101} [Factorization] (Factorization-1.7.10-0.8.101.jar)


    UCHIJA EnetBridge{1.6} [EnetBridge] (enetbridge-1.6.jar)


    UCHIJA TSteelworks{1.7.10-1.1.2} [Tinkers' Steelworks] (TSteelworks-1.7.10-1.1.2-19.jar)


    UCHIJA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)


    UCHIJA factorization.misc{0.8.101} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.101.jar)


    UCHIJA fz.scrap{0.8.101} [Scrap] (Factorization-1.7.10-0.8.101.jar)


    UCHIJA factorization.truth{0.8.101} [Truth] (Factorization-1.7.10-0.8.101.jar)


    UCHIJA FinndusFillies{2.1.0.12} [Finndus Fillies] (FinndusFillies-1.7.10-universal-2.1.0.12.jar)


    UCHIJA FlatSigns{2.1.0.19} [Flat Signs] (FlatSigns-1.7.10-universal-2.1.0.19.jar)


    UCHIJA FloodLights{0.3.8} [Flood Lights] (FloodLights-1.7.10-0.3.8-53.jar)


    UCHIJA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)


    UCHIJA ForbiddenMagic{1.7.10-0.573} [Forbidden Magic] (Forbidden Magic-1.7.10-0.573.jar)


    UCHIJA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)


    UCHIJA GardenOfGlass{sqrt(-1)} [Garden of Glass] (GardenOfGlass.jar)


    UCHIJA RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)


    UCHIJA MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)


    UCHIJA gendustry{1.6.4.134} [GenDustry] (gendustry-1.6.4.134-mc1.7.10.jar)


    UCHIJA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)


    UCHIJA GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)


    UCHIJA Growthcraft{2.1.0a} [Growthcraft] (growthcraft-core-1.7.10-2.1.0a.jar)


    UCHIJA Growthcraft|Cellar{2.1.0a} [Growthcraft Cellar] (growthcraft-cellar-1.7.10-2.1.0a.jar)


    UCHIJA Growthcraft|Apples{2.1.0} [Growthcraft Apples] (growthcraft-apples-1.7.10-2.1.0.jar)


    UCHIJA Growthcraft|Bamboo{2.1.0} [Growthcraft Bamboo] (growthcraft-bamboo-1.7.10-2.1.0.jar)


    UCHIJA Growthcraft|Bees{2.1.0} [Growthcraft Bees] (growthcraft-bees-1.7.10-2.1.0.jar)


    UCHIJA Growthcraft|Fishtrap{2.1.0a} [Growthcraft Fishtrap] (growthcraft-fishtrap-1.7.10-2.1.0a.jar)


    UCHIJA Growthcraft|Grapes{2.1.0} [Growthcraft Grapes] (growthcraft-grapes-1.7.10-2.1.0.jar)


    UCHIJA Growthcraft|Hops{2.1.0} [Growthcraft Hops] (growthcraft-hops-1.7.10-2.1.0.jar)


    UCHIJA Growthcraft|Rice{2.1.0a} [Growthcraft Rice] (growthcraft-rice-1.7.10-2.1.0a.jar)


    UCHIJA guideapi{1.7.10-1.0.1-23} [Guide-API] (Guide-API-1.7.10-1.0.1-23.jar)


    UCHIJA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)


    UCHIJA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)


    UCHIJA IC2NuclearControl{2.2.5a-GoingForTheKill} [Nuclear Control 2] (IC2NuclearControl-2.2.5a-GoingForTheKill.jar)


    UCHIJA IGWMod{1.1.12-34} [In-Game wiki Mod] (IGW-Mod-1.7.10-1.1.12-34-universal.jar)


    UCHIJA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)


    UCHIJA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)


    UCHIJA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)


    UCHIJA journeymap{5.1.3} [JourneyMap] (journeymap-1.7.10-5.1.3-unlimited.jar)


    UCHIJA redgear_core{2.2.2} [Red Gear Core] (RedGearCore-1.7.10-2.2.2.jar)


    UCHIJA redgear_liquidfuels{2.4.0} [Liquid Fuels] (Liquid Fuels-1.7.10-2.4.0.jar)


    UCHIJA liquislots{1.4.2-1.7.10} [Liquipack Mod] (Liquipacks-1.7.10-1.4.2.jar)


    UCHIJA LostBooks{1.2.2} [Lost Books] (LostBooks-1.7.10-1.2.2.jar)


    UCHIJA LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)


    UCHIJA malisiscore{1.7.10-0.14.1} [MalisisCore] (malisiscore-1.7.10-0.14.1.jar)


    UCHIJA malisisdoors{1.7.10-1.13.0} [Malisis' Doors] (malisisdoors-1.7.10-1.13.0.jar)


    UCHIJA Mariculture{1.7.10-1.2.4.2a} [Mariculture] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)


    UCHIJA MariTech{1.0} [Marine Technlogy] (Mariculture-Deluxe-1.7.10-1.2.4.2a.jar)


    UCHIJA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA ProjRed|Exploration{4.7.0pre10.93} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre10.93-World.jar)


    UCHIJA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UCHIJA numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)


    UCHIJA powersuits{0.11.0.300} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.300.jar)


    UCHIJA redgear_morebackpacks{2.2.2} [More Backpacks] (More Backpacks-1.7.10-2.2.2.jar)


    UCHIJA Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)


    UCHIJA Morpheus{1.7.10-1.6.20} [Morpheus] (Morpheus-1.7.10-1.6.20.jar)


    UCHIJA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)


    UCHIJA Mystcraft{0.12.3.01} [Mystcraft] (mystcraft-1.7.10-0.12.3.01.jar)


    UCHIJA NEIAddons{1.12.15.41} [NEI Addons] (neiaddons-1.12.15.41-mc1.7.10.jar)


    UCHIJA NEIAddons|Developer{1.12.15.41} [NEI Addons: Developer Tools] (neiaddons-1.12.15.41-mc1.7.10.jar)


    UCHIJA NEIAddons|AppEng{1.12.15.41} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.15.41-mc1.7.10.jar)


    UCHIJA NEIAddons|Botany{1.12.15.41} [NEI Addons: Botany] (neiaddons-1.12.15.41-mc1.7.10.jar)


    UCHIJA NEIAddons|Forestry{1.12.15.41} [NEI Addons: Forestry] (neiaddons-1.12.15.41-mc1.7.10.jar)


    UCHIJA NEIAddons|CraftingTables{1.12.15.41} [NEI Addons: Crafting Tables] (neiaddons-1.12.15.41-mc1.7.10.jar)


    UCHIJA NEIAddons|ExNihilo{1.12.15.41} [NEI Addons: Ex Nihilo] (neiaddons-1.12.15.41-mc1.7.10.jar)


    UCHIJA neiintegration{1.1.1} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.1.jar)


    UCHIJA NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)


    UCHIJA notenoughkeys{@MOD_VERSION@} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar)


    UCHIJA bt{1.0.2} [NotEnoughThaumcraftTabs] (NotEnoughThaumcraftTabs-1.0.2.jar)


    UCHIJA ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)


    UCHIJA OpenMods{0.9} [OpenMods] (OpenModsLib-1.7.10-0.9.jar)


    UCHIJA OpenBlocks{1.5} [OpenBlocks] (OpenBlocks-1.7.10-1.5.jar)


    UCHIJA OpenPeripheralCore{1.2.1} [OpenPeripheralCore] (OpenPeripheral-1.7.10-AIO-6.jar)


    UCHIJA OpenPeripheral{0.5} [OpenPeripheralAddons] (OpenPeripheral-1.7.10-AIO-6.jar)


    UCHIJA OpenPeripheralIntegration{0.4} [OpenPeripheralIntegration] (OpenPeripheral-1.7.10-AIO-6.jar)


    UCHIJA openprinter{0.1.0.130} [OpenPrinter] (OpenPrinter-MC1.7.10-0.1.0.130.jar)


    UCHIJA PortalGun{4.0.0-beta-4} [PortalGun] (PortalGun-4.0.0-beta-4.jar)


    UCHIJA ProjectBlue{1.1.4} [Project Blue] (ProjectBlue-1.1.4-mc1.7.10.jar)


    UCHIJA ProjRed|Transportation{4.7.0pre10.93} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre10.93-Mechanical.jar)


    UCHIJA ProjRed|Compatibility{4.7.0pre10.93} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre10.93-Compat.jar)


    UCHIJA ProjRed|Integration{4.7.0pre10.93} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre10.93-Integration.jar)


    UCHIJA ProjRed|Fabrication{4.7.0pre10.93} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre10.93-Fabrication.jar)


    UCHIJA ProjRed|Illumination{4.7.0pre10.93} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre10.93-Lighting.jar)


    UCHIJA ProjRed|Expansion{4.7.0pre10.93} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre10.93-Mechanical.jar)


    UCHIJA psychedelicraft{1.5.2} [Psychedelicraft] (Psychedelicraft-1.5.2.jar)


    UCHIJA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)


    UCHIJA xreliquary{1.2} [Reliquary] (Reliquary-1.2.jar)


    UCHIJA Schematica{1.7.6.131} [Schematica] (Schematica-1.7.10-1.7.6.131-universal.jar)


    UCHIJA simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)


    UCHIJA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)


    UCHIJA StevesAddons{0.10.16} [Steve's Addons] (StevesAddons-1.7.10-0.10.16.jar)


    UCHIJA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)


    UCHIJA StorageDrawers{1.7.10-1.9.4} [Storage Drawers] (StorageDrawers-1.7.10-1.9.4.jar)


    UCHIJA StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)


    UCHIJA StorageDrawersErebus{1.7.10-1.1.1} [Storage Drawers: Erebus Pack] (StorageDrawers-Erebus-1.7.10-1.1.1.jar)


    UCHIJA StorageDrawersForestry{1.7.10-1.1.1} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.1.jar)


    UCHIJA StorageDrawersMisc{1.7.10-1.1.1} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.1.jar)


    UCHIJA StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)


    UCHIJA symcalc{0.14} [Symcalc] (symcalc-0.14.jar)


    UCHIJA Sync{4.0.0} [Sync] (Sync-4.0.0.jar)


    UCHIJA TaintedMagic{1.1.6.4} [Tainted Magic] (TaintedMagic-1.1.6.4.jar)


    UCHIJA TallDoors{0.5.1} [Tall Doors Mod] (TallDoors-1.7.10-0.5.2.jar)


    UCHIJA TardisMod{0.994} [Tardis Mod] (tardismod-1.7.10-0.994-124-DS(1).jar)


    UCHIJA tcnodetracker{1.1.2} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.2.jar)


    UCHIJA thaumcarpentry{0.0.1.5-1.7.10} [Thaumcarpentry] (Thaumcarpentry-0.0.1.5-1.7.10.jar)


    UCHIJA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)


    UCHIJA thaumicbases{1.3.1710.2} [Thaumic Bases] (ThaumicBases-1.3.1710.4.jar)


    UCHIJA thaumicenergistics{1.0.0.1} [Thaumic Energistics] (thaumicenergistics-1.0.0.1.jar)


    UCHIJA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)


    UCHIJA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)


    UCHIJA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)


    UCHIJA TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)


    UCHIJA Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar)


    UCHIJA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)


    UCHIJA ttCore{MC1.7.10-0.1.0-67} [ttCore] (ttCore-MC1.7.10-0.1.0-67.jar)


    UCHIJA utilityworlds{1.0.7} [Utility Worlds] (UtilityWorlds-1.7.10_1.0.7.jar)


    UCHIJA VersionChecker{1.1.9} [Version Checker] (VersionChecker-1.1.9.jar)


    UCHIJA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)


    UCHIJA wailaplugins{MC1.7.10-0.0.1-14} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.0.1-14.jar)


    UCHIJA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)


    UCHIJA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)


    UCHIJA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)


    UCHIJA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)


    UCHIJA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)


    UCHIJA Xthuoth{1.1.1} [Xth'uoth: the Aberrant Realm] (Xth'uoth-1.7.10-1.1.1.jar)


    UCHIJA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)


    UCHIJA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)


    UCHIJA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)


    UCHIJA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)


    UCHIJA aobd{2.9.1} [Another One Bites The Dust] (AOBD-2.9.1.jar)


    UCHIJA bigfactories{1.06} [Big Factories] (bigfactories-1.7.10-1.06.jar)


    UCHIJA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)


    UCHIJA FMPIntegration{1.0} [FMPIntegration] (fmpintegration-1.2.2-1.7.10.jar)


    UCHIJA technom{0.12.4} [Technomancy] (Technomancy - 0.12.4 - 1.7.10.jar)


    UCHIJA recycling{1.1.0.5} [Thermal Recycling] (ThermalRecycling-1.7.10-1.1.0.5.jar)


    UCHIJA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)


    UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)


    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13416 Compatibility Profile Context 15.300.1025.1001' Renderer: 'AMD Radeon HD 7700 Series'


    OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]


    Class transformer null safety: all safe


    CoFHCore: -[1.7.10]3.1.0-323


    AE2 Version: beta rv3-beta-5 for Forge 10.13.4.1448


    MineFactoryReloaded: -[1.7.10]2.8.1-174


    Mantle Environment: Environment healthy.


    ThermalFoundation: -[1.7.10]1.2.2-111


    ThermalExpansion: -[1.7.10]4.1.1-237


    TConstruct Environment: Environment healthy.


    RedstoneArsenal: -[1.7.10]1.1.2-92


    NetherOres: -[1.7.10]2.3.1-22


    ThermalDynamics: -[1.7.10]1.1.0-161


    List of loaded APIs:


    * AbyssalCraftAPI (1.6) from AbyssalCraft-1.7.10-1.9.0-pre-4.jar


    * API_NEK (1.2.0) from NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar


    * appliedenergistics2|API (rv2) from tardismod-1.7.10-0.994-124-DS(1).jar


    * asielibAPI (1.1) from AsieLib-1.7.10-0.4.5.jar


    * asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.5.jar


    * asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.5.jar


    * asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.5.jar


    * Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.2-111.jar


    * bcadditionsAPI (2.1.1) from BuildcraftAdditions-1.7.10-2.2.5.jar


    * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1237-universal.jar


    * BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar


    * BotaniaAPI (61) from Avaritia-1.1.jar


    * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.14.jar


    * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.14.jar


    * BuildCraftAPI|boards (2.0) from buildcraft-7.1.14.jar


    * BuildCraftAPI|core (1.4) from Railcraft_1.7.10-9.8.0.0.jar


    * BuildCraftAPI|crops (1.1) from buildcraft-7.1.14.jar


    * BuildCraftAPI|events (2.0) from buildcraft-7.1.14.jar


    * BuildCraftAPI|facades (1.1) from buildcraft-7.1.14.jar


    * BuildCraftAPI|filler (4.0) from buildcraft-7.1.14.jar


    * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.14.jar


    * BuildCraftAPI|gates (4.1) from buildcraft-7.1.14.jar


    * BuildCraftAPI|items (1.1) from buildcraft-7.1.14.jar


    * BuildCraftAPI|library (2.0) from buildcraft-7.1.14.jar


    * BuildCraftAPI|lists (1.0) from buildcraft-7.1.14.jar


    * BuildCraftAPI|power (1.3) from buildcraft-7.1.14.jar


    * BuildCraftAPI|recipes (3.0) from buildcraft-7.1.14.jar


    * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.14.jar


    * BuildCraftAPI|statements (1.1) from buildcraft-7.1.14.jar


    * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.14.jar


    * BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.8.0.0.jar


    * BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar


    * BuildCraftAPI|transport (4.0) from Railcraft_1.7.10-9.8.0.0.jar


    * CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar


    * ChiselAPI (0.1.0) from Chisel2-2.5.1.44.jar


    * ChiselAPI|Carving (0.1.0) from Chisel2-2.5.1.44.jar


    * ChiselAPI|Rendering (0.1.0) from Chisel2-2.5.1.44.jar


    * CoFHAPI (1.7.10R1.0.2) from IC2NuclearControl-2.2.5a-GoingForTheKill.jar


    * CoFHAPI|block (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.0-323.jar


    * CoFHAPI|core (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.1-151.jar


    * CoFHAPI|energy (1.7.10R1.0.2) from FloodLights-1.7.10-0.3.8-53.jar


    * CoFHAPI|fluid (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.0-323.jar


    * CoFHAPI|inventory (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.1-151.jar


    * CoFHAPI|item (1.7.10R1.0.12) from Technomancy - 0.12.4 - 1.7.10.jar


    * CoFHAPI|modhelpers (1.7.10R1.0.4) from CoFHLib-[1.7.10]1.0.1-151.jar


    * CoFHAPI|tileentity (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.0-323.jar


    * CoFHAPI|transport (1.7.10R1.0.1) from buildcraft-compat-7.1.3.jar


    * CoFHAPI|world (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.0-323.jar


    * CoFHLib (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar


    * CoFHLib|audio (1.7.10R1.1.1) from CoFHCore-[1.7.10]3.1.0-323.jar


    * CoFHLib|gui (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar


    * CoFHLib|gui|container (1.7.10R1.1.1) from CoFHCore-[1.7.10]3.1.0-323.jar


    * CoFHLib|gui|element (1.7.10R1.1.1) from CoFHCore-[1.7.10]3.1.0-323.jar


    * CoFHLib|gui|element|listbox (1.7.10R1.1.1) from CoFHCore-[1.7.10]3.1.0-323.jar


    * CoFHLib|gui|slot (1.7.10R1.1.1) from CoFHCore-[1.7.10]3.1.0-323.jar


    * CoFHLib|inventory (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar


    * CoFHLib|render (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar


    * CoFHLib|render|particle (1.7.10R1.1.1) from CoFHCore-[1.7.10]3.1.0-323.jar


    * CoFHLib|util (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar


    * CoFHLib|util|helpers (1.7.10R1.1.1) from CoFHCore-[1.7.10]3.1.0-323.jar


    * CoFHLib|util|position (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar


    * CoFHLib|world (1.7.10R1.1.1) from CoFHCore-[1.7.10]3.1.0-323.jar


    * CoFHLib|world|feature (1.7.10R1.0.0B8) from CoFHLib-[1.7.10]1.0.1-151.jar


    * computronicsAPI (1.3) from Computronics-1.7.10-1.6.0.jar


    * computronicsAPI|audio (1.0) from Computronics-1.7.10-1.6.0.jar


    * computronicsAPI|chat (1.3) from Computronics-1.7.10-1.6.0.jar


    * computronicsAPI|multiperipheral (1.1) from Computronics-1.7.10-1.6.0.jar


    * computronicsAPI|tape (1.0) from Computronics-1.7.10-1.6.0.jar


    * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.367.jar


    * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.367.jar


    * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.367.jar


    * factorization notification system (1.0) from Factorization-1.7.10-0.8.101.jar


    * ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.7.55.jar


    * ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.7.55.jar


    * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar


    * Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.375.jar


    * GameAnalyticsAPI (1.0) from DimensionalPockets-1.7.10-0.11.4.1-universal.jar


    * gendustryAPI (2.3.0) from gendustry-1.6.4.134-mc1.7.10.jar


    * GrowthcraftAPI|Bees (2.0) from growthcraft-bees-1.7.10-2.1.0.jar


    * GrowthcraftAPI|Cellar (2.0) from growthcraft-cellar-1.7.10-2.1.0a.jar


    * GrowthcraftAPI|Core (2.0) from growthcraft-core-1.7.10-2.1.0a.jar


    * GrowthcraftAPI|FishTrap (2.0) from growthcraft-fishtrap-1.7.10-2.1.0a.jar


    * Guide-API|API (1.7.10-1.0.1-23) from Guide-API-1.7.10-1.0.1-23.jar


    * IC2API (1.0) from Railcraft_1.7.10-9.8.0.0.jar


    * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.1.2.jar


    * LookingGlass|API (1.0) from lookingglass-1.7.10-0.2.0.00.jar


    * Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.01.jar


    * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.2.5a-GoingForTheKill.jar


    * OmnisCore|API (0.0.6) from OmnisCore-1.7.10 - 0.0.6-universal.jar


    * OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.jar


    * OpenComputersAPI|Component (5.6.4) from OpenComputers-MC1.7.10-1.5.22.43-universal.jar


    * OpenComputersAPI|Core (5.6.4) from OpenComputers-MC1.7.10-1.5.22.43-universal.jar


    * OpenComputersAPI|Driver (5.6.4) from OpenComputers-MC1.7.10-1.5.22.43-universal.jar


    * OpenComputersAPI|Driver|Item (5.6.4) from OpenComputers-MC1.7.10-1.5.22.43-universal.jar


    * OpenComputersAPI|Event (5.6.4) from OpenComputers-MC1.7.10-1.5.22.43-universal.jar


    * OpenComputersAPI|FileSystem (5.6.4) from OpenComputers-MC1.7.10-1.5.22.43-universal.jar


    * OpenComputersAPI|Internal (5.6.4) from OpenComputers-MC1.7.10-1.5.22.43-universal.jar


    * OpenComputersAPI|Machine (5.6.4) from OpenComputers-MC1.7.10-1.5.22.43-universal.jar


    * OpenComputersAPI|Manual (5.6.4) from OpenComputers-MC1.7.10-1.5.22.43-universal.jar


    * OpenComputersAPI|Network (5.6.4) from OpenComputers-MC1.7.10-1.5.22.43-universal.jar


    * OpenComputersAPI|Prefab (5.6.4) from OpenComputers-MC1.7.10-1.5.22.43-universal.jar


    * OpenPeripheralAddonsApi (1.0) from OpenPeripheral-1.7.10-AIO-6.jar


    * OpenPeripheralApi (3.3.2) from OpenPeripheral-1.7.10-AIO-6.jar


    * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar


    * RailcraftAPI|carts (1.5.0) from Railcraft_1.7.10-9.8.0.0.jar


    * RailcraftAPI|core (1.4.0) from Railcraft_1.7.10-9.8.0.0.jar


    * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar


    * RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.8.0.0.jar


    * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar


    * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar


    * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.8.0.0.jar


    * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.8.0.0.jar


    * RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.8.0.0.jar


    * RailcraftAPI|signals (1.3.4) from Railcraft_1.7.10-9.8.0.0.jar


    * RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.8.0.0.jar


    * SchematicaAPI (1.1) from Schematica-1.7.10-1.7.6.131-universal.jar


    * SchematicaAPI|Events (1.1) from Schematica-1.7.10-1.7.6.131-universal.jar


    * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.4.jar


    * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.4.jar


    * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.4.jar


    * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.4.jar


    * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.4.jar


    * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.4.jar


    * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.4.jar


    * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.4.jar


    * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.9.4.jar


    * Thaumcraft|API (4.2.2.0) from tardismod-1.7.10-0.994-124-DS(1).jar


    * thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.1.jar


    * TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.6.jar


    * TSteelworksAPI (1.2) from TSteelworks-1.7.10-1.1.2-19.jar


    * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar


    * WormholeAPI (1.7.10R1.0.0) from DimensionalPockets-1.7.10-0.11.4.1-universal.jar


    DPAnalytics Crash Check: Will analyze crash-log before shutdown and send it to the Dimensional Pockets developer


    Stencil buffer state: Function set: GL30, pool: forge, bits: 8


    AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:ON, PneumaticCraft:OFF


    Launched Version: 1.7.10


    LWJGL: 2.9.1


    OpenGL: AMD Radeon HD 7700 Series GL version 4.5.13416 Compatibility Profile Context 15.300.1025.1001, ATI Technologies Inc.


    GL Caps: Using GL 1.3 multitexturing.


    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.


    Anisotropic filtering is supported and maximum anisotropy is 16.


    Shaders are available because OpenGL 2.1 is supported.




    Is Modded: Definitely; Client brand changed to 'fml,forge'


    Type: Client (map_client.txt)


    Resource Packs: []


    Current Language: English (US)


    Profiler Position: N/A (disabled)


    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used


    Anisotropic Filtering: Off (1)




    AL lib: (EE) alc_cleanup: 1 device not closed


    Game exited with exitcode -1.

    And also, thank you for this, my favorite mod, and your responses!

    Posted in: WIP Mods
  • 0

    posted a message on [TC4+5 Addon] Automagy - Automation and Logistics (v2.0.3 - Thirsty Tanks for Thaumcraft 5)

    Ah, I understand now about the output slot.


    Is a dispersing mirror required in order to use the mirror GUI functionality of the requisition tome?


    Here's my setup, for clarification. I have a regular magic mirror traditionally above the requisition tome, linked to another magic mirror on the floor, for my golems. The three things I have tried in regards to the mirror GUI of the tome:


    Pointed an eye at the mirror above the requisition tome. Using that eye in the tome says "Mirror not found"


    Using a different set of two linked magic mirrors, directly next to the requisition tome, the eye pointed at either, yields the same error.


    I also put a melding mirror next to the tome, with an eye inside of it, pointed at the output magic mirror above the requisition tome, and and and eye inside the tome pointing at the melding mirror, and it also yielded the same error.



    Also, each eye used in the above setup do indeed in the tooltip say Watching "coordinates" in Overworld. Then it shows the distance, then the item type which is Magic Mirror. Not sure what I'm doing wrong here :(

    Posted in: WIP Mods
  • 0

    posted a message on [TC4+5 Addon] Automagy - Automation and Logistics (v2.0.3 - Thirsty Tanks for Thaumcraft 5)

    I'm not sure if this has been run into before, but in the mirror GUI of the requisition tome, I only have a single box, for input. The "output" box simply isn't there. Have I had a moment of temporary/permanent insanity? What may have I done wrong? Plus, any eye I place in the input section of the tome GUI shows either No Mirror or Out of Range, and those errors are incorrect, as every test I've done the mirror does in fact exist, and is in range.

    Posted in: WIP Mods
  • 0

    posted a message on Thaumic Tinkerer (Thaumcraft Addon) - Evolve Knowledge
    Quote from Zandorum

    Exactly whats happening to me.


    I third this. Exact same.
    Posted in: Minecraft Mods
  • 0

    posted a message on Red Gear Core [2.1.0]
    Hunted around on the ic2 irc channel for an answer, but through a bit of testing, I find that chemcraftcore 1.5.9 uses an outdated ic2 api. If I put down a nuclear reactor and put any heat vent into it, I crash. Any hope up putting the new api into chemcraft?

    Strike all that, put it in myself.
    Posted in: Minecraft Mods
  • 1

    posted a message on BiblioCraft [v2.4.5]-Bookcases, armor stands, shelves, printing presses, seats, clocks, the Atlas and more! Updated 06/21/2018
    How.... who.... what.....

    Drooling. I'm drooling.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.10] [Forge] [SSP/SMP] Decorative Marble and Decorative Chimneys
    Quote from Starsetter

    Thanks, SMP wont be for a while as Im out of country and very limited with my laptop not to mention I forgot a copy of the source code. That will be my first project when I get back to the States though. Feel free to post other suggestions for future updates non the less.


    Very glad to hear. Again, for your first mod, it's impressive and beautiful.

    The only suggestion I'd have at the time are more styles and perhaps different/larger particle effects for the chimney smoke. I can see them as accents to more than just the traditional fireplace, but to add decoration to machinery, etc.
    Posted in: Minecraft Mods
  • To post a comment, please .