ComputerCraft32 Posted June 1, 2018 Posted June 1, 2018 Hello ya'll! I was making a vehicle today in my mod. I found some code online to make my entity controllable, so I used it. After importing/deleting some stuff, Minecraft launcher sucessfully. The vehicle worked fine, but after a few second the vehicle teleported back to where I place it? Here is the code: https://hastebin.com/imafarohof.java . Any help please?
jabelar Posted June 1, 2018 Posted June 1, 2018 50 minutes ago, ComputerCraft32 said: Oh yeah and 1.6.4 is version Unfortunately, we don't support anything older than about 1.10 any more so a moderator will probably lock this thread. But my suggestion is that your problem is probably that your entity movements are not making it to the server so that it will move on the client for a bit until the server sends one of its regular position updates, and since server doesn't think it moved it gets reset. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
Recommended Posts