Jsinco / BreweryRecipesAddon

An addon for BreweryX that allows players to view recipes they have collected.
2 stars 1 forks source link

Placeholder for Recipe Reading as 'null' #5

Open DemarcoFC opened 1 week ago

DemarcoFC commented 1 week ago

When redeeming a recipe, the chat reads:

"You have learned the 'null' recipe!" instead of the actual name of the recipe.

Jsinco commented 1 week ago

Could be a result of not having a messages section in your Recipes config. Double check and make sure you have this:

messages:
  already-learned: 'You already know this recipe!'
  learned: 'You have learned the ''%s'' recipe&r!'
DemarcoFC commented 1 week ago

My messages section is in my Recipes config. The message is working but the %s placeholder is not registered and just reading as 'null'.