Brewing Recipies do not work with custom items
Server info Paper 1.20.4 GeyserMC #512
This is the custom item with the recipe I can craft RI_PotionOfHaste1, but I can't upgrade it using GLOWSTONE_DUST like I provided in the recipe
RI_PotionOfHaste1:
Id: POTION
Display: '&6Potion of Haste I'
Options:
Color: 187,165,61
HideFlags: true
PotionEffects:
- HASTE 6000 1
Lore:
- '&9Haste I (10:00)'
Recipes:
BREWER_1:
Type: BREWING
Amount: 1
Ingredient: GOLD_BLOCK
InputItem: GLASS_BOTTLE
RI_PotionOfHaste2:
Id: POTION
Display: '&6Potion of Haste II'
Options:
Color: 187,165,61
HideFlags: true
PotionEffects:
- HASTE 6000 2
Lore:
- '&9Haste II (10:00)'
Recipes:
BREWER_1:
Type: BREWING
Amount: 1
Ingredient: GLOWSTONE_DUST
InputItem: RI_PotionOfHaste1