Bug Closed · Resolved

Brewing Recipies do not work with custom items

#4940 opened by Unknown 2 years ago

Unknownreported this bug

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
Unknowncommented

Closing due to age and inactivity.

Sign in to join the discussion.