Skip to content

Releases: CottonMC/Cotton

LibDP and 1.16.3

05 Nov 19:48
Compare
Choose a tag to compare

update cotton-cauldron to use the new LibDP scripting system

data pack fix

30 Jul 03:30
Compare
Choose a tag to compare

fix a bug where global data packs would not properly apply (hopefully)

Mixin crash fix

26 Jun 23:08
Compare
Choose a tag to compare

Fix a mixin crash in cotton datapack

1.16 Update

26 Jun 21:19
Compare
Choose a tag to compare

Update modules to 1.16

Cauldron improvements

17 Apr 05:18
Compare
Choose a tag to compare
  • Improve the function of cauldron behaviors.
    • You no longer need to manually provide a ScriptBridge to register a cauldron behavior.
    • All interaction methods (fill, drain, giveItem, takeItem, playSound, and spawnEntity) have been deprecated on CauldronTweaker and moved into WrappedCauldronContext.
  • No longer JiJ LibCD as it's no longer mandatory.

A few fixes

05 Feb 23:25
Compare
Choose a tag to compare
  • Fix client-sided virtual resource packs
  • Fix a crash on 1.16 snapshots by disabling profiling for player tick event
  • Disable player damage event as it gets moved to a better system

Config fix

30 Dec 04:47
Compare
Choose a tag to compare
  • fix a bug where attempting to create a new config file would make directories instead

Cauldron Behavior Fix

10 Dec 05:45
Compare
Choose a tag to compare
  • update cauldron behaviors to prevent a crash with changes in 1.15
  • update cauldron tweaker to no longer use deprecated/removed code
  • update cotton config to allow config folders

(fat jars reuploaded to fix build error)

Crash fix

03 Dec 19:47
Compare
Choose a tag to compare

Fix a crash with Cotton Datapack's recipe-removal mixins.

1.15 Update

03 Dec 04:16
Compare
Choose a tag to compare
  • drag this project kicking and screaming into Minecraft 1.15
  • get rid of the duplicate "Common" creative tab
  • get rid of the unhelpful Cotton entrypoint
  • fix some bugs potentially blocking cauldron tweakers from working