Posted May 13, 20187 yr Hello Modders! Please excuse me for my broken English)) I have a machine for processing iron bars in scrap metal. And when I run it - I have a strange bug with phantom items. See below on GIF. Help please with the code. I can not understand the problem. Block: *CLICK* Tile Entity: *CLICK* Container: *CLICK* GUI: *CLICK* GIF: *CLICK* Edited May 13, 20187 yr by IvanSteklow SOLVED
May 13, 20187 yr Add a server-side check (!this.world.isRemote) to your te's update method. Recipe processing code like that should not run on the client anyway.
May 13, 20187 yr Author 6 minutes ago, V0idWa1k3r said: Add a server-side check (!this.world.isRemote) to your te's update method. Recipe processing code like that should not run on the client anyway. OMG.. I forget about this. Thank you
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.