Posted March 22, 20241 yr I am developing a mod about block entity rendering in forge47.2.0, but I encountered an inexplicable bug that I cannot grasp the rules at all. It sometimes triggers frequently and sometimes not at all. What should I do? Stacktrace: https://paste.ee/p/ReHjb
March 23, 20241 yr Author 7 hours ago, TileEntity said: Also add the full latest.log (logs-folder) Paste.ee - View paste NGnFJ
March 24, 20241 yr You’re probably calling level.getRandom() somewhere, likely on the client side. Either use a living entity’s random, or the random that’s passed in to the function of one of your block’s animate / tick functions
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.