Crafting Recipes
LadyCailinBot opened this issue ยท 6 comments
CRAFTBOOK-2243 - Reported by SwiftSwamp
WoodStair:
type: shaped2x2
ingredients:
'53': 'a'
shape:
- 'a': '4'
results:
'5': '6'
Would something like this work?
I would like to create revert recipes meaning if someone puts 4 wooden stairs in a crafting table it'll revert those 4 wooden stairs into 6 wooden planks, so would this crafting recipe work?
Comment by me4502
For something like that, you'd want to look into shapeless recipes... Which basically means changing shaped2x2 into shapeless and removing the shape section. You also need to change the ingredients a little bit but its all detailed on the wiki.
Comment by SwiftSwamp
http://wiki.sk89q.com/wiki/CraftBook/Custom_Crafting doesn't have much information about what I want or I just don't understand it correctly.
Comment by me4502
Yeah, I just saw how horribly it is written... I will fix the documentation ASAP.
Comment by SwiftSwamp
Alright thanks, let me know when it's rewritten please ^_^