CraftBook 3

CraftBook 3

139k Downloads

Custom Recipes are not working

LadyCailinBot opened this issue ยท 2 comments

commented

CRAFTBOOK-3221 - Reported by Voigtman

Using:
Spigot 1.10.2
CraftBook 3.9

I have two recipes that are similar and I can craft the first but not the second.
This also occurs for shaped and furnace recipes.
When tested with a craft action included, the action of the first recipe is triggered even when attempting the second.

SoftGold:
type: Shapeless
ingredients:
'GOLD_INGOT ': 1
'GLOWSTONE_DUST|&7&oGhast Dust ': 1
results:
'GOLD_ORE|&6Soft Gold ': 1
permission-node: craft.softgold
StrongGold:
type: Shapeless
ingredients:
'GLOWSTONE_DUST|&7&oGhast Dust ': 1
'GOLD_INGOT|&6Soft Gold Ingot ': 1
results:
'GOLD_ORE|&7Strong Gold ': 1
permission-node: craft.stronggold

commented

Comment by me4502

The game doesn't support names in recipes, which means it sees the two recipes as the same recipe. That's what causes this issue.

commented

Comment by Voigtman

I thought this changed in 1.8... damn. Thanks.