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?
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:
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?