IvanSteklow Posted May 13, 2018 Posted May 13, 2018 (edited) 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, 2018 by IvanSteklow SOLVED Quote
V0idWa1k3r Posted May 13, 2018 Posted May 13, 2018 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. 1 Quote
IvanSteklow Posted May 13, 2018 Author Posted May 13, 2018 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 Quote
Recommended Posts
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.