DieReicheErethons / Brewery

GNU General Public License v3.0
161 stars 182 forks source link

Config formatting error #148

Closed nightspider closed 5 years ago

nightspider commented 7 years ago

I've been messing around with the config file for Brewery, removed all the factory presets and added my own custom drinks. I run 1.11.2 and it works just fine using the default configuration, but when I changed it, fermenting using the couldron stopped working. When I right click on the couldron, the ingredient isn't taken from my inventory. Can you help me format this correctly?

recipes:

Example Recipe with every possible entry first:

0: name: Bad Example/Example/Good Example ingredients:

And here are my ferments

WHEAT: Hops SUGAR_CANE: Sugar brew APPLE: Apple cider POTATO_ITEM: Potatomash LONG_GRASS: Boiled herbs RED_MUSHROOM: xXXXx MILK_BUCKET: Cream COCOA: Gritts REDSTONE: Spice Brew GHAST_TEAR: Raw Spirits PUMPKIN: Pumpkin Extract RED_ROSE: Herbal Mixture SNOW_BALL: Icy Mix YELLOW_FLOWER: Herbal Mixture CACTUS: Cactus Soup ROTTEN_FLESH: Congealed Blood

Any help you could give me would be appreciated

nightspider commented 7 years ago

I found the issue. Spaces matter. Thanks for making it easy to figure out. Maybe put a comment that says spaces matter, or it might just be because I'm new to this. Great mod though!

Sataniel98 commented 7 years ago

Spaces and so on are a matter of the YAML syntax. This might help you a bit in the future :)

http://www.yamllint.com/