I'm seeing an issue with the Scholar's Lens, where if an object you are looking at shows "Nothing can be learned from this", it continues to scan it indefinitely. Harmless issue, but annoying.
Version 1.1.9 is live. I didn't have nearly as much time as I'd hoped this weekend, but I did manage to add a bare-bones config file, remove the problematic dummy biome, and add a workaround for some Golemancer's Bell issues (an alternate crafting recipe).
There is a config option to enable pocket plane generation, but bear in mind that planes are heavily WIP and most of the nifty stuff won't generate yet. If you're only interested in a blank slate for building/transport, it should be enough.
Please let me know if you run into any issues with the new version, or if there are any config settings you'd like to see.
Version 1.1.9 is live. I didn't have nearly as much time as I'd hoped this weekend, but I did manage to add a bare-bones config file, remove the problematic dummy biome, and add a workaround for some Golemancer's Bell issues (an alternate crafting recipe).
There is a config option to enable pocket plane generation, but bear in mind that planes are heavily WIP and most of the nifty stuff won't generate yet. If you're only interested in a blank slate for building/transport, it should be enough.
Please let me know if you run into any issues with the new version, or if there are any config settings you'd like to see.
Awesome! Now for the maddening wait for Curse to approve it and let me download it.
Rollback Post to RevisionRollBack
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
Version 1.1.9 is live. I didn't have nearly as much time as I'd hoped this weekend, but I did manage to add a bare-bones config file, remove the problematic dummy biome, and add a workaround for some Golemancer's Bell issues (an alternate crafting recipe).
There is a config option to enable pocket plane generation, but bear in mind that planes are heavily WIP and most of the nifty stuff won't generate yet. If you're only interested in a blank slate for building/transport, it should be enough.
Please let me know if you run into any issues with the new version, or if there are any config settings you'd like to see.
Please say that there will be an api for pocket planes. Would love to see other mods integrating with this! Especially because the Teleo-blah-blah-inator would let us make compound nodes.
The Meaning of Life, the Universe, and Everything.
Join Date:
4/14/2012
Posts:
54
Minecraft:
Alchimous
Member Details
A few issues, first of which being there seem to be two recipes for keystones. One is found in the portal entry and the other in the plane entry itself. Second, stepping into the planar vortex inside of a pocket plane crashed with the following log.
java.lang.IndexOutOfBoundsException: Index: 2, Size: 1
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.kentington.thaumichorizons.common.lib.VortexTeleporter.func_77185_a(VortexTeleporter.java:23)
at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:597)
at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:504)
at com.kentington.thaumichorizons.common.tiles.TileVortex.func_145845_h(TileVortex.java:174)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.kentington.thaumichorizons.common.lib.VortexTeleporter.func_77185_a(VortexTeleporter.java:23)
at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:597)
at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:504)
at com.kentington.thaumichorizons.common.tiles.TileVortex.func_145845_h(TileVortex.java:174)
-- Block entity being ticked --
Details:
Name: VortexTH // com.kentington.thaumichorizons.common.tiles.TileVortex
Block type: ID #1633 (tile.ThaumicHorizons_vortex // com.kentington.thaumichorizons.common.blocks.BlockVortex)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (0,129,512), Chunk: (at 0,8,0 in 0,32; contains blocks 0,0,512 to 15,255,527), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Actual block type: ID #1633 (tile.ThaumicHorizons_vortex // com.kentington.thaumichorizons.common.blocks.BlockVortex)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Test
All players: 0 total; []
Chunk stats: ServerChunkCache: 696 Drop: 0
Level seed: -6821832857561753045
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 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: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
I like the recipe of the portal though, I'll come back with more once I've tried building a keystone portal.
Edit: Well, the portal caused the game to freeze up for a minute. Everything about the plane froze the game while it did its thing, actually. Being in the plane causes the game to lock up for a few seconds(which I'm pretty sure is not because of my computer, I just built it a few months ago).
Will you be doing more with
Primordial fossils
or will 1.2 be where you're finished with the mod?
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
Crash when using an old 1.1.6 world in 1.1.9 with pocket planes on (yes, not a good idea, but it was in creative). I made a world and copied my old creative region files in. The Vortex Atts. on my Planar Vortex had turned into vortices themselves, but wouldn't suck up blocks. The PV itself was a block with a starry texture. I could break the Atts.-turned-vortex without crashing, but when I broke the center starry block, they reappeared and were growing, as if they were just made from overloading amplifiers. Panicking because I thought they were going to wreck my world, I broke one and voila, ded:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
java.lang.ClassCastException: com.kentington.thaumichorizons.common.tiles.TileVortexStabilizer cannot be cast to com.kentington.thaumichorizons.common.tiles.TileVortex
at com.kentington.thaumichorizons.common.blocks.BlockVortex.func_149749_a(BlockVortex.java:153)
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:600)
at net.minecraft.world.World.func_147465_d(World.java:451)
at net.minecraft.world.World.func_147468_f(World.java:573)
at net.minecraft.block.Block.removedByPlayer(Block.java:1341)
at net.minecraft.block.Block.removedByPlayer(Block.java:1335)
at net.minecraft.server.management.ItemInWorldManager.removeBlock(ItemInWorldManager.java:247)
at net.minecraft.server.management.ItemInWorldManager.func_73079_d(ItemInWorldManager.java:240)
at net.minecraft.server.management.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:278)
at net.minecraft.server.management.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:151)
at net.minecraft.network.NetHandlerPlayServer.func_147345_a(NetHandlerPlayServer.java:489)
at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:53)
at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:8)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.kentington.thaumichorizons.common.blocks.BlockVortex.func_149749_a(BlockVortex.java:153)
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:600)
at net.minecraft.world.World.func_147465_d(World.java:451)
at net.minecraft.world.World.func_147468_f(World.java:573)
at net.minecraft.block.Block.removedByPlayer(Block.java:1341)
at net.minecraft.block.Block.removedByPlayer(Block.java:1335)
at net.minecraft.server.management.ItemInWorldManager.removeBlock(ItemInWorldManager.java:247)
at net.minecraft.server.management.ItemInWorldManager.func_73079_d(ItemInWorldManager.java:240)
at net.minecraft.server.management.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:278)
at net.minecraft.server.management.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:151)
at net.minecraft.network.NetHandlerPlayServer.func_147345_a(NetHandlerPlayServer.java:489)
at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:53)
at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:8)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@29013ae8
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A few issues, first of which being there seem to be two recipes for keystones. One is found in the portal entry and the other in the plane entry itself. Second, stepping into the planar vortex inside of a pocket plane crashed with the following log.
java.lang.IndexOutOfBoundsException: Index: 2, Size: 1
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.kentington.thaumichorizons.common.lib.VortexTeleporter.func_77185_a(VortexTeleporter.java:23)
at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:597)
at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:504)
at com.kentington.thaumichorizons.common.tiles.TileVortex.func_145845_h(TileVortex.java:174)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.kentington.thaumichorizons.common.lib.VortexTeleporter.func_77185_a(VortexTeleporter.java:23)
at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:597)
at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:504)
at com.kentington.thaumichorizons.common.tiles.TileVortex.func_145845_h(TileVortex.java:174)
-- Block entity being ticked --
Details:
Name: VortexTH // com.kentington.thaumichorizons.common.tiles.TileVortex
Block type: ID #1633 (tile.ThaumicHorizons_vortex // com.kentington.thaumichorizons.common.blocks.BlockVortex)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (0,129,512), Chunk: (at 0,8,0 in 0,32; contains blocks 0,0,512 to 15,255,527), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Actual block type: ID #1633 (tile.ThaumicHorizons_vortex // com.kentington.thaumichorizons.common.blocks.BlockVortex)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Test
All players: 0 total; []
Chunk stats: ServerChunkCache: 696 Drop: 0
Level seed: -6821832857561753045
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 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: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
I like the recipe of the portal though, I'll come back with more once I've tried building a keystone portal.
Ah crud, I left in the deprecated keystone recipe. Will be removed in the next release.
The crash is more concerning. Is this an existing world (with version 1.1.6's pocket planes) or a new one? If the former, try renaming/deleting pocketplane.dat and the DIM69 folder. After that you'll need to destroy any existing vortices and create a new pocket plane to test.
Ah crud, I left in the deprecated keystone recipe. Will be removed in the next release.
The crash is more concerning. Is this an existing world (with version 1.1.6's pocket planes) or a new one? If the former, try renaming/deleting pocketplane.dat and the DIM69 folder. After that you'll need to destroy any existing vortices and create a new pocket plane to test.
This is an existing world which has the pocket planes set to another dimension to avoid conflict, I've not touched them before now however. I'll do all that and report back shortly.
Edit: This appears to have fixed it, I checked with both the node I had prepared to test with before and a spawned in node.
Edit addendum: The issue with the game locking up to the the overworld persists. It sorts itself out after about a minute. Very strange, I'm used to freezing, but not chunks no longer loading after dimension changes(at least with mystcraft). Going to see if it's unique to this specific plane or a general issue with pocket planes.
Final Edit: It seems that having a node above a certain number of aspects(my initial node had 1024 in all primals) causes chunks to stop generating in the overworld after returning. A smaller node (256 aer) did not share this issue.
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
Awww yeah, congrats on the release! I did notice a few minor bugs though:
1.The portal blocks in the Pocket Planes can be blown up with alchemite or similar explosive. This leads to some graphics bugs and stuff.
2. Creating a pocket plane inside a pocket plane works normally, but when you walk through the vortex you get teleported to some random place in the overworld.
3. Rain causes ridiculous lag in pocket planes, as they cover the entire inside surface of the sphere. (This may be because it was snowing not raining though. Also falling snow is blue, not white, like it should be.)
Well, the golem bell issue isn't fixed completely still.
I'm having a lot of trouble figuring it out. It is definitely some sort of mod conflict but it must be with more than one mod.
I spent around 3 hours today testing different groups of mods trying to find out which ones trigger the issue, I haven't figured it out entirely but I have found a reliable way to reproduce the bug if you haven't been able to.
Now, in this instance, the mod triggering the bug is Gadomancy, another Thaumcraft addon. Please note that this isn't the only mod that triggers the bug as I haven't quite figured out the other one, that would probably take me another 3 hours of testing mod combinations. >.>
The bug is not a recipe conflict, and the config you added doesn't change anything when enabled.
To refresh, the bug is triggered when you attempt to craft a golemancer's bell in an arcane workbench. Upon trying to pull out the resulting bell, you are met with this crash: https://gist.github.com/64fea023fb569a9b543d
Maybe it can show what exactly is triggering the bug, and you can make a workaround so that it can't happen anymore, which will hopefully fix it for other mods that trigger the same bug.
Side note: Have you considered making a separate specific tool for interacting with the TH golems rather than overriding the golemancer's bell? It seems to me like the issue is sprouting from more than one mod trying to do stuff with that bell.
Anyways, I hope this information helps, and sorry if I never shut up about this issue. It's just been plaguing me for quite some time.
Oh no, I just added that yesterday! I haven't started doing anything with golems yet, outside of a hungry chest in front of my infernal furnace. I guess I'm going to cheat it in, if it isn't fixed by the time I get to them. I understand the issue is complicated, I hope you can figure out what is causing it.
Rollback Post to RevisionRollBack
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
Why not added an upgraded Golemancer's Bell, to interact with your golems, and to prevent some bugs with it, such as all of this crashing?
Actually, that's...that's not a bad idea, except then you would have to go and make another bell if you wanted CAKE GOLEMS. The idea is that the same principles are used to animate golems with animation powder/the wand focus that get used in making them in a crucible. So they shouldn't need a different item to control them, as they are one and the same with their brethren from the Crucible, just a different material.
Actually, that's...that's not a bad idea, except then you would have to go and make another bell if you wanted CAKE GOLEMS. The idea is that the same principles are used to animate golems with animation powder/the wand focus that get used in making them in a crucible. So they shouldn't need a different item to control them, as they are one and the same with their brethren from the Crucible, just a different material.
What if there was something slightly different about animation powder that required a tweaked bell, but said tweaked bell was still able to control vanilla golems?
Ah crud, I left in the deprecated keystone recipe. Will be removed in the next release.
The crash is more concerning. Is this an existing world (with version 1.1.6's pocket planes) or a new one? If the former, try renaming/deleting pocketplane.dat and the DIM69 folder. After that you'll need to destroy any existing vortices and create a new pocket plane to test.
Tried in a fresh new world, still isn't working, will try again...
EDIT: I realized something: I may have made the world BEFORE turning on the new stuff. D'oh!
MORE EDITS: @WolfAmril... nice idea. I think Magic Cookies did it. So probably not too hard.
ALL THE EDITS:
Bugs bugs bugs...
"Self Stabilizing" vortexes are quite unstable, and will try to explode into flux.
In a pocket plane that is mostly submerged, gateways won't form in the water, potentially leaving you stranded.
You can't create keystones for the overworld, nether or End. (This might be intended.)
Some worlds put a few layers around the planar boundary. (ie ice, then glass, then planar boundary.) If you use a gateway on one of these, it will generate in such a way that you really can't access the interior of you pocket plane (can provide pics if needed.)
I've made at least three worlds that consist of a gateway, a platform, and void.
Is there a known conflict with this mod and AsieTweaks? Whenever I add this mod I get a crash from asietweaks, though no errors from asietweaks without TH. I'm not sure who to talk to about it.
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 11/9/15 5:48 PM
Description: Exception in server tick loop
java.lang.NullPointerException: Exception in server tick loop
at drzhark.customspawner.handlers.SpawnTickHandler.worldTick(SpawnTickHandler.java:26)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_806_SpawnTickHandler_worldTick_WorldTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:268)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:620)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Is there a known conflict with this mod and AsieTweaks? Whenever I add this mod I get a crash from asietweaks, though no errors from asietweaks without TH. I'm not sure who to talk to about it.
it's probably a direct conflict. as in, asie says to go right, while TH says go left. can't do both so it crashes.
Well, the golem bell issue isn't fixed completely still.
I'm having a lot of trouble figuring it out. It is definitely some sort of mod conflict but it must be with more than one mod.
I spent around 3 hours today testing different groups of mods trying to find out which ones trigger the issue, I haven't figured it out entirely but I have found a reliable way to reproduce the bug if you haven't been able to.
Now, in this instance, the mod triggering the bug is Gadomancy, another Thaumcraft addon. Please note that this isn't the only mod that triggers the bug as I haven't quite figured out the other one, that would probably take me another 3 hours of testing mod combinations. >.>
The bug is not a recipe conflict, and the config you added doesn't change anything when enabled.
To refresh, the bug is triggered when you attempt to craft a golemancer's bell in an arcane workbench. Upon trying to pull out the resulting bell, you are met with this crash: https://gist.github.com/64fea023fb569a9b543d
Maybe it can show what exactly is triggering the bug, and you can make a workaround so that it can't happen anymore, which will hopefully fix it for other mods that trigger the same bug.
Side note: Have you considered making a separate specific tool for interacting with the TH golems rather than overriding the golemancer's bell? It seems to me like the issue is sprouting from more than one mod trying to do stuff with that bell.
Anyways, I hope this information helps, and sorry if I never shut up about this issue. It's just been plaguing me for quite some time.
--- Addendum ---
I found the other mod in my pack that is triggering the bug, it is also a thaumcraft addon. Witching Gadgets! (also needs travellers gear installed, but travellers gear doesn't cause the bug)
Hopefully this helps! As others have said, I wouldn't mind if you added your own separate upgraded version of the Golemancer's Bell, that may be the route to go actually.
I'm seeing an issue with the Scholar's Lens, where if an object you are looking at shows "Nothing can be learned from this", it continues to scan it indefinitely. Harmless issue, but annoying.
I also have a suggetion about scholor's lens.
If possible, please think about being able to cooperate scholor's lens with TC node tracker.
Of couse this is just a suggetion, not a request.
Version 1.1.9 is live. I didn't have nearly as much time as I'd hoped this weekend, but I did manage to add a bare-bones config file, remove the problematic dummy biome, and add a workaround for some Golemancer's Bell issues (an alternate crafting recipe).
There is a config option to enable pocket plane generation, but bear in mind that planes are heavily WIP and most of the nifty stuff won't generate yet. If you're only interested in a blank slate for building/transport, it should be enough.
Please let me know if you run into any issues with the new version, or if there are any config settings you'd like to see.
Awesome! Now for the maddening wait for Curse to approve it and let me download it.
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
Please say that there will be an api for pocket planes. Would love to see other mods integrating with this! Especially because the Teleo-blah-blah-inator would let us make compound nodes.
A few issues, first of which being there seem to be two recipes for keystones. One is found in the portal entry and the other in the plane entry itself. Second, stepping into the planar vortex inside of a pocket plane crashed with the following log.
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 11/8/15 9:30 PM
Description: Ticking block entity
java.lang.IndexOutOfBoundsException: Index: 2, Size: 1
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.kentington.thaumichorizons.common.lib.VortexTeleporter.func_77185_a(VortexTeleporter.java:23)
at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:597)
at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:504)
at com.kentington.thaumichorizons.common.tiles.TileVortex.func_145845_h(TileVortex.java:174)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.kentington.thaumichorizons.common.lib.VortexTeleporter.func_77185_a(VortexTeleporter.java:23)
at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:597)
at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:504)
at com.kentington.thaumichorizons.common.tiles.TileVortex.func_145845_h(TileVortex.java:174)
-- Block entity being ticked --
Details:
Name: VortexTH // com.kentington.thaumichorizons.common.tiles.TileVortex
Block type: ID #1633 (tile.ThaumicHorizons_vortex // com.kentington.thaumichorizons.common.blocks.BlockVortex)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (0,129,512), Chunk: (at 0,8,0 in 0,32; contains blocks 0,0,512 to 15,255,527), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Actual block type: ID #1633 (tile.ThaumicHorizons_vortex // com.kentington.thaumichorizons.common.blocks.BlockVortex)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Test
All players: 0 total; []
Chunk stats: ServerChunkCache: 696 Drop: 0
Level seed: -6821832857561753045
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 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: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1258807608 bytes (1200 MB) / 2470969344 bytes (2356 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
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.1448 125 mods loaded, 125 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAAAAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAAAAAAA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAAAAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAAAAAAA MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
UCHIJAAAAAAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAAAAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAAAAAAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
UCHIJAAAAAAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAAAAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAAAAAAA ExtendingLadder{3.1.1} [Extendable Ladders] (1.7.10-ExtendingLadders-3.1.1.jar)
UCHIJAAAAAAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
UCHIJAAAAAAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAAAAAAA adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8b.jar)
UCHIJAAAAAAAAA AgriCraft{1.7.10-1.4.3} [AgriCraft] (AgriCraft-1.7.10-1.4.3.jar)
UCHIJAAAAAAAAA AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar)
UCHIJAAAAAAAAA MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
UCHIJAAAAAAAAA ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
UCHIJAAAAAAAAA archmagus{0.6.0} [Archmagus] (Archmagus-1.7.10-0.6.0.jar)
UCHIJAAAAAAAAA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAAAAAAA AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
UCHIJAAAAAAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAAAAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAAAAAAA Automagy{0.26.3} [Automagy] (Automagy-1.7.10-0.26.3.jar)
UCHIJAAAAAAAAA bdlib{1.9.3.107} [BD Lib] (bdlib-1.9.3.107-mc1.7.10.jar)
UCHIJAAAAAAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAAAAAAAA malisiscore{1.7.10-0.12.10} [MalisisCore] (malisiscore-1.7.10-0.12.10.jar)
UCHIJAAAAAAAAA malisisdoors{1.7.10-1.10.1} [Malisis' Doors] (malisisdoors-1.7.10-1.10.1.jar)
UCHIJAAAAAAAAA BigDoors{1.7.10-1.0.0} [Big Doors] (BigDoors-1.7.10-1.0.0.jar)
UCHIJAAAAAAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCHIJAAAAAAAAA Botania{r1.7-230} [Botania] (Botania r1.7-230.jar)
UCHIJAAAAAAAAA shadowfox_botany{0.0.6} [Botanical Add-ons] (BotanicalAddons-r0.1.0-0.jar)
UCHIJAAAAAAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k.jar)
UCHIJAAAAAAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAAAAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAAAAAAA BrainCore{0.3.3} [BrainCore] (BrainCore-1.7.10-0.3.3.jar)
UCHIJAAAAAAAAA brewingapi{1.2.0} [Brewing-API] (Brewing-API-1.7.2-1.2.0.jar)
UCHIJAAAAAAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJAAAAAAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAAAAAAA chisel{2.9.3.9} [Chisel] (Chisel-2.9.3.9.jar)
UCHIJAAAAAAAAA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJAAAAAAAAA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
UCHIJAAAAAAAAA companions{1.7.10-0.1.2} [Companions] (companions-1.2.jar)
UCHIJAAAAAAAAA cookingbook{1.0.134} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.134.jar)
UCHIJAAAAAAAAA craftingtweaks{1.0.49} [Crafting Tweaks] (craftingtweaks-mc1.7.10-1.0.49.jar)
UCHIJAAAAAAAAA Crowns{1.6} [Crowns] (crowns-1.7.10-1.6.jar)
UCHIJAAAAAAAAA CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
UCHIJAAAAAAAAA D3Core{1.1.0.31} [D3Core] (D3Core-1.7.10-1.1.0.31.jar)
UCHIJAAAAAAAAA menagerie{1.0} [menagerie] (dark_menagerie-1.7.10-beta-3.1a.jar)
UCHIJAAAAAAAAA DeadlyWorld{1.0.2} [Deadly World] (DeadlyWorld-1.7.10-1.0.2.jar)
UCHIJAAAAAAAAA DescriptionTags{1.0} [Description Tags] (DescriptionTags-1.0-1.7.10.jar)
UCHIJAAAAAAAAA Ding{MC1.7.10} [Ding] (Ding-MC1.7.10.jar)
UCHIJAAAAAAAAA DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
UCHIJAAAAAAAAA exnihilo{1.38-49} [Ex Nihilo] (Ex-Nihilo-1.38-49.jar)
UCHIJAAAAAAAAA exastris{MC1.7.10-1.16-36} [Ex Astris] (Ex-Astris-MC1.7.10-1.16-36.jar)
UCHIJAAAAAAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAAAAAAA fastleafdecay{1.3} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.3.jar)
UCHIJAAAAAAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHIJAAAAAAAAA ForbiddenMagic{1.7.10-0.57} [Forbidden Magic] (Forbidden Magic-1.7.10-0.57.jar)
UCHIJAAAAAAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAAAAAAA foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCHIJAAAAAAAAA gadomancy{1.0.3} [Gadomancy] (gadomancy-1.7.10-1.0.3.jar)
UCHIJAAAAAAAAA GardenContainers{1.7.10-1.6.8} [Garden Containers] (GardenStuff-1.7.10-1.6.8.jar)
UCHIJAAAAAAAAA GardenCore{1.7.10-1.6.8} [Garden Core] (GardenStuff-1.7.10-1.6.8.jar)
UCHIJAAAAAAAAA GardenStuff{1.7.10-1.6.8} [Garden Stuff] (GardenStuff-1.7.10-1.6.8.jar)
UCHIJAAAAAAAAA GardenTrees{1.7.10-1.6.8} [Garden Trees] (GardenStuff-1.7.10-1.6.8.jar)
UCHIJAAAAAAAAA GreenThumb{1.1.0.8} [GreenThumb] (GreenThumb-1.7.10-1.1.0.8.jar)
UCHIJAAAAAAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCHIJAAAAAAAAA HardcoreDarkness{1.7} [Hardcore Darkness] (HardcoreDarkness-MC1.7.10-1.7.jar)
UCHIJAAAAAAAAA headcrumbs{1.6.2} [Headcrumbs] (Headcrumbs-1.6.2.jar)
UCHIJAAAAAAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCHIJAAAAAAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJAAAAAAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJAAAAAAAAA journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
UCHIJAAAAAAAAA jaff{1.1} [Just a Few Fish] (JustAFewFish-1.1.jar)
UCHIJAAAAAAAAA LavaMonsters{2.2.1} [Lava Monsters] (LavaMonsters-1.7.10-2.2.1.jar)
UCHIJAAAAAAAAA LookingGlass{0.2.0.00} [Looking Glass] (lookingglass-1.7.10-0.2.0.00.jar)
UCHIJAAAAAAAAA mdeco{0.3.5} [Magical Decorations] (MagicalDecorations-0.3.5.jar)
UCHIJAAAAAAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
UCHIJAAAAAAAAA modelcitizens{1.0.1} [Model Citizens] (ModelCitizens-mc1.7.10-1.0.1.jar)
UCHIJAAAAAAAAA modtweaker2{0.9.4} [Mod Tweaker 2] (ModTweaker2-0.9.4.jar)
UCHIJAAAAAAAAA morechisels{@VERSION@} [More Chisels] (MoreChisels-1.7.10-1.0-28.jar)
UCHIJAAAAAAAAA Mystcraft{0.12.3.00} [Mystcraft] (mystcraft-1.7.10-0.12.3.00.jar)
UCHIJAAAAAAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAAAAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAAAAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAAAAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAAAAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAAAAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAAAAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAAAAAAA neiintegration{1.0.13} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.13.jar)
UCHIJAAAAAAAAA NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
UCHIJAAAAAAAAA NodalMechanics{1.7.10R1.0} [NodalMechanics] (NodalMechanics-1.7-1.0-7.jar)
UCHIJAAAAAAAAA notenoughkeys{@MOD_VERSION@} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)
UCHIJAAAAAAAAA neresources{0.1.0.106} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.106.jar)
UCHIJAAAAAAAAA opengrave{1.7.10-1.4} [Open Grave] (OpenGrave-1.7.10-1.4.jar)
UCHIJAAAAAAAAA origin{7.1.0} [Origin] (Origin-1.7.10-7.1.0.jar)
UCHIJAAAAAAAAA rainmaker{1.6} [Rainmaker] (Rainmaker 1.7-BloodMagic.jar)
UCHIJAAAAAAAAA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
UCHIJAAAAAAAAA xreliquary{1.2} [Reliquary] (Reliquary-1.2.jar)
UCHIJAAAAAAAAA ResourceLoader{1.2} [Resource Loader] (ResourceLoader-1.2.jar)
UCHIJAAAAAAAAA AS_Ruins{13.8} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCHIJAAAAAAAAA Sanguimancy{1.7.10-1.1.9-31} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-31.jar)
UCHIJAAAAAAAAA SanguineExtras{1.3.2} [Sanguine Utilities] (Sanguine Utilities-1.3.2.jar)
UCHIJAAAAAAAAA ani_siege{v1.0} [Siege] (Siege Mod-1.7.2-v1.0.jar)
UCHIJAAAAAAAAA SpiceOfLife{1.3.0} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.3.0.jar)
UCHIJAAAAAAAAA StorageDrawers{1.7.10-1.6.2} [Storage Drawers] (StorageDrawers-1.7.10-1.6.2.jar)
UCHIJAAAAAAAAA supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
UCHIJAAAAAAAAA TabulaRasa{1.7.10R1.0.1} [Tabula Rasa] (TabulaRasa-[1.7.10]1.0.1-3.jar)
UCHIJAAAAAAAAA TaintedMagic{1.1.5.7} [Tainted Magic] (TaintedMagic-1.1.5.7.jar)
UCHIJAAAAAAAAA tcnodetracker{1.1.2} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.2.jar)
UCHIJAAAAAAAAA benway_knowledge{0.1.5} [Thaumaturgical Knowledge] (Thaumaturgical Knowledge-0.1.5-1.7.10.jar)
UCHIJAAAAAAAAA ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar)
UCHIJAAAAAAAAA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJAAAAAAAAA thaumicbases{1.3.1710.2} [Thaumic Bases] (ThaumicBases-1.3.1710.4.jar)
UCHIJAAAAAAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCHIJAAAAAAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
UCHIJAAAAAAAAA thaumicinfusion{4.27} [Thaumic Infusion] (ThaumicInfusion-4.27.jar)
UCHIJAAAAAAAAA TorchTools{1.2.0.27} [TorchTools] (TorchTools-1.7.10-1.2.0.27.jar)
UCHIJAAAAAAAAA WailaHarvestability{1.1.5} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.5.jar)
UCHIJAAAAAAAAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
UCHIJAAAAAAAAA WTP{1.7.10-1.0.29} [What's This Pack] (WTP-1.7.10-1.0.29.1.jar)
UCHIJAAAAAAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJAAAAAAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
CoFHCore: -[1.7.10]3.0.3-303
NetherOres: -[1.7.10]2.3.0-12
List of loaded APIs:
* AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.4.3.jar
* API_NEK (1.1.0) from Origin-1.7.10-7.1.0.jar
* AppleCoreAPI (1.1.0) from AppleCore-mc1.7.10-1.1.0.jar
* appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-164.jar
* BattlePlayer (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* BotaniaAPI (67) from Botania r1.7-230.jar
* BuildCraftAPI|core (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.3.9.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.3.9.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.3.9.jar
* CoFHAPI (1.7.10R1.0.12) from Ex-Astris-MC1.7.10-1.16-36.jar
* CoFHAPI|block (1.7.10R1.0.12) from Ex-Astris-MC1.7.10-1.16-36.jar
* CoFHAPI|core (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|energy (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|fluid (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|inventory (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|item (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar
* CoFHAPI|modhelpers (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|tileentity (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|transport (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHAPI|world (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|audio (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|container (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|element (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|gui|slot (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|inventory (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|render (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|render|particle (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|util (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|util|helpers (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|util|position (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|world (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CoFHLib|world|feature (1.7.10R1.0.3) from CoFHCore-[1.7.10]3.0.3-303.jar
* CraftingTweaks|API (1.0) from craftingtweaks-mc1.7.10-1.0.49.jar
* DualWield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar
* GardenCoreAPI (1.0.0) from GardenStuff-1.7.10-1.6.8.jar
* Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
* Heraldry (alpha) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.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.00.jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0.106.jar
* Quiver (0.2) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar
* Sanguimancy|API (@VERSION@) from Sanguimancy-1.7.10-1.1.9-31.jar
* SanguineExtras|API (1.1) from Sanguine Utilities-1.3.2.jar
* Shield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.2.jar
* Thaumcraft|API (4.2.2.0) from Thaumcraft-1.7.10-4.2.3.5.jar
* TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.6.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
* Weapons (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['Alchimous'/256545, l='Test', x=0.00, y=129.00, z=512.00]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
I like the recipe of the portal though, I'll come back with more once I've tried building a keystone portal.
Edit: Well, the portal caused the game to freeze up for a minute. Everything about the plane froze the game while it did its thing, actually. Being in the plane causes the game to lock up for a few seconds(which I'm pretty sure is not because of my computer, I just built it a few months ago).
Will you be doing more with
Primordial fossils
or will 1.2 be where you're finished with the mod?
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
Crash when using an old 1.1.6 world in 1.1.9 with pocket planes on (yes, not a good idea, but it was in creative). I made a world and copied my old creative region files in. The Vortex Atts. on my Planar Vortex had turned into vortices themselves, but wouldn't suck up blocks. The PV itself was a block with a starry texture. I could break the Atts.-turned-vortex without crashing, but when I broke the center starry block, they reappeared and were growing, as if they were just made from overloading amplifiers. Panicking because I thought they were going to wreck my world, I broke one and voila, ded:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 11/8/15 10:29 PM
Description: Ticking memory connection
java.lang.ClassCastException: com.kentington.thaumichorizons.common.tiles.TileVortexStabilizer cannot be cast to com.kentington.thaumichorizons.common.tiles.TileVortex
at com.kentington.thaumichorizons.common.blocks.BlockVortex.func_149749_a(BlockVortex.java:153)
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:600)
at net.minecraft.world.World.func_147465_d(World.java:451)
at net.minecraft.world.World.func_147468_f(World.java:573)
at net.minecraft.block.Block.removedByPlayer(Block.java:1341)
at net.minecraft.block.Block.removedByPlayer(Block.java:1335)
at net.minecraft.server.management.ItemInWorldManager.removeBlock(ItemInWorldManager.java:247)
at net.minecraft.server.management.ItemInWorldManager.func_73079_d(ItemInWorldManager.java:240)
at net.minecraft.server.management.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:278)
at net.minecraft.server.management.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:151)
at net.minecraft.network.NetHandlerPlayServer.func_147345_a(NetHandlerPlayServer.java:489)
at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:53)
at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:8)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.kentington.thaumichorizons.common.blocks.BlockVortex.func_149749_a(BlockVortex.java:153)
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:600)
at net.minecraft.world.World.func_147465_d(World.java:451)
at net.minecraft.world.World.func_147468_f(World.java:573)
at net.minecraft.block.Block.removedByPlayer(Block.java:1341)
at net.minecraft.block.Block.removedByPlayer(Block.java:1335)
at net.minecraft.server.management.ItemInWorldManager.removeBlock(ItemInWorldManager.java:247)
at net.minecraft.server.management.ItemInWorldManager.func_73079_d(ItemInWorldManager.java:240)
at net.minecraft.server.management.ItemInWorldManager.func_73084_b(ItemInWorldManager.java:278)
at net.minecraft.server.management.ItemInWorldManager.func_73074_a(ItemInWorldManager.java:151)
at net.minecraft.network.NetHandlerPlayServer.func_147345_a(NetHandlerPlayServer.java:489)
at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:53)
at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:8)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@29013ae8
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 183620544 bytes (175 MB) / 590041088 bytes (562 MB) up to 3207856128 bytes (3059 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1541 15 mods loaded, 15 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1541-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA Forge{10.13.4.1541} [Minecraft Forge] (forge-1.7.10-10.13.4.1541-1.7.10.jar)
UCHIJAAAAAAAAAAAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAAAAAAAAAAAA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHIJAAAAAAAAAAAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAAAAAAAAAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAAAAAAAAAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAAAAAAAAAAAA Automagy{0.26.3} [Automagy] (Automagy-1.7.10-0.26.3.jar)
UCHIJAAAAAAAAAAAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAAAAAAAAAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAAAAAAAAAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCHIJAAAAAAAAAAAAAA journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
UCHIJAAAAAAAAAAAAAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCHIJAAAAAAAAAAAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['ScienceGuy'/74180, l='Ded', x=5.60, y=8.63, z=35.24]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
(Also, first crash report, tell me if I missed something).
Ah crud, I left in the deprecated keystone recipe. Will be removed in the next release.
The crash is more concerning. Is this an existing world (with version 1.1.6's pocket planes) or a new one? If the former, try renaming/deleting pocketplane.dat and the DIM69 folder. After that you'll need to destroy any existing vortices and create a new pocket plane to test.
This is an existing world which has the pocket planes set to another dimension to avoid conflict, I've not touched them before now however. I'll do all that and report back shortly.
Edit: This appears to have fixed it, I checked with both the node I had prepared to test with before and a spawned in node.
Edit addendum: The issue with the game locking up to the the overworld persists. It sorts itself out after about a minute. Very strange, I'm used to freezing, but not chunks no longer loading after dimension changes(at least with mystcraft). Going to see if it's unique to this specific plane or a general issue with pocket planes.
Final Edit: It seems that having a node above a certain number of aspects(my initial node had 1024 in all primals) causes chunks to stop generating in the overworld after returning. A smaller node (256 aer) did not share this issue.
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
Awww yeah, congrats on the release! I did notice a few minor bugs though:
1.The portal blocks in the Pocket Planes can be blown up with alchemite or similar explosive. This leads to some graphics bugs and stuff.
2. Creating a pocket plane inside a pocket plane works normally, but when you walk through the vortex you get teleported to some random place in the overworld.
3. Rain causes ridiculous lag in pocket planes, as they cover the entire inside surface of the sphere. (This may be because it was snowing not raining though. Also falling snow is blue, not white, like it should be.)
Well, the golem bell issue isn't fixed completely still.
I'm having a lot of trouble figuring it out. It is definitely some sort of mod conflict but it must be with more than one mod.
I spent around 3 hours today testing different groups of mods trying to find out which ones trigger the issue, I haven't figured it out entirely but I have found a reliable way to reproduce the bug if you haven't been able to.
Mods needed to replicate:
* forge-1.7.10-10.13.4.1448-1.7.10-universal.jar
* Baubles-1.7.10-1.0.1.10.jar
* Thaumcraft-1.7.10-4.2.3.5.jar
* gadomancy-1.7.10-1.0.3.jar - http://minecraft.curseforge.com/projects/gadomancy
* thaumichorizons-1.7.10-1.1.9.jar
Now, in this instance, the mod triggering the bug is Gadomancy, another Thaumcraft addon. Please note that this isn't the only mod that triggers the bug as I haven't quite figured out the other one, that would probably take me another 3 hours of testing mod combinations. >.>
The bug is not a recipe conflict, and the config you added doesn't change anything when enabled.
To refresh, the bug is triggered when you attempt to craft a golemancer's bell in an arcane workbench. Upon trying to pull out the resulting bell, you are met with this crash: https://gist.github.com/64fea023fb569a9b543d
Gadomancy is open source, so looking at the source could help: https://github.com/makeoo/Gadomancy
Maybe it can show what exactly is triggering the bug, and you can make a workaround so that it can't happen anymore, which will hopefully fix it for other mods that trigger the same bug.
Side note: Have you considered making a separate specific tool for interacting with the TH golems rather than overriding the golemancer's bell? It seems to me like the issue is sprouting from more than one mod trying to do stuff with that bell.
Anyways, I hope this information helps, and sorry if I never shut up about this issue. It's just been plaguing me for quite some time.
Oh no, I just added that yesterday! I haven't started doing anything with golems yet, outside of a hungry chest in front of my infernal furnace. I guess I'm going to cheat it in, if it isn't fixed by the time I get to them. I understand the issue is complicated, I hope you can figure out what is causing it.
I don't write long comments often, because I prefer to say what I mean without excess. Please do not assume this means I have little to add to a conversation.
Why not added an upgraded Golemancer's Bell, to interact with your golems, and to prevent some bugs with it, such as all of this crashing?
Actually, that's...that's not a bad idea, except then you would have to go and make another bell if you wanted CAKE GOLEMS. The idea is that the same principles are used to animate golems with animation powder/the wand focus that get used in making them in a crucible. So they shouldn't need a different item to control them, as they are one and the same with their brethren from the Crucible, just a different material.
In the meantime, I'll just rotate the board.
What if there was something slightly different about animation powder that required a tweaked bell, but said tweaked bell was still able to control vanilla golems?
(if that's not too hard to code, I mean).
Tried in a fresh new world, still isn't working, will try again...
EDIT: I realized something: I may have made the world BEFORE turning on the new stuff. D'oh!
MORE EDITS: @WolfAmril... nice idea. I think Magic Cookies did it. So probably not too hard.
ALL THE EDITS:
Bugs bugs bugs...
In the meantime, I'll just rotate the board.
Is there a known conflict with this mod and AsieTweaks? Whenever I add this mod I get a crash from asietweaks, though no errors from asietweaks without TH. I'm not sure who to talk to about it.
Can anyone help me with this?
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 11/9/15 5:48 PM
Description: Exception in server tick loop
java.lang.NullPointerException: Exception in server tick loop
at drzhark.customspawner.handlers.SpawnTickHandler.worldTick(SpawnTickHandler.java:26)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_806_SpawnTickHandler_worldTick_WorldTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:268)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:620)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1949381480 bytes (1859 MB) / 7408844800 bytes (7065 MB) up to 7408844800 bytes (7065 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 104
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_C1 132 mods loaded, 132 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] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCHIJAAAA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
UCHIJAAAA PEAACore{1.3.1} [PEAACore] (minecraft.jar)
UCHIJAAAA PlayerAPI{1.4} [Player API] (minecraft.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA WitchingGadgetsCore{1.1.9} [Witching Gadgets Core] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA battlegear2{1.0.7.0} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.7.0.jar)
UCHIJAAAA zeldaswordskills{1.7.10-2.2.8b} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.2.8b.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAAAA arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.4B1} [CoFH Core] (CoFHCore-[1.7.10]3.0.4B1-308.jar)
UCHIJAAAA AmnesiaLights{1.1.1} [Amnesia Lights] (AmnesiaLights-1.7.10-1.1.1.jar)
UCHIJAAAA AncientWarfare{2.4.112-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.112-beta-MC1.7.10-FULL.jar)
UCHIJAAAA BuildCraft|Core{7.1.12} [BuildCraft] (buildcraft-7.1.12.jar)
UCHIJAAAA AncientWarfareAutomation{2.4.112-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.112-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNEIPlugin{2.4.112-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.112-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareNpc{2.4.112-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.112-beta-MC1.7.10-FULL.jar)
UCHIJAAAA AncientWarfareStructure{2.4.112-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.112-beta-MC1.7.10-FULL.jar)
UCHIJAAAA antiqueatlas{4.2.7-1.7.10} [Antique Atlas] (antiqueatlas-4.2.7-1.7.10.jar)
UCHIJAAAA AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar)
UCHIJAAAA Aquaculture{1.2.3} [Aquaculture] (Aquaculture-1.7.10-1.2.5.14.jar)
UCHIJAAAA MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
UCHIJAAAA ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
UCHIJAAAA armourersWorkshop{1.7.10-0.37.0.94} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.37.0.94.jar)
UCHIJAAAA plushieWrapper{0.0.0} [Plushie Wrapper] (Armourers-Workshop-1.7.10-0.37.0.94.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
UCHIJAAAA atum{0.6} [Atum] (Atum-1.7.10-0.6.77.jar)
UCHIJAAAA baublelicious{1.7.10-1.2.1} [Baublelicious] (baublelicious-1.7.10-1.2.1.jar)
UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1237-universal.jar)
UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA Botania{r1.7-230} [Botania] (Botania r1.7-230.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHIJAAAA ForbiddenMagic{1.7.10-0.57} [Forbidden Magic] (Forbidden Magic-1.7.10-0.57.jar)
UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCHIJAAAA ImmersiveEngineering{0.5.4} [Immersive Engineering] (ImmersiveEngineering-0.5.4.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA BloodArsenal{1.2-3} [Blood Arsenal] (BloodArsenal-1.7.10-1.2-3.jar)
UCHIJAAAA boilerplate{6.1.0} [Boilerplate] (boilerplate-1.7.10-6.1.0.jar)
UCHIJAAAA BuildCraft|Builders{7.1.12} [BC Builders] (buildcraft-7.1.12.jar)
UCHIJAAAA BuildCraft|Transport{7.1.12} [BC Transport] (buildcraft-7.1.12.jar)
UCHIJAAAA BuildCraft|Energy{7.1.12} [BC Energy] (buildcraft-7.1.12.jar)
UCHIJAAAA BuildCraft|Silicon{7.1.12} [BC Silicon] (buildcraft-7.1.12.jar)
UCHIJAAAA BuildCraft|Robotics{7.1.12} [BC Robotics] (buildcraft-7.1.12.jar)
UCHIJAAAA BuildCraft|Factory{7.1.12} [BC Factory] (buildcraft-7.1.12.jar)
UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA chisel{2.5.1.44} [Chisel 2] (Chisel2-2.5.1.44.jar)
UCHIJAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.1d.jar)
UCHIJAAAA craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1.6.8.1.zip)
UCHIJAAAA CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip)
UCHIJAAAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
UCHIJAAAA thedalekmod{39.75} [The Dalek Mod] (Dalek_Mod_1710.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
UCHIJAAAA doorsoplenty{0.1} [Doors o Plenty] (doorsoplenty-1.0.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJAAAA MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJAAAA Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k.jar)
UCHIJAAAA ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJAAAA Steamcraft{0.28.12} [Flaxbeard's Steam Power] (Flaxbeard'sSteamPower-1.7.10-0.28.12.jar)
UCHIJAAAA fossil{1.7.10 Build 7.2.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.1.jar)
UCHIJAAAA GardenOfGlass{sqrt(-1)} [Garden of Glass] (GardenOfGlass.jar)
UCHIJAAAA Growthcraft{1.7.10-2.3.1} [Growthcraft] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAAA Growthcraft|Cellar{1.7.10-2.3.1} [Growthcraft Cellar] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAAA Growthcraft|Apples{1.7.10-2.3.1} [Growthcraft Apples] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAAA Growthcraft|Bamboo{1.7.10-2.3.1} [Growthcraft Bamboo] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAAA Growthcraft|Bees{1.7.10-2.3.1} [Growthcraft Bees] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAAA Growthcraft|Fishtrap{1.7.10-2.3.1} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAAA Growthcraft|Grapes{1.7.10-2.3.1} [Growthcraft Grapes] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAAA Growthcraft|Hops{1.7.10-2.3.1} [Growthcraft Hops] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAAA Growthcraft|Rice{1.7.10-2.3.1} [Growthcraft Rice] (growthcraft-1.7.10-2.3.1-complete.jar)
UCHIJAAAA HungerInPeace{1.0.0} [Hunger In Peace] (HungerInPeace-mc1.7.10-1.0.0.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA keysoverhaul{1.0} [Key Bindings Overhaul] (KeyBindingsOverhaul-1.0-1.7.10.jar)
UCHIJAAAA lom{1.7.10-3.2.2} [LotsOMobs] (lom-1.7.10-3.2.2.jar)
UCHIJAAAA MagiaNaturalis{0.1.1} [§2Magia Naturalis] (MagiaNaturalis-1.7.10-0.1.2c.jar)
UCHIJAAAA magicalcrops{4.0.0_PUBLIC_BETA_3} [Magical Crops] (magicalcrops-4.0.0_PUBLIC_BETA_3.jar)
UCHIJAAAA malisiscore{1.7.10-0.12.10} [MalisisCore] (malisiscore-1.7.10-0.12.10.jar)
UCHIJAAAA malisisdoors{1.7.10-1.10.1} [Malisis' Doors] (malisisdoors-1.7.10-1.10.1.jar)
UCHIJAAAA metallurgychisel{1.0.0.11} [Metallurgy Chisel] (MetallurgyChisel-1.7.10-1.0.0.11.jar)
UCHIJAAAA metallurgycm{0.1.0} [Metallurgy Classic Machines] (MetallurgyClassicMachines-1.7.10-1.0.2.72.jar)
UCHIJAAAA minechem{5.0.5.406} [Minechem] (Minechem-1.7.10-5.0.5.406.jar)
UCHIJAAAA minefantasy2{Alpha_2.4.5} [MineFantasyII] (MineFantasyII-2.4.5.jar)
UCHIJAAAA morechisels{@VERSION@} [More Chisels] (MoreChisels-1.7.10-1.0-20.jar)
UCHIJAAAA cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHIJAAAA NodalMechanics{1.7.10R1.0} [NodalMechanics] (NodalMechanics-1.7-1.0-7.jar)
UCHIJAAAA NOVA{2015-10-09} [NOVA] (NOVA-2015-10-09-universal.jar)
UCHIJAAAA harvestthenether{1.7.10} [Pam's Harvest the Nether] (Pam's Harvest the Nether 1.7.10a.jar)
UCHIJAAAA weeeflowers{1.7.2b} [Pam's Weee! Flowers] (Pam's WeeeFlowers 1.7.2b.zip)
UCHIJAAAA ProjectE{1.7.10-PE1.9.3} [ProjectE] (ProjectE-1.7.10-PE1.9.3h.jar)
UCHIJAAAA PEAA{@VERSION@} [PEAA] (PEAA-1.5.3.jar)
UCHIJAAAA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
UCHIJAAAA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
UCHIJAAAA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJAAAA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJAAAA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
UCHIJAAAA ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
UCHIJAAAA reccomplex{0.9.6.3} [Recurrent Complex] (RecurrentComplex-0.9.6.3.jar)
UCHIJAAAA steamcraft2{B5.0.0} [Steamcraft 2] (steamcraft2-1.7.10-B5.0.0.jar)
UCHIJAAAA TaintedMagic{1.1.5.7} [Tainted Magic] (TaintedMagic-1.1.5.7.jar)
UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-37.jar)
UCHIJAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
UCHIJAAAA erebus{0.2a} [Erebus] (TheErebus-0.2b.jar)
UCHIJAAAA tinkersdefense{1.2} [Tinkers' Defense] (Tinkers-Defense-1.2.1.jar)
UCHIJAAAA TMechworks{1.7.10-86.e500b88} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.10.jar)
UCHIJAAAA TravellersGear{1.16.5} [Traveller's Gear] (TravellersGear-1.7.10-1.16.5.jar)
UCHIJAAAA AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAA WitchingGadgets{1.1.9} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.9.jar)
UCHIJAAAA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA zssaddon{1.7.10-alpha-0.0.5-2} [Zelda Sword Skills - Addon] (zeldaswordskillsaddon-v0.0.5a-2-.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
CoFHCore: -[1.7.10]3.0.4B1-308
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
it's probably a direct conflict. as in, asie says to go right, while TH says go left. can't do both so it crashes.
--- Addendum ---
I found the other mod in my pack that is triggering the bug, it is also a thaumcraft addon.
Witching Gadgets! (also needs travellers gear installed, but travellers gear doesn't cause the bug)
Hopefully this helps! As others have said, I wouldn't mind if you added your own separate upgraded version of the Golemancer's Bell, that may be the route to go actually.