Posted February 28, 201312 yr Is this possible? Ive been poking around on the net, and didnt find anything conclusive yet, so far this has interested me, FurnaceRecipes.smelting().addSmelting(ITEM OR BLOCK, int, new ItemStack(ITEM OR BLOCK, int, int), float); is this used for what I am seeking? or can I add code to the ussual: GameRegistry.addSmelting(item or block), new ItemStack(item or block, int), float);
February 28, 201312 yr Author Ok so I guess : FurnaceRecipes.smelting().addSmelting(ITEM OR BLOCK, int, new ItemStack(ITEM OR BLOCK, int, int), float); is used for smelting things with metadata like wool or something. So not what I am looking for.
February 28, 201312 yr Smelting time is defined inside the TileEntityFurnace If you guys dont get it.. then well ya.. try harder...
February 28, 201312 yr You can not change the time. You have to replace the furnace or make your own to make a custom speed.
February 28, 201312 yr Author Ok, well still havent got tile entities working, or the understanding of them enough to try one yet. I appreciate the help!
February 28, 201312 yr Look in my sourcecode there that can help maybe! https://github.com/Speiger/DynamicTools/blob/master/spmod/dynamictools/common/Tileentities/TileAdvWorkbench.java
February 28, 201312 yr Author Ya I can kinda understand the code of the tileEntty, but I just cant manage to get it down enough to make my own furnace for instance, Ive gotten it written out and placeable and working, but boy did I not understand anything about the code I was following. I love learning it though, and my Java programming class is helping, Il get there! I appreciate all this input. Thanks Gentlemen.
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.