Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tried to add some non-alchoholic drinks on my own and they dont work #637

Open
rlxck opened this issue Aug 24, 2024 · 3 comments
Open

tried to add some non-alchoholic drinks on my own and they dont work #637

rlxck opened this issue Aug 24, 2024 · 3 comments

Comments

@rlxck
Copy link

rlxck commented Aug 24, 2024

it was kinda rushed and i basically tried to copy some drinks that were already there
i just wanna know what im doing wrong and how to make them work because they all come out of the cauldron as brews that are already in the plugin, and when i try the rest of what i added it just turns to murky distillate

image
image
image
image
image
image
thats all i added, lmk what i should do

@Grrevous
Copy link

Did you add these to all proper sections? There's 'Custom Items', 'Cauldron', and 'Recipe' sections that all have to have the specific layout. If not, the plugin could get confused as to which drink you're making.

@rlxck
Copy link
Author

rlxck commented Sep 2, 2024

in my config theres only cauldron and recipe, the last two pictures are on cauldron and the rest are in recipes

@Dude-MC
Copy link

Dude-MC commented Nov 17, 2024

You have incorrect spacing. You need to have 1 tab before recipe id, then colon and with 2 tabs the recipe. Here is what you have vs how it should be:

  fanta:
  name: Lean Fanta/American Fanta/Grape Fanta
  ingredients: 
  - Sweet_berries/4
  - Sugar/3
  cookingtime: 2
  distillruns: 2
  color: RED
  ...

Here is how it should be:

  fanta:
    name: Lean Fanta/American Fanta/Grape Fanta
    ingredients: 
      - Sweet_berries/4
      - Sugar/3
    cookingtime: 2
    distillruns: 2
    color: RED
  ...

Also, when you are creating a list(like ingredients), all things in it should have 1 extra tab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants