Cauldron recipe number doesnt work in certain condition
LadyCailinBot opened this issue ยท 7 comments
CRAFTBOOK-3058 - Reported by aaa8881
It doesn't work when result item has custom name/lore.
Let's say I want to create 4 delicious_pumpkin | &fdelicious pumpkin | &c this is delicious
with 1 sugar and 4 pumpkins.
Even if I put delicious_pumpkin | &fdelicious pumpkin | &c this is delicious : 4 ,
only 1 delicious_pumpkin will come out.
works fine with regular item. only doesnt work with custom items.
Comment by me4502
delicious_pumpkin isn't a material type, that needs to be set to an actual existing material.
Comment by me4502
Also, you need to surround that area with "s, to make it recognize the : 4
Comment by aaa8881
custom3:
name: "custom_name1"
description: "."
ingredients:
'87': 44
'88': 22
results:
'NETHERRACK|&fcustom_name|&florenumber1.|&florenumber2. ': 8
ok this is what actually wrote for my file I should have just attached this.
I just typed random name and lore because all of those were in Korean.
Tested with English in case it doesnt support other languagse- found out it still comes out with 1 result.
Comment by aaa8881
@me4502 please check my comment. thanks for reply.
Comment by me4502
What version of CraftBook are you using? I can't reproduce this on 3.9 Beta 4
Comment by aaa8881
@me4502 the latest version which is the one that you're using.