cauldron number issue
LadyCailinBot opened this issue ยท 3 comments
CRAFTBOOK-3060 - Reported by aaa8881
I posted this a week ago, but I really found what the problem is now.
try this for cauldron recipe.
test:
name: "numbers_doesnt_work"
description: "."
ingredients:
'87': 2
'88': 2
results:
'NETHER_STALK|&ftest.|&fthis is a test ': 8
and you're going to get one nether wart instead of 8. number doesn't work.
It can be fixed by removing period (. )
so
'NETHER_STALK|&ftest.|&fthis is a test ': 8
->
'NETHER_STALK|&ftest|&fthis is a test ': 8
that's it. not too big issue. prob need to fix it someday.
Comment by me4502
This is an issue in the way configurations are handled by both WorldEdit and bukkit.
Comment by aaa8881
@me4502 I'm sorry. I'm not a native English speaker. Does that mean it's not unintended glitch/bug?