Compatibility of Enhanced Portals 2 mod with Direwolf20 1.5 v2

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

The Corvid

New Member
Jul 29, 2019
41
0
0
So, I've been trying to set up a second server. First I gave the Direwolf20 1.6.4 beta pack a try, but then found out that the TickThreading mod is not working for 1.6 yet, and that was a deal breaker, so I tried to go for the 1.5 version of the pack instead.

The pack itself works fine and TickThreading runs well with it so everything is good on that front, but I'm also hoping to get the Enhanced Portals 2 mod working with it. There were a few ID conflicts which I resolved and the mod itself installs correctly, to the point where it's possible to set up the portals and everything. But when any player tries to use one, it appears to successfully teleport the player to the destination, but then, after a minute or two of not being able to interact with anything, the player is kicked off the server. I feel like maybe some other mod dislikes the "unauthorised" movement of the player and causes trouble, because the server itself doesn't crash and there's no disruption to other players at all.

This is the error that the server throws:

Code:
2014-01-05 03:36:26 [INFO] [STDERR] Exception in thread "Connection #1 read thread" java.lang.NoSuchMethodError: net.minecraft.entity.Entity.func_70016_h(DDD)V
2014-01-05 03:36:26 [INFO] [STDERR]    at enhancedportals.portal.teleportation.TeleportManager.teleportEntity(TeleportManager.java:302)
2014-01-05 03:36:26 [INFO] [STDERR]    at enhancedportals.portal.teleportation.TeleportManager.teleportEntity(TeleportManager.java:181)
2014-01-05 03:36:26 [INFO] [STDERR]    at enhancedportals.portal.Portal.handleModifierTeleportation(Portal.java:569)
2014-01-05 03:36:26 [INFO] [STDERR]    at enhancedportals.portal.Portal.handleEntityCollide(Portal.java:512)
2014-01-05 03:36:26 [INFO] [STDERR]    at enhancedportals.block.BlockNetherPortal.func_71869_a(BlockNetherPortal.java:98)
2014-01-05 03:36:26 [INFO] [STDERR]    at net.minecraft.entity.Entity.func_70017_D(Entity.java:1023)
2014-01-05 03:36:26 [INFO] [STDERR]    at net.minecraft.entity.Entity.func_70091_d(Entity.java:321)
2014-01-05 03:36:26 [INFO] [STDERR]    at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:345)
2014-01-05 03:36:26 [INFO] [STDERR]    at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:82)
2014-01-05 03:36:26 [INFO] [STDERR]    at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:350)
2014-01-05 03:36:26 [INFO] [STDERR]    at net.minecraft.network.TcpConnection.readNetworkPacket(TcpConnection.java:74)
2014-01-05 03:36:26 [INFO] [STDERR]    at net.minecraft.network.TcpReaderThread.run(ReplaceTcpReaderThread.java:22)
2014-01-05 03:37:26 [INFO] [Minecraft-Server] theCorvid lost connection: disconnect.timeout

I'm aware this choice of modpacking is a little unconventional but I really would appreciate the help.