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

Adding Brews as 'Custom Items' #613

Open
DJC00 opened this issue Feb 15, 2024 · 2 comments
Open

Adding Brews as 'Custom Items' #613

DJC00 opened this issue Feb 15, 2024 · 2 comments

Comments

@DJC00
Copy link

DJC00 commented Feb 15, 2024

I'm having trouble adding brews as custom items for the sake of a recipe. The way I'm trying to do it is like so:

pure_alcohol:
matchAny: true
material:
- Brewery:Vodka
- Brewery:Whiskey
- Brewery:Spicy Rum
- Brewery:Absinthe
- Brewery:Weak Moonshine
- Brewery:Neutral Spirit

The idea is to allow the use of one of any of these in a recipe. However, it seems to fail when loading it. I've also tried it with only Vodka, in case the custom brews were the problem, but that doesn't seem to be the case. I've also tried it with the ingredient being listed as just 'Vodka', instead of 'Brewery:Vodka', but still no dice. Am I using improper syntax, or are you just not able to list brews as materials when defining a custom item?

@1Tupack1
Copy link

I have the same problem:(

@fyhnfn
Copy link

fyhnfn commented Jul 15, 2024

You have to use the top name such as Brewery:shroom_vodka (example)

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