You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that your fix in 1.5.3 didn't work. If I set the baseDimension to 63 I spawn in the overworld without a island generated and if I type /island create I get a unknown Error.
[16:46:01] [Client thread/INFO]: [CHAT] An unknown error occurred while attempting to perform this command
[16:46:13] [Server thread/WARN]: Couldn't process command: island create
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653) ~[?:1.8.0_51]
at java.util.ArrayList.get(ArrayList.java:429) ~[?:1.8.0_51]
at com.bartz24.voidislandcontrol.api.IslandManager.tpPlayerToPos(IslandManager.java:163) ~[IslandManager.class:?]
at com.bartz24.voidislandcontrol.api.IslandManager.tpPlayerToPosSpawn(IslandManager.java:201) ~[IslandManager.class:?]
at com.bartz24.voidislandcontrol.EventHandler.spawnPlayer(EventHandler.java:201) ~[EventHandler.class:?]
at com.bartz24.voidislandcontrol.PlatformCommand.newPlatform(PlatformCommand.java:386) ~[PlatformCommand.class:?]
at com.bartz24.voidislandcontrol.PlatformCommand.func_184881_a(PlatformCommand.java:107) ~[PlatformCommand.class:?]
at com.feed_the_beast.ftbutilities.ranks.CommandOverride.func_184881_a(CommandOverride.java:88) ~[CommandOverride.class:?]
at net.minecraft.command.CommandHandler.func_175786_a(CommandHandler.java:119) [bj.class:?]
at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:91) [bj.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:960) [pa.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:939) [pa.class:?]
at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [la.class:?]
at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [la.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [hv$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
I have to downgrade to 1.5.2 :(
The text was updated successfully, but these errors were encountered:
same thing happens in AstroBlock modpack. If you upgrade to VoidIslandControl 1.5.3 and create a new world, you spawn in overworld with no island instead of in Asteroid Dimension (ID -30). Downgrade to 1.5.2 and all works as it should
It seems that your fix in 1.5.3 didn't work. If I set the baseDimension to 63 I spawn in the overworld without a island generated and if I type /island create I get a unknown Error.
I have to downgrade to 1.5.2 :(
The text was updated successfully, but these errors were encountered: