
Minecraft 1.14
BlayTheNinth opened this issue ยท 0 comments
- Client does not notify server of having GravelMiner installed yet, causing it to be disabled
- This is due to EntityJoinWorld not firing on client login: MinecraftForge/MinecraftForge#5786
- which is currently used because of the lack of a ClientConnectEvent: MinecraftForge/MinecraftForge#5536