Posted September 19, 201213 yr I just discovered world.addBlockEvent and it seems to be a neat and simple way of transferring packets without sending too much data (in comparison to Forge's packet managers). However, I keep getting these weird unsolvable errors... 2012-09-19 22:36:51 [iNFO] [sTDERR] java.util.ConcurrentModificationException 2012-09-19 22:36:51 [iNFO] [sTDERR] at java.util.ArrayList$Itr.checkForComodification(Unknown Source) 2012-09-19 22:36:51 [iNFO] [sTDERR] at java.util.ArrayList$Itr.next(Unknown Source) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.src.WorldServer.sendAndApplyBlockEvents(WorldServer.java:880) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.src.WorldServer.tick(WorldServer.java:122) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:607) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:547) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.src.IntegratedServer.tick(IntegratedServer.java:105) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) 2012-09-19 22:36:51 [iNFO] [sTDERR] at net.minecraft.src.ThreadServerApplication.run(ThreadServerApplication.java:17) http://calclavia.com/uploads/banner.png[/img]
September 20, 201213 yr Dont screw with worlds that you arnt supposed to. Meaning, dont screw with the server worlds in the client thread. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
September 20, 201213 yr Author Dont screw with worlds that you arnt supposed to. Meaning, dont screw with the server worlds in the client thread. Ahh.. understood http://calclavia.com/uploads/banner.png[/img]
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.