Posted September 13, 201510 yr Hello everyone! I've created a shooting star entity which slams into the ground, explodes and drops an item. However, there is one problem: When I arrive at the place of impact and want to grab the Item, I always get stuck in the blocks that have been blown away by the explosion: There is no block rendered, but I bounce at the top of where the block was before the explosion. Is there any way how I can avoid those bugs with explosions? I think they also appear in vanilla Minecraft. http://i.imgur.com/wNvtGZw.png[/img] MODS and MODDING TUTORIALS
September 13, 201510 yr Only create the explosion on the server side, not both. The client thinks those blocks got destroyed, so it doesn't render them, but the server disagrees http://i.imgur.com/NdrFdld.png[/img]
September 13, 201510 yr Author OK, that was easy Thanks a lot, works great! http://i.imgur.com/wNvtGZw.png[/img] MODS and MODDING TUTORIALS
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.