Skip to content

Update Checker Fix & Concrete Recipes

Compare
Choose a tag to compare
@2008Choco 2008Choco released this 05 Jan 01:03
· 164 commits to main since this release

Changelog

  • Added 16 new default recipes for concrete, one for each colour. Thank you to WanderingPoet on Discord for the recipe ideas 😄
    • 8 coloured concrete powder + 1 gravel = 8 concrete of the same colour
  • Recipe JSON files now support a "comment" field, to which WanderingPoet has been added in the aforementioned recipes
  • Fixed the update checker displaying a message despite there not actually being an update

API Changelog

  • Added CauldronRecipe#setComment(Optional<String>) and getComment() : Optional<String>