Posted August 25, 20169 yr Hi, I'm looking for the smelting time values of vanilla items in Minecraft sources, where are they located ? Thanks in advance
August 25, 20169 yr TileEntityFurnace All smelting times are the same. (Unless you mean the fuel burn time). Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
August 25, 20169 yr I'm away from my dev space, but if you know how to register the burn time for an item, use your IDE to Find All References and you should be able to find where the vanilla items are set. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
August 25, 20169 yr Author Thanks. I found it, it's in the method TileEntityFurnace.getItemBurnTime(). It's hardcoded, so no constants. Too bad ...
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.