Posted August 1, 201411 yr How i can set the Speed for a Item? Like: A coal Item smelts a iron Ingot in one Second. idk how to write this in eclipse. My current code is that: System.out.println(fuel.toString()); if(fuel.toString().contains("anyItems")){ return 3200; }
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.