CraftBook 3

CraftBook 3

139k Downloads

Crafting Recipes

LadyCailinBot opened this issue ยท 6 comments

commented

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?

commented

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.

commented

Comment by SwiftSwamp

Thanks, I'll look into the wiki.

commented

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.

commented

Comment by me4502

Yeah, I just saw how horribly it is written... I will fix the documentation ASAP.

commented

Comment by SwiftSwamp

Alright thanks, let me know when it's rewritten please ^_^

commented

Comment by me4502

Wiki has been enhanced and is now easier to understand.