This mod has a lot of potential. I would just like to suggest that when you unlock a room that's next to other unlocked rooms, you also unlock the doors connected to those other unlocked rooms. That would prevent a player accidentally wasting their key on a door connected to another unlocked room.
I need some help. I enjoy watching Petezahhutt playing his Crazier Craft Server and wanted to add his mods to my Minecraft along with some of the mods that I enjoy in my game. Now when I try to load minecraft I get a crash report:
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 3/6/16 1:51 PM
Description: Initializing game
java.lang.RuntimeException: No more entity indicies left
at cpw.mods.fml.common.registry.EntityRegistry.findGlobalUniqueEntityId(EntityRegistry.java:322)
at mrcomputerghost.runicdungeons.proxy.CommonProxy.registerRenderInformation(CommonProxy.java:8)
at mrcomputerghost.runicdungeons.proxy.ClientProxy.registerRenderInformation(ClientProxy.java:10)
at mrcomputerghost.runicdungeons.RunicDungeons.init(RunicDungeons.java:171)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at cpw.mods.fml.common.registry.EntityRegistry.findGlobalUniqueEntityId(EntityRegistry.java:322)
at mrcomputerghost.runicdungeons.proxy.CommonProxy.registerRenderInformation(CommonProxy.java:8)
at mrcomputerghost.runicdungeons.proxy.ClientProxy.registerRenderInformation(ClientProxy.java:10)
at mrcomputerghost.runicdungeons.RunicDungeons.init(RunicDungeons.java:171)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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)
I hope someone can identify what is wrong with my mods.
Also I took out Transformers and Project Superhuman prior to this crash because they were also showing errors. If someone could tell me how to make those work also it would be much appreciated! Thanks in advance!
*Also I should add that I am fairly new to modding and don't know much about fixing these things.
Hate to say it, but your API link is broken. Cannot install it.
Rollback Post to RevisionRollBack
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
I'm using this mod, but I'm having issues editing the config files. For Runic Dungeons, how do you code for the metadata of an item? Would you just have the metadata after the item in parenthesis or?
Since I updated Runic Dungeons to latest version for 1.7.10 1.1.6d that the Belt of Flight stops working when you relog or change dimension. You had to remove it and replace it every time you did any of them and then it worked as long as you stayed in that dimension. I did some research myself to find out why and found the issue and also fixed it myself on my end and it work like it should (as before). If it was intentional to what it is doing now then ignore what I am about to say.
If not this is how to fix it, it's simple (MrComputerGhost also) The .class file for the Belt of Flight is missing the last line which, if I remember, is a UID number or something like it. I removed the class file and put the same file from version 1.1.5.c which I was using before the upgrade and the Belt works like it should.
Can someone please tell me the recipe for the Easy key recipe ? I can't find it anywhere... x_o
Thank you guys !
1 nether star to make a key.
Rollback Post to RevisionRollBack
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
A hint: Maybe use a high-powered looting 3 sword to get more nether stars.
Nope, doesn't work, maybe just have a MFR wither skelly farm, and mine as much soul sand as you need, then make withers, kill em for nether stars, then craft as many keys as necessary. Open ALL the doors!
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
Does anyone know how to fix this? Every time I play this with Thaumcraft, if you shift-click, the game crashes and says something about inventory scanning.
Okay. If this is legal on this thread, here it is:
---- Minecraft Crash Report ----
// Why did you do that?
Time: 8/13/16 10:13 AM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at thaumcraft.common.lib.research.ScanManager.generateItemHash(ScanManager.java:143)
at thaumcraft.client.lib.ClientTickEventsFML.renderAspectsInGui(ClientTickEventsFML.java:806)
at thaumcraft.client.lib.ClientTickEventsFML.renderTick(ClientTickEventsFML.java:305)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_63_ClientTickEventsFML_renderTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:340)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1003)
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(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at thaumcraft.common.lib.research.ScanManager.generateItemHash(ScanManager.java:143)
at thaumcraft.client.lib.ClientTickEventsFML.renderAspectsInGui(ClientTickEventsFML.java:806)
at thaumcraft.client.lib.ClientTickEventsFML.renderTick(ClientTickEventsFML.java:305)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_63_ClientTickEventsFML_renderTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
there where a romm where i had to kill the wither, so i killed it and now i have no key any more
Nether star crafts a key.
Rollback Post to RevisionRollBack
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
How would I add BoP gemstones to the ore room on 1.7.10? Can it even support metadata? I know how to add ores already, but I am not sure as to if I can add metadata-based ores.
This mod has a lot of potential. I would just like to suggest that when you unlock a room that's next to other unlocked rooms, you also unlock the doors connected to those other unlocked rooms. That would prevent a player accidentally wasting their key on a door connected to another unlocked room.
I need some help. I enjoy watching Petezahhutt playing his Crazier Craft Server and wanted to add his mods to my Minecraft along with some of the mods that I enjoy in my game. Now when I try to load minecraft I get a crash report:
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 3/6/16 1:51 PM
Description: Initializing game
java.lang.RuntimeException: No more entity indicies left
at cpw.mods.fml.common.registry.EntityRegistry.findGlobalUniqueEntityId(EntityRegistry.java:322)
at mrcomputerghost.runicdungeons.proxy.CommonProxy.registerRenderInformation(CommonProxy.java:8)
at mrcomputerghost.runicdungeons.proxy.ClientProxy.registerRenderInformation(ClientProxy.java:10)
at mrcomputerghost.runicdungeons.RunicDungeons.init(RunicDungeons.java:171)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at cpw.mods.fml.common.registry.EntityRegistry.findGlobalUniqueEntityId(EntityRegistry.java:322)
at mrcomputerghost.runicdungeons.proxy.CommonProxy.registerRenderInformation(CommonProxy.java:8)
at mrcomputerghost.runicdungeons.proxy.ClientProxy.registerRenderInformation(ClientProxy.java:10)
at mrcomputerghost.runicdungeons.RunicDungeons.init(RunicDungeons.java:171)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 206056648 bytes (196 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 160 mods loaded, 160 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UCHI Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UCHI appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHI NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHI RenderPlayerAPI{1.4} [Render Player API] (minecraft.jar)
UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHI mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHI debug{1.0} [debug] (denseores-1.6.2.jar)
UCHI gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util-1.7.10-1.9.jar)
UCHI securitycraft{v1.8.1} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.1.jar)
UCHI bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHI adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8c.jar)
UCHI copycore{1.6.1.9} [copycore] (copycore-1.7.10-1.6.1.9.jar)
UCHI AdvHealthOptions{1.5.1.11} [Advanced Health Options] (AdvHealthOptions-1.7.10-1.5.1.11.jar)
UCHI appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHI bdlib{1.9.2.104} [BD Lib] (bdlib-1.9.2.104-mc1.7.10.jar)
UCHI ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
UCHI aether{1.7.10-1.6} [Aether II] (aether-1.7.10-1.6.jar)
UCHI EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
UCHI TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHI chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
UCHI HardcoreEnderExpansion{1.8.5} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.5.jar)
UCHI CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCHI Forestry{4.2.7.55} [Forestry for Minecraft] (forestry_1.7.10-4.2.7.55.jar)
UCHI koresample{1.7.10-1.3.2} [Kore Sample] (Kore-Sample-1.7.10.jar)
UCHI StorageDrawers{1.7.10-1.9.4} [Storage Drawers] (StorageDrawers-1.7.10-1.9.4.jar)
UCHI dendrology{1.7.10-1.6.4} [Ancient Trees] (Ancient-Trees-Mod-1.7.10.jar)
UCHI BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHI BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHI BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar)
UCHI BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar)
UCHI BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar)
UCHI BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar)
UCHI BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar)
UCHI BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar)
UCHI BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar)
UCHI BuildCraft|Compat{7.1.3} [BuildCraft Compat] (buildcraft-compat-7.1.3.jar)
UCHI camolights{[1.7.10] Camo Lights v 3.9} [Camo Lights] (Camo-Lights-Mod-1.7.10.jar)
UCHI CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHI cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar)
UCHI coralmod{1.7.10_dev} [CoralReef Mod] (Coral-Reef-Mod-1.7.10-Without-Scuba-Diving.jar)
UCHI nandocore{1.7.10_dev} [NandoCore] (Coral-Reef-Mod-1.7.10-Without-Scuba-Diving.jar)
UCHI scubadiving{1.7.10_dev} [Scuba Diving] (Coral-Reef-Mod-1.7.10-Without-Scuba-Diving.jar)
UCHI darkcore{0.3} [Dark Core] (darkcore-0.3-86.jar)
UCHI PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHI props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHI ModName{1.0.0} [ModName] (Disney-Mod-1.7.10.jar)
UCHI grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
UCHI doubledoors{V0.1 - 1.7.10} [Double Doors] (Double-doors-mod-by-derbam-1.7.10.jar)
UCHI thebombzenapi{2.4.1} [ThebombzenAPI] (Thebombzen-API-1.7.10.jar)
UCHI enchantview{4.0.4} [EnchantView] (EnchantView-Mod-1.7.10.jar)
UCHI MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UCHI ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHI Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHI Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHI TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHI ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHI fairylights{1.4.0} [Fairy Lights] (fairylights-1.4.0-1.7.10.jar)
UCHI FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHI FriedChicken{1.0} [Fried Chicken Mod] (Fry-The-World-Mod-1.7.10.jar)
UCHI ModGeochests{1.0.5} [§aGeochests] (Geochests-Mod-1.7.10.jar)
UCHI iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHI GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar)
UCHI Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHI HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCHI HopperDuctMod{1.3.2} [Hopper Ducts] (Hopper-Ducts-Mod-1.7.10.jar)
UCHI hgp{Release} [Horizontal Glass Panes] (Horizontal-Glass-Panes-Mod-1.7.10.jar)
UCHI InventoryPets{1.3.8} [Inventory Pets] (inventorypets-1.7.10-1.3.8-universal.jar)
UCHI inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHI IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCHI journeymap{5.1.3} [JourneyMap] (journeymap-1.7.10-5.1.3-unlimited.jar)
UCHI KeepingInventory{1.6} [Keeping Inventory] (Keeping-Inventory-Mod-1.7.10.jar)
UCHI Login_Shield{1.2-6-g15767ab} [Login Shield] (Login_Shield-1.2-6-g15767ab.jar)
UCHI lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar)
UCHI lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar)
UCHI malisiscore{1.7.10-0.13.1} [MalisisCore] (malisiscore-1.7.10-0.13.1.jar)
UCHI malisisdoors{1.7.10-1.12.0} [Malisis' Doors] (malisisdoors-1.7.10-1.12.0.jar)
UCHI master chef mod{Alpha v4.0} [Master Chef Mod] (MasterChef-Mod-1.7.10.jar)
UCHI MedicineCraft{V4.0} [MedicineCraft] (MedicineCraft V4.2.jar)
UCHI meteors{2.14.3} [Falling Meteors] (meteors-1.7.10-2.14.3.jar)
UCHI MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI Mystcraft{0.12.3.01} [Mystcraft] (mystcraft-1.7.10-0.12.3.01.jar)
UCHI MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHI mobsandwichesmod{1.0} [Mob Sandwiches Mod] (Mob-Sandwiches-Mod-1.7.10.jar)
UCHI me{1.3.2.1} [More Enchantments] (MoreEnchantments-1.7.10-1.3.2.1.jar)
UCHI AencEx{0.0.1} [AencEx] (MoreEnchantments-1.7.10-1.3.2.1.jar)
UCHI Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
UCHI MouseTweaks{2.4.4} [Mouse Tweaks] (Mouse-Tweaks-Mod-1.7.10.jar)
UCHI NEIAddons{1.12.14.40} [NEI Addons] (NEI-Addons-Mod-1.7.10.jar)
UCHI NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (NEI-Addons-Mod-1.7.10.jar)
UCHI NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (NEI-Addons-Mod-1.7.10.jar)
UCHI NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (NEI-Addons-Mod-1.7.10.jar)
UCHI NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (NEI-Addons-Mod-1.7.10.jar)
UCHI NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (NEI-Addons-Mod-1.7.10.jar)
UCHI NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (NEI-Addons-Mod-1.7.10.jar)
UCHI NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCHI newfoods2{2.2} [New Foods 2] (New-Foods-2-Mod-1.7.10.jar)
UCHI ObsidianBoat{v1.3.2} [Obsidian Boat] (Obsidian-boat-mod-1.7.10.jar)
UCHI OreSpawn{1.7.10.20.3} [OreSpawn] (Ore-Spawn-Mod-1.7.10.zip)
UCHI overworld-quartz{1.0.0} [Overworld Quartz] (Overworld-Quartz-Mod-1.7.10.jar)
UCHI PaintEverything{1.7.10-B1.4} [PaintEverything] (Paint-Everything-Mod-1.7.10.jar)
UCHI pandorasbox{2.0.1} [Pandora's Box] (PandorasBox-2.1.jar)
UCHI PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCHI RedstonePasteMod{1.6.2} [Redstone Paste] (Redstone-Paste-Mod-1.7.10.jar)
UCHI Roguelike{1.4.4} [Roguelike Dungeons] (roguelike-1.7.10-1.4.4.jar)
UCHE runicdungeons{1.1.6a} [Runic Dungeons] (runicdungeons-1.1.6a.jar)
UCHI secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.406.jar)
UCHI SSTOW{1.7.10-0.1-RC9-7} [Soul Shards: The Old Ways] (SoulShards-TOW-1.7.10-0.1-RC9-7.jar)
UCHI soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar)
UCHI SpicySpices{2.0} [SpicySpices] (Spicy-Spices-Mod-1.7.10.zip)
UCHI supercraftingframe{1.7.10.1} [Super Crafting Frame] (Super-Crafting-Frame-Mod-1.7.10.jar)
UCHI sus{4.1.2} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.1.2.jar)
UCHI TardisMod{0.994} [Tardis Mod] (tardismod-1.7.10-0.994-124-DS.jar)
UCHI thecoloredblocksmod{v1.3} [thecoloredblocksmod] (The-Colored-Blocks-Mod-1.7.10.jar)
UCHI TMechworks{0.2.15.106} [Tinkers' Mechworks] (Tinkers-Mechworks-Mod-1.7.10.jar)
UCHI TrailMix{4.0.0} [TrailMix] (TrailMix-4.0.0.jar)
UCHI transformers{${version}} [Transformers Mod] (Transformers-1.7.10-0.5.10.jar)
UCHI UsefulFood{1.4.5} [UsefulFood] (UsefulFood-Mod-1.7.10.jar)
UCHI VeinMiner{0.31.4_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.31.4.unknown.jar)
UCHI VeinMinerModSupport{0.31.4_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.31.4.unknown.jar)
UCHI veinminermodintegration{1.7.10-0.2.0} [Veinminer Mod Integration] (veinminermodintegration-1.7.10-0.4.2.unknown.jar)
UCHI WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHI wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
UCHI wiiemc{1.0.1} [What Is Its EMC?] (WIIEMC-1.7.10-1.0.1-universal.jar)
UCHI witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHI YAFM{1.0.3} [Yet Another Food Mod] (Yet-Another-Food-Mod-1.7.10.jar)
UCHI denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.14.4038' Renderer: 'Intel(R) HD Graphics 5500'
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
CoFHCore: -[1.7.10]3.1.2-325
MineFactoryReloaded: -[1.7.10]2.8.0-104
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
List of loaded APIs:
* appliedenergistics2|API (rv2) from tardismod-1.7.10-0.994-124-DS.jar
* Baubles|API (1.0.1.10) from runicdungeons-1.1.6a.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 (2.0) from buildcraft-7.1.14.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.2) from buildcraft-7.1.14.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.1.14.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.3) from EnderIO-1.7.10-2.2.8.381.jar
* CoFHAPI|block (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|core (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|energy (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|inventory (1.7.10R1.0.1) from buildcraft-compat-7.1.3.jar
* CoFHAPI|item (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|modhelpers (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHAPI|tileentity (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.1.2-325.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.2-325.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|audio (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|container (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.2-325.jar
* CSLib|API (1.0) from Decocraft-2.2.1_1.7.10.jar
* EE3-API|array (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|core (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|event (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|exchange (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|knowledge (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|recipe (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|util (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.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
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.01.jar
* SecurityCraftAPI (1.1) from [1.7.10] SecurityCraft v1.8.1.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
* Testerino|API (0.01) from runicdungeons-1.1.6a.jar
* Thaumcraft|API (4.2.2.0) from runicdungeons-1.1.6a.jar
* VeinMinerApi (0.1) from VeinMiner-1.7.10_0.31.4.unknown.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Launched Version: 1.7.10-Forge10.13.4.1566-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 5500 GL version 4.3.0 - Build 10.18.14.4038, Intel
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)
I hope someone can identify what is wrong with my mods.
Also I took out Transformers and Project Superhuman prior to this crash because they were also showing errors. If someone could tell me how to make those work also it would be much appreciated! Thanks in advance!
*Also I should add that I am fairly new to modding and don't know much about fixing these things.
can u fix the hallways, cuz u have to waste nether stars if u open a hallway. doors wont open on both sides.
java.lang.RuntimeException: No more entity indicies left
means that the pack ur playing used up all entities IDS and the boss cant spawn cuz it has no id
Hey there,
I used your mod in my pack (about dimensions)
[Website] [Technic]
Hate to say it, but your API link is broken. Cannot install it.
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
I'm using this mod, but I'm having issues editing the config files. For Runic Dungeons, how do you code for the metadata of an item? Would you just have the metadata after the item in parenthesis or?
Since I updated Runic Dungeons to latest version for 1.7.10 1.1.6d that the Belt of Flight stops working when you relog or change dimension. You had to remove it and replace it every time you did any of them and then it worked as long as you stayed in that dimension. I did some research myself to find out why and found the issue and also fixed it myself on my end and it work like it should (as before). If it was intentional to what it is doing now then ignore what I am about to say.
If not this is how to fix it, it's simple (MrComputerGhost also) The .class file for the Belt of Flight is missing the last line which, if I remember, is a UID number or something like it. I removed the class file and put the same file from version 1.1.5.c which I was using before the upgrade and the Belt works like it should.
Hope it helps anyone that needs it.
It's not what you said, it's how you said it.
Looks cool. I'm definitely going to add this into my modpack. Keep up the good work
To take the test, check out
https://minecraftnoobtest.com/test.php
1 nether star to make a key.
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
A hint: Maybe use a high-powered looting 3 sword to get more nether stars.Nope, doesn't work, maybe just have a MFR wither skelly farm, and mine as much soul sand as you need, then make withers, kill em for nether stars, then craft as many keys as necessary. Open ALL the doors!
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
You can enable the easy key option in the config file for this mod...
Does anyone know how to fix this? Every time I play this with Thaumcraft, if you shift-click, the game crashes and says something about inventory scanning.
Post a crash log.
Okay. If this is legal on this thread, here it is:
---- Minecraft Crash Report ----
// Why did you do that?
Time: 8/13/16 10:13 AM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at thaumcraft.common.lib.research.ScanManager.generateItemHash(ScanManager.java:143)
at thaumcraft.client.lib.ClientTickEventsFML.renderAspectsInGui(ClientTickEventsFML.java:806)
at thaumcraft.client.lib.ClientTickEventsFML.renderTick(ClientTickEventsFML.java:305)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_63_ClientTickEventsFML_renderTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:340)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1003)
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(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at thaumcraft.common.lib.research.ScanManager.generateItemHash(ScanManager.java:143)
at thaumcraft.client.lib.ClientTickEventsFML.renderAspectsInGui(ClientTickEventsFML.java:806)
at thaumcraft.client.lib.ClientTickEventsFML.renderTick(ClientTickEventsFML.java:305)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_63_ClientTickEventsFML_renderTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['JackalopeHero'/333, l='MpServer', x=-254.17, y=69.62, z=227.86]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-244,64,228), Chunk: (at 12,4,4 in -16,14; contains blocks -256,0,224 to -241,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 18408 game time, 18408 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 87 total; [EntityCow['Cow'/136, l='MpServer', x=-251.53, y=79.00, z=297.50], EntityItem['item.tile.flower2.oxeyeDaisy'/131, l='MpServer', x=-242.13, y=76.13, z=240.19], EntityZombie['Zombie'/130, l='MpServer', x=-245.69, y=72.00, z=212.47], EntityBat['Bat'/133, l='MpServer', x=-241.08, y=22.01, z=273.06], EntityBat['Bat'/132, l='MpServer', x=-244.25, y=22.10, z=258.63], EntityCow['Cow'/135, l='MpServer', x=-250.47, y=79.00, z=297.50], EntityCow['Cow'/134, l='MpServer', x=-249.72, y=69.00, z=288.59], EntityCow['Cow'/157, l='MpServer', x=-228.56, y=75.00, z=149.47], EntityCow['Cow'/158, l='MpServer', x=-228.50, y=80.00, z=158.50], EntityCow['Cow'/159, l='MpServer', x=-228.50, y=80.00, z=158.50], EntitySkeleton['Skeleton'/175, l='MpServer', x=-216.44, y=15.00, z=204.94], EntityCreeper['Creeper'/163, l='MpServer', x=-227.53, y=33.00, z=250.00], EntityItem['item.tile.flower1.dandelion'/162, l='MpServer', x=-233.13, y=71.13, z=225.72], EntityZombie['Zombie'/161, l='MpServer', x=-242.13, y=72.00, z=167.22], EntityCow['Cow'/160, l='MpServer', x=-232.13, y=73.00, z=165.94], EntityCow['Cow'/46, l='MpServer', x=-333.31, y=70.00, z=161.25], EntitySkeleton['Skeleton'/47, l='MpServer', x=-325.50, y=63.00, z=176.88], EntityBat['Bat'/165, l='MpServer', x=-232.30, y=39.36, z=280.77], EntityCow['Cow'/45, l='MpServer', x=-330.22, y=63.00, z=159.75], EntityBat['Bat'/164, l='MpServer', x=-239.25, y=22.10, z=265.25], EntitySkeleton['Skeleton'/51, l='MpServer', x=-324.03, y=63.00, z=256.44], EntityZombie['Zombie'/50, l='MpServer', x=-331.03, y=64.00, z=253.53], EntitySkeleton['Skeleton'/49, l='MpServer', x=-326.53, y=27.00, z=260.13], EntityWitch['Witch'/48, l='MpServer', x=-324.50, y=67.00, z=216.88], EntityBat['Bat'/52, l='MpServer', x=-323.25, y=45.10, z=284.75], EntitySpider['Spider'/178, l='MpServer', x=-215.00, y=65.00, z=197.72], EntityBat['Bat'/179, l='MpServer', x=-211.72, y=17.66, z=212.90], EntityZombie['Zombie'/176, l='MpServer', x=-226.75, y=64.00, z=199.50], EntityZombie['Zombie'/177, l='MpServer', x=-218.22, y=64.00, z=210.16], EntityCreeper['Creeper'/182, l='MpServer', x=-214.56, y=40.00, z=300.94], EntityZombie['Zombie'/62, l='MpServer', x=-319.30, y=35.00, z=304.30], EntityCreeper['Creeper'/183, l='MpServer', x=-209.53, y=104.00, z=298.97], EntityBat['Bat'/180, l='MpServer', x=-210.72, y=30.10, z=267.75], EntityZombie['Zombie'/60, l='MpServer', x=-320.90, y=35.00, z=305.71], EntityZombie['Zombie'/181, l='MpServer', x=-213.34, y=28.00, z=258.31], EntitySkeleton['Skeleton'/205, l='MpServer', x=-202.06, y=116.00, z=290.53], EntityEnderman['Enderman'/204, l='MpServer', x=-201.44, y=120.00, z=294.44], EntityZombie['Zombie'/207, l='MpServer', x=-195.34, y=65.00, z=307.16], EntityChicken['Chicken'/206, l='MpServer', x=-194.53, y=117.00, z=297.47], EntitySlime['Slime'/201, l='MpServer', x=-202.31, y=28.00, z=268.29], EntityCow['Cow'/200, l='MpServer', x=-198.34, y=73.00, z=245.75], EntityZombie['Zombie'/203, l='MpServer', x=-204.25, y=71.00, z=256.50], EntityBat['Bat'/202, l='MpServer', x=-203.25, y=29.10, z=271.75], EntityCow['Cow'/197, l='MpServer', x=-194.38, y=65.00, z=175.75], EntitySkeleton['Skeleton'/76, l='MpServer', x=-314.31, y=37.85, z=292.41], EntityCreeper['Creeper'/199, l='MpServer', x=-196.44, y=64.00, z=224.34], EntityBat['Bat'/79, l='MpServer', x=-305.75, y=41.10, z=306.75], EntityZombie['Zombie'/198, l='MpServer', x=-207.53, y=64.00, z=200.97], EntityCow['Cow'/195, l='MpServer', x=-198.78, y=67.00, z=158.28], EntityCow['Cow'/74, l='MpServer', x=-313.31, y=63.00, z=168.53], EntityCow['Cow'/75, l='MpServer', x=-317.31, y=64.00, z=176.59], EntityZombie['Zombie'/220, l='MpServer', x=-174.97, y=69.00, z=165.41], EntitySlime['Slime'/85, l='MpServer', x=-297.63, y=38.00, z=232.63], EntitySkeleton['Skeleton'/221, l='MpServer', x=-191.09, y=66.00, z=173.34], EntitySlime['Slime'/87, l='MpServer', x=-295.55, y=39.00, z=251.69], EntityCow['Cow'/222, l='MpServer', x=-188.50, y=68.00, z=236.50], EntityCreeper['Creeper'/86, l='MpServer', x=-292.84, y=37.00, z=234.69], EntityCow['Cow'/223, l='MpServer', x=-183.84, y=66.00, z=235.09], EntitySkeleton['Skeleton'/216, l='MpServer', x=-180.94, y=67.00, z=156.41], EntityBat['Bat'/80, l='MpServer', x=-305.25, y=39.10, z=307.63], EntityCow['Cow'/218, l='MpServer', x=-189.50, y=75.00, z=167.50], EntityCow['Cow'/219, l='MpServer', x=-179.16, y=69.00, z=165.06], EntityClientPlayerMP['JackalopeHero'/333, l='MpServer', x=-254.17, y=69.62, z=227.86], EntitySlime['Slime'/89, l='MpServer', x=-295.38, y=38.00, z=241.38], EntitySlime['Slime'/88, l='MpServer', x=-292.94, y=39.00, z=251.69], EntitySpider['Spider'/90, l='MpServer', x=-296.25, y=64.00, z=302.03], EntityCow['Cow'/239, l='MpServer', x=-175.50, y=72.00, z=199.50], EntityZombie['Zombie'/102, l='MpServer', x=-274.41, y=68.00, z=245.00], EntityXPOrb['Experience Orb'/100, l='MpServer', x=-277.59, y=69.25, z=240.34], EntityCreeper['Creeper'/101, l='MpServer', x=-279.74, y=69.00, z=241.60], EntitySkeleton['Skeleton'/98, l='MpServer', x=-278.16, y=63.00, z=204.53], EntityItem['item.item.bone'/99, l='MpServer', x=-274.41, y=68.13, z=248.28], EntityChicken['Chicken'/233, l='MpServer', x=-177.59, y=110.00, z=304.47], EntitySkeleton['Skeleton'/232, l='MpServer', x=-192.16, y=64.00, z=308.38], EntityXPOrb['Experience Orb'/230, l='MpServer', x=-177.94, y=84.25, z=298.72], EntityZombie['Zombie'/229, l='MpServer', x=-181.53, y=49.00, z=299.00], EntityChicken['Chicken'/228, l='MpServer', x=-180.53, y=104.00, z=277.72], EntityCow['Cow'/227, l='MpServer', x=-185.13, y=70.00, z=246.13], EntityCow['Cow'/226, l='MpServer', x=-182.34, y=68.00, z=241.25], EntityCow['Cow'/225, l='MpServer', x=-180.54, y=76.00, z=250.48], EntityCow['Cow'/105, l='MpServer', x=-274.97, y=66.00, z=284.09], EntityCow['Cow'/224, l='MpServer', x=-176.53, y=64.00, z=225.25], EntityCreeper['Creeper'/119, l='MpServer', x=-271.94, y=67.00, z=295.47], EntityCreeper['Creeper'/118, l='MpServer', x=-259.00, y=49.00, z=292.59], EntitySkeleton['Skeleton'/116, l='MpServer', x=-270.84, y=66.00, z=218.22], EntityCreeper['Creeper'/242, l='MpServer', x=-176.03, y=64.00, z=217.31], EntityCreeper['Creeper'/120, l='MpServer', x=-280.06, y=66.00, z=302.34]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer 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(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.7.0_79, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 718147552 bytes (684 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx1024m -XX:MaxPermSize=128m -Xmx1g -Xms1g
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 15, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 11 mods loaded, 11 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (modpack.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
UCHIJAAAA ninjamod{4.0} [The Ninja Mod] (Jond311s-Ninja-Mod-1.7.10.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1151.1008' Renderer: 'AMD Radeon R5 200 Series'
CoFHCore: -[1.7.10]3.1.3-327
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon R5 200 Series GL version 4.5.13399 Compatibility Profile Context 15.201.1151.1008, 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: [Pokecube-Sounds (1).zip]
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)
I've been told that posting crash reports on mod release threads is illegal or something, but anyways...
Thanks in advance.
Try updating to java 8. Otherwise, i'm not seeing anything to do with this mod.
I'm running this great mod on my server.
My main overworld is a creative dimension called Elivion.
I have a second dimension which is only survival called reminiscence.
The Runic portal is created on Reminiscence.
I can teleport to the Runic dimension but when I go back through the portal, it takes me back to a spot in Elivion (same sport each time).
How can I make the portal in the runic dimension port me back to the original portal in reminiscence dimension?
Private Elivion Server running on Thermos 1.7.10-1614.58 with 182 mods. Always running the latest mods updates.
Nether star crafts a key.
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
A nice mod with nice concept and...nice everything!
Will this mod have any updates toward higher versions of minecraft like 1.8.9 or 1.10?
How would I add BoP gemstones to the ore room on 1.7.10? Can it even support metadata? I know how to add ores already, but I am not sure as to if I can add metadata-based ores.