Posted March 31, 20178 yr I've posted about this before but I still can't find the issue, in the video I'm not changing rotation to show the problem is in the movement of the cart. Any suggestion would be incredibly helpful. https://gfycat.com/MadeupAdmirableArgali https://github.com/BeardlessBrady/Carts-Mod/blob/master/src/main/java/gunn/modcarts/mod/entity/EntityHorseCart.java#L97 Edited March 31, 20178 yr by BeardlessBrady
March 31, 20178 yr Try making the update frequency larger. 3 might not be large enough for the fine movements you are trying to achieve. You will probably have to play around with the values a bit. I haven't looked into it much beyond EntityTracker, but you could always try Integer.MAX_VALUE, as it seems some vanilla entities use it.
March 31, 20178 yr Author What vanilla entities use max value? Where are vanilla entities registered? EDIT: That seemed to fix it though! Thanks for the input, I thought it was a problem with my update code not that. Edited March 31, 20178 yr by BeardlessBrady
March 31, 20178 yr 9 minutes ago, TheMasterGabriel said: EntityTracker As I said, I haven't dug that deep into it. It looks like increasing the tracking frequency fixes it somewhat, but that might just be a side effect of some other problem. (Also, it doesn't seem to make sense to me why the update frequency would have different effects on your entity in comparison to the vanilla ones, which makes me believe its the latter of above). Edited March 31, 20178 yr by TheMasterGabriel
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.