Gilly7CE / Carpet-Addons-Not-Found

Addons for the Fabric Carpet mod
MIT License
6 stars 0 forks source link

Add support for 1.21.1 #198

Closed Gilly7CE closed 1 month ago

Gilly7CE commented 1 month ago

This PR introduces a support change for Minecraft (MC) 1.21.1. This directly bumps main from 1.20.4 to 1.21.1 so it includes fixes to 1.20.5 & 1.20.6 breaking changes. A PR to update the 1.20.x branch to 1.20.6 will be done separately.

Full list of changes:

Gilly7CE commented 1 month ago

Keeping in draft until pipeline issue is fixed and I've tested all rules affected by breaking changes

Gilly7CE commented 1 month ago

Keeping in draft until pipeline issue is fixed and I've tested all rules affected by breaking changes

Fixed one issue to do with instant mining where the game crashed

Two rules to fix:

Gilly7CE commented 1 month ago

Keeping in draft until pipeline issue is fixed and I've tested all rules affected by breaking changes

Fixed one issue to do with instant mining where the game crashed

Two rules to fix:

  • [x] replaceFlowerInPot
  • [x] alwaysPickFlowersFromPot
  • [x] dropAllXpOnDeath

These rules have now been fixed. Introduced a single mixin for the flower pot rules to manage the order instead of using mixin shifts. This will be more stable.