Jump to content

Recommended Posts

Posted

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);

Posted

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.

Posted

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.