Skip to content

Releases: BreweryTeam/BreweryX

BreweryX - 3.2.0

07 Jun 23:30
Compare
Choose a tag to compare
  • Issues with Folia 1.20.6: I'm aware of the problems BreweryX is having on Folia 1.20.6 and I'll do my best to send out a patch for them as soon as I can in the next few days or so.

  • Mojang changing "GRASS" to "SHORT_GRASS": I've resolved this and set BreweryX's default config to use "SHORT_GRASS". BreweryX will also not throw errors and will still recognize "GRASS" as "SHORT_GRASS" now.

  • Scriptable Potions: I've been working on this for quite some time, but I've submitted a pull request to have BreweryX's API be implemented into Depenizen. You're welcome to check the status of this here: DenizenScript/Depenizen#430

  • Custom Model Data on CustomItems: I've fixed this issue and changed the implementation of it. If you currently use this feature or plan to use it, see how to adjust your configs here: https://github.com/Jsinco/BreweryX/blob/8fdc4bf75fd44a0e37bb5722291c4c372bc783b0/resources/config/v13/en/config.yml#L135

3.1.9-SNAPSHOT

07 Jun 08:20
Compare
Choose a tag to compare
3.1.9-SNAPSHOT Pre-release
Pre-release

Intended for Jitpack and not as a new version release for BreweryX.

BreweryX - 3.1.9

11 Apr 14:38
Compare
Choose a tag to compare

Hey everyone. Another small patch/update. You can now add glints to to brews in your recipes by using:

recipes:
   example_recipe:
      glint: true

There's also been a few other small changes. In addition to this, I have some things I want to say about the future and current state of this Brewery fork.

  • From now on, all BreweryX releases will include a Kotlin reduced version on Github. Kotlin is necessary to run the current addons for Brewery and possibly other classes in Brewery in the future if I or other contributers choose to write in Kotlin. This Kotlin reduced version stops Spigot from loading Kotlin for BreweryX at runtime and will rely on another plugin to load these classes or provide them at runtime. If you download and use this reduced version without having another plugin that does this, BreweryRecipes will not work and BreweryX's functionality may be limited or break in the future.
  • BreweryX will most likely move to Gradle, Kotlin/Groovy DSL. This probably doesn't concern 99% of you but in the future I will most likely move BreweryX from Maven over to Gradle.
  • Legacy support for older versions of Minecraft will most likely end soon. According to bStats, only about 0.15% of servers are running BreweryX on a server lower than 1.14 meaning that a lot of the bulk code and turning off features for specific versions will no longer be around and server owners running these versions will need to upgrade or use older versions of BreweryX. I won't be removing any current code to support this but I will not be rewriting new things in support of these older versions.

BreweryX - 3.1.8

01 Apr 08:21
Compare
Choose a tag to compare

Brewery patches - 3.1.8

This release includes a few basic fixes but no content additions yet. Apologies for the slow releases guys, I've been a bit busy with life and struggling to get ideas for what/if I should add anything but thank you all for supporting this project! If you use BreweryX and just want to support me, please leave a star on the Github. That's all for now guys :)

BreweryX - 3.1.7

10 Feb 20:37
eaa2d7f
Compare
Choose a tag to compare

This small release adds in Folia support and edits a few other things. Brewery now runs off Anon8281's UniversalScheduler and addons will soon follow suit. If you're updating any addons please make sure you have Brewery updated to at least this version too.

BreweryX - 3.16

09 Feb 04:35
Compare
Choose a tag to compare

Fixes bugs and adds the ability to reload addons

BreweryX - 3.1.5

03 Feb 16:24
Compare
Choose a tag to compare

Release 3.1.5 of BreweryX. This release includes:

  • Internal fixes and updates for addons. If you're using any addons, you should update otherwise you may see potential bugs.
  • Brewery's update checker has now been re-enabled and now points to BreweryX's Spigot page.
  • On a side note, the RecipesAddon has been released: github

Overall, this is a small release. I'm aware of a few bugs happening with CustomItems and CustomModelData not working exactly as expected and I will get to that as soon as I can, other than that, have a great day!

Jitpack release

30 Jan 14:59
Compare
Choose a tag to compare
Jitpack release Pre-release
Pre-release

Snapshot for jitpack

BreweryX - 3.1.4

28 Jan 18:57
Compare
Choose a tag to compare

This release includes the ability for Addons to register commands on behalf of Brewery, fixes the ability to dupe brews with cauldrons (#541), and now allows support of CustomModelData in CustomItems for recipes!

BreweryX - 3.1.3

27 Jan 14:55
Compare
Choose a tag to compare

Release for addons support! Addons allow external jar files to be added to Brewery for extra API support!