Getting this client-side error while running a server with Direwolf20 pack when entering Twilight Forest:
Problem occurs for anyone who enters the portal until, for example, their player data is edited to remove them from the Twilight Forest dimension.
Changed the dimension ID via Twilight Forest's config to 60 to prevent a conflict with an existing Mystcraft dimension of ID 7. Works fine in SSP with default configs.
Modpack is Direwolf20 5.01 for MC 1.4.7. The only additional mod I have added is Dynmap.
The server is a local server running on my desktop.
Code:
java.lang.IllegalArgumentException: Could not get provider type for dimension 60, does not exist
at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:108)
at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:228)
at aaq.a(WorldProvider.java:208)
at ayp.<init>(WorldClient.java:60)
at ayh.a(NetClientHandler.java:307)
at dw.a(Packet1Login.java:119)
at cg.b(TcpConnection.java:458)
at ayh.d(NetClientHandler.java:240)
at ayk.c(GuiConnecting.java:49)
at net.minecraft.client.Minecraft.l(Minecraft.java:1537)
at net.minecraft.client.Minecraft.J(Minecraft.java:846)
at net.minecraft.client.Minecraft.run(Minecraft.java:771)
at java.lang.Thread.run(Unknown Source)
Problem occurs for anyone who enters the portal until, for example, their player data is edited to remove them from the Twilight Forest dimension.
Changed the dimension ID via Twilight Forest's config to 60 to prevent a conflict with an existing Mystcraft dimension of ID 7. Works fine in SSP with default configs.
Modpack is Direwolf20 5.01 for MC 1.4.7. The only additional mod I have added is Dynmap.
The server is a local server running on my desktop.