Posted December 29, 201212 yr I have my block add some units to my tile entity and it adds 2 instead of one and then i put a debug that prints it out and it runs twice for each time I click it, is this normal? The Korecraft Mod
December 29, 201212 yr It is because it is sent server side and client side so it sends it twice Creator of Jobo's ModLoader If I helped you could you please click the thank you button and applaud my karma.
December 29, 201212 yr Author can it be fixed by just doing int i = 0; if(i%2==0){ do this; i++ } The Korecraft Mod
December 29, 201212 yr Author it says as of minecraft 1.3 this will always return true... so !world.isRemote is saying false ALWAYS The Korecraft Mod
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.