Skip to content

Releases: FxMorin/carpet-fixes

Carpet-Fixes v1.17.0 for 1.20.4

19 Jan 03:08
Compare
Choose a tag to compare

Huge thanks to @petersv5 for getting it started.

Changes:

  • Fixed rule chestUsablePastWorldBorderFix not working properly #160
  • Major cleanup of the codebase

Removed Rules:

  • entityBlockCollisionUsingCenterFix - In the game now
  • transparentBlocksNegateEnchantingFix - Can be done with datapacks now
  • optimizedPoweredRails - Has its own mod now
  • reIntroduceReverseRailUpdateOrder - Too much work to maintain
  • delayBetweenAutoSaves
  • maxTickLatency
  • statusUpdateDelay

Notes:
I will not be making a version for 1.20.1 to 1.20.3. I don't have the time to write them.

What's Changed

New Contributors

Full Changelog: v1.16.1...v1.17.0

Carpet-Fixes v1.16.1 for 1.20

09 Jul 19:59
Compare
Choose a tag to compare

Changes:

  • Fixes carpet-fixes crashing

Carpet-Fixes v1.16.0 for 1.20

05 Jul 19:46
Compare
Choose a tag to compare

Changes:

  • New Rule: reIntroduceTrapdoorUpdateSkipping
    • Allows you to use the compact update skipping design shown. Example: Docm77 video
    • It was patched by Mojang in 1.20, this will bring it back
  • Removed Rule: optimizedTicketManager
  • Renamed a mixin so people stop blaming carpet-fixes even tho the mod does basically nothing that could cause lag...

Carpet-Fixes v1.14.0 for 1.19.4

17 Jun 11:19
ffa4f86
Compare
Choose a tag to compare

Fix hopper crash in 1.19.4 release

Carpet-Fixes v1.15.2 for 1.20

14 Jun 17:55
Compare
Choose a tag to compare

Fixed a crash related to hopper block updates in v1.15.1

Carpet-Fixes v1.15.1 for 1.20

14 Jun 14:43
Compare
Choose a tag to compare

Removed Rules:
playerStepEventFix - Too hard to maintain
boatsCreatedTooHighFix - "fixed" by mojang
boatsStuckInDispensersFix - "fixed" by mojang
movableCoralFanFix - piston code for it made it hard to implement from a mod
grindstonesNotMovableFix - piston code for it made it hard to implement from a mod

New Rules:
boatTooFarFromDispenserFix - Mojang fix made me cry so I fixed it better...

Carpet-Fixes v1.14.0 for 1.19.4

14 Jun 13:45
Compare
Choose a tag to compare

New Rules:
spectatorAdvancementGrantingFix thanks to @JacktheDevel0per
endermanDontTakeExplosionDamageFix thanks to @B14CK313

Removed Rules: - Fixed in Minecraft
stepAndDestroyBlockGoalUsesOriginFix
hopperMinecartSlowerAtOriginFix
jukeboxDiscItemOffsetOnBreakFix

Carpet-Fixes v1.13.0 for 1.19.3

10 Dec 19:56
Compare
Choose a tag to compare

Updated to v1.19.3 - This is the last time im doing an update myself

Removed Rules: - Fixed in Minecraft
catsBreakLeadsDuringGiftFix MC-202607 Same Fix
incorrectFallDamageFix MC-14167 Different Fix
wrongPressurePlateHitboxFix MC-248753 Close enough
shulkersAreLowerInChestBoatFix MC-249463 Same Fix
nbtDataDupeFix MC-112826 & MC-191011 Same Fix
merchantTradePacketExceptionFix MC-200000 Same Fix
frogJumpsIgnoreTemptedFix MC-249328 Same Fix
deathTimeCorruptsMobsFix MC-84873 Used requested fix in comments
horseDupeFix
chestBoatDupeFix

Removed Rules: - Does not fit with the mod/too hard to maintain
optimizedRounding
optimizedHypot

Fixes:
#116 - beeDupeFix prevents bees from entering hives
#117 - hardcodedSeaLevelFix causes a crash with Depth Meter from Additional Additions
#118 - Incompatablity with Creatures from the snow

Carpet-Fixes v1.12.2 for 1.19.1 & 1.19.2

12 Oct 16:18
515d469
Compare
Choose a tag to compare

Changes:

  • #112 Fixed settings not saving

Fixed v1.12.1 not being compiled

Carpet-Fixes v1.12.0 for 1.19.1 & 1.19.2

09 Oct 17:22
85e79cb
Compare
Choose a tag to compare

Changes:

  • Migrated over to the new carpet settings manager, thanks to @adryd325
  • Fix for optimizedNeighborUpdater to make it work like vanilla, thanks to @igna-778