promotional bannermobile promotional banner

Inspirations

Adds many small features to Minecraft without significantly changing the game.

File Details

Inspirations 1.3.0.9 for 1.18.2

  • B
  • Nov 7, 2022
  • 1.12 MB
  • 25.8K
  • 1.18.2
  • Forge

File Name

Inspirations-1.18.2-1.3.0.9.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:inspirations-284007:4072469")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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