Skip to content

1.3.0.9 for 1.18.2

Latest
Compare
Choose a tag to compare
@KnightMiner KnightMiner released this 07 Nov 06:03
· 2 commits to 1.18 since this release

Update to 1.18.2, little bit WIP. Notable changes:

Cauldrons

  • Cauldron logic needed to be rewritten from the ground up
  • Instead of a single cauldron block with a block entity for contents, each contents type uses its own block form
  • Water cauldrons are left to holding 3 bottles.
    • A config option (enabled by default) brings back boiling using a registry sub
    • Freezing is up for reconsideration, may be brought back as well using the same registry sub, but this time random tick based.
  • Potion cauldrons also hold 3 bottles, currently recipes are instant but that may change in the future
  • Added milk cauldrons, hold 4 milk bottles per bucket
    • Milk bottles are drinkable, remove a random effect on use. They also stack to 16
  • Brought back mushroom, rabbit, beetroot, and potato soups
    • Mushroom soup now uses milk as a base. Beetroot is still water based
    • Potato and rabbit are crafted as before
    • All soups still require boiling to craft and give similar discounts
  • Added suspicious stew cauldrons
    • Can be made by adding a flower to mushroom stew
    • Can also mix multiple types of suspicious stew to blend the effects together
  • Brought back honey cauldrons
    • Currently ignore boiling, so blocks can be extracted from non-boiling, along with buckets
  • Currently, cauldron JSON recipes do not exist, vanilla cauldron changes made them difficult to reimplement. Undecided on if I will bring them back

Config

  • Renamed recipe module to cauldron module
  • Rename replacements config to common config, still contains replacements
  • Revamped config to fix issues with recipes not disabling. Many server config options were moved to common config to accommodate