Page 1 of 1

UnCrafting Table

Posted: Fri Sep 14, 2012 3:25 am
by weresdrim
Not sure why I'm posting this here but I thought I might!

I'm working on a mod called the UnCrafting Table Mod. It should be obvious to you as to what it does but incase it's not... It does the opposite of what a crafting table does.

Chances are I'll get bored of coding or something like that but I'll try to work on it :)

Feedback would be appreciated as to how I should go with the features of the block and other stuffs.
This mod is more a "First Mod" rather then a real mod but I'll see what I can do.
I'm using Forge Mod Loader btw.

Tell me your thoughts on whether the UnCrafting should cost something, if so what? What it's recipe should be? It's texture?

Re: UnCrafting Table

Posted: Fri Sep 14, 2012 6:32 am
by Chris72
Sounds nice, that you are making a mod.
So it makes for example planks to wood? And chests to planks?

Re: UnCrafting Table

Posted: Fri Sep 14, 2012 3:18 pm
by Cyrus
I suggest making it so that tools, armor, weapons, etc give less materials if they are used. For example, if an iron chestplate is 1/2 used, it give back 4 iron ingots instead of 8.

Re: UnCrafting Table

Posted: Fri Sep 14, 2012 7:22 pm
by weresdrim
The durability will take away the amount of items you get from it of course.
In case you aren't familiar there are different data values for each block and item, there are also sub values called meta data values. A block of wool is block ID 35 (I think) but a block of magenta wool is 35 with a meta data of 1 (I think). Same works for ink sacs, a dye will be known as Inksac:1 instead of what it's called.

So basically a tool with damage on it is a different ID. I can make it so that a diamond which has 1/3 of durability will give you 1 diamond, one with 2/3 will give 2 and full pickaxe will give 3. Not sure how a diamond shovel will work so if anyone has any ideas please tell.

And yeah Chris, you put in a chest and get 8 planks.
For things like cookies which give you 8 I'd have to be 8 cookies to get 1 cocoa bean and 2 wheat.