Releases: CottonMC/Cotton
Releases · CottonMC/Cotton
LibDP and 1.16.3
data pack fix
fix a bug where global data packs would not properly apply (hopefully)
Mixin crash fix
Fix a mixin crash in cotton datapack
1.16 Update
Update modules to 1.16
Cauldron improvements
- 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
, andspawnEntity
) have been deprecated onCauldronTweaker
and moved intoWrappedCauldronContext
.
- No longer JiJ LibCD as it's no longer mandatory.
A few fixes
- 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
- fix a bug where attempting to create a new config file would make directories instead
Cauldron Behavior Fix
- 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
Fix a crash with Cotton Datapack's recipe-removal mixins.
1.15 Update
- 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