ItsAMysteriousYT Posted August 27, 2015 Posted August 27, 2015 Hey everyone, im trying to send an energy value from one tileentity block to another. Now, in 1.7 i would have done it in updTeEntity in the tile, but in 1.8 the method isn't there anymore. Now i want to use the RandomDisplayTick in the block, but i don't know how to propperly use it. Quote
Choonster Posted August 27, 2015 Posted August 27, 2015 If you want a ticking TileEntity in 1.8, implement IUpdatePlayerListBox . Block#randomDisplayTick is client-only, so it's not really suitable for processes that need to run on the server (like energy transfers). Quote Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
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.