Patbox / brewery

Create alcoholic and non-alcoholic drinks with cauldrons and barrels! Server Side mod for Fabric/Quilt
GNU Lesser General Public License v3.0
22 stars 12 forks source link

What can you do with the brewery dump files? #19

Closed timtijmen2 closed 7 months ago

timtijmen2 commented 11 months ago

I thought you might be able to make your own beverages with them, but if thats true i cant figure out how to get them to work. Can you explain what they are and how they work? Thanks in advance

Patbox commented 11 months ago

These files can be used as template/base to create your own brews. To add new ones you need to create datapack. You can check more about that here!

https://github.com/Patbox/brewery/blob/1.20.2/DATAPACK.md And here about general info about datapacks: https://minecraft.wiki/w/Tutorials/Creating_a_data_pack through you don't need anything after Functions sections

timtijmen2 commented 11 months ago

Ah thank you, that helped a lot but i cant figure out how to change the amount of time it takes to cook. Can you help me with that?

"cooking_quality_multiplier": "cos(clamp((age / 60 - 5.0) * 0.5, -2, 2))",