Posted August 3, 201312 yr Hello, How can I get a block update for every tick without using a tileentity? Thanks Busti PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
August 3, 201312 yr updateTick(World world, ...) { //Some code here ? world.scheduleBlockUpdate(args); }
August 4, 201312 yr Author Ok, I just thought that the cunkloading would be better without a Tileentity. PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
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.