Skip to content

Releases: FxMorin/carpet-fixes

Carpet-Fixes v1.6.0 for Minecraft 1.18.x

07 Jan 21:01
Compare
Choose a tag to compare

New Rules:
optimizedRounding
optimizedRandom
optimizedHypot
optimizedBiomeAccess
entityRandomCrackingFix
worldBorderCollisionRoundingFix
detectorRailOffsetUpdateFix - Might change
placeBlocksOutsideWorldBorderFix
incorrectPistonWorldBorderCheckFix
explosionsBypassWorldBorderFix
playerStepEventFix
projectileMissingOcclusionFix
boatMissingOcclusionFix
spawnEggOffsetEventFix
spawnEggMissingOcclusionFix
minecartMissingOcclusionFix
villagerDiscountIgnoresOfflinePlayersFix
lavaDamageDesyncFix
clientSideDamageDesyncFix
chatLagFix

Changed Carpet-Fixes to do client-side bug fixes, although this is likely temporary and will probably be replaced with its own mod!

Carpet-Fixes v1.5.1 for Minecraft 1.18.x

17 Dec 01:33
Compare
Choose a tag to compare

New Rules:
tileDropsAffectedByFloatingPointFix

Removed Rule:
setPlayerIdleTimeout

Fixes:
Fixed Issue #25 which was related to a reIntroduceItemShadowing bug

Full Changelog: v1.5.0...v1.5.1

Carpet-Fixes v1.5.0 for Minecraft 1.18.x

15 Dec 18:07
Compare
Choose a tag to compare

New Categories:
DUPE - All duping related bugs
ADVANCED - Extra functionality & more flexibility
PARITY - Meme category, making the game more like bedrock

New Bug Fixes:
incorrectBlockPosDistanceFix - Core system fix, thanks to 2no2name for finding the bug
tripwireHookDupeFix
stringDupeFix
redstoneRedirectionMissingUpdateFix
pistonsPushWaterloggedBlocksFix
endermanTeleportWithoutAIFix
velocitySeparateAxisCancellingFix
armorStandMissingFunctionalityFix
fallingBlockTeleportingFix
redstoneTorchOrderOnBreakFix
mobsIgnoreOwnerOnPickupFix
mobsConvertingWithoutBlocksFix

New re-Introduced:
reIntroduceOnlyAutoSaveSaving
reIntroduceZeroTickFarms

New Parity:
parityRandomBlockUpdates
parityMovableLightBlocks
parityTerribleComparators

New Advanced:
maxChunksSavedPerAutoSave
maxChunksSavedPerTick
delayBetweenAutoSaves
maxTickLatency
togglePvpEnabled
statusUpdateDelay
toggleOnlineMode
toggleFlightEnabled
setPlayerIdleTimeout
toggleEnforceWhitelist
togglePreventProxyConnections

Rule Changes:
voidKillsloyaltyTridentsFix -> voidKillsLoyaltyTridentsFix

Fixed:
optimizedPoweredRails now gives proper shape updates in the right order. A few bugs where also fixed!
Fixed issue #24 - Should now act exactly like vanilla, except the transfer call will not dupe items
Fixed issue where some item shadowing behaviors where not added back
Fixed compatibility issue with carpet where java 16 was used instead of 17, making it so carpet-fixes would not load

v1.4.1

02 Dec 15:29
Compare
Choose a tag to compare

Fixed:
Fixed crash bug on generating new worlds

Changes:
Slight improvement for rules which change block updates, for better mod compatibility

Recommended using this version instead of v1.4.0 !

Carpet-Fixes v1.4.0 for Minecraft 1.18.x

02 Dec 00:37
Compare
Choose a tag to compare

Updated from 1.17.x -> 1.18.x

New Rules:
reIntroduceItemShadowing

Removed Rules: (Fixed in vanilla)
unstackableJukeboxFix
bedsCanBeInWorldBorderFix
sleepingResetsRainFix
swapGeneralItemDupeFix

Renamed Rules: (BACKPORT -> REINTRODUCE)
oldTargetBlockPermanentlyPowered -> reIntroduceTargetBlockPermanentlyPowered
oldLightningRodPermanentlyPowered -> reIntroduceLightningRodPermanentlyPowered
oldPortalGeneralItemDupe -> reIntroducePortalGeneralItemDupe
oldFlintAndSteelBehavior -> reIntroduceFlintAndSteelBehavior
oldDonkeyRidingDupe -> reIntroduceDonkeyRidingDupe

Known Bugs:
optimizedPoweredRails does not give proper shape updates. This will be fixed later

v1.3.0 - 1.17.X

01 Dec 16:35
8f2a069
Compare
Choose a tag to compare

New Rules:
breakSwapGeneralItemDupeFix
hangingEntityTriggersTrapsFix
boatsTakeFallDamageFix
boatsDontTakeFallDamageFix
optimizedPoweredRails
optimizedTicketManager
unstackableJukeboxFix
buriedTreasureAlwaysCenterFix
reinforcementsOnlySpawnZombiesFix
incorrectFallDamageFix
voidKillsloyaltyTridentsFix
endermanLowerPiercingFix
projectileNotDetectedOnPlaceFix
arrowEffectsBypassTotemsFix

Known Bugs:
optimizedPoweredRails does not give proper shape updates. This will be fixed later, but only in the 1.18 builds

Fixed:
Fixed compatibility with go-fish #23

v1.2.0 - 1.17.X

21 Oct 04:06
9c95679
Compare
Choose a tag to compare

Carpet-Fixes will now be using its own custom settings manager /carpet -> /carpet-fixes (It was getting kinda crowded)

New Rules:
incorrectNbtChecks
endPortalRemovesEffectsFix
inconsistentRedstoneTorchFix
sculkSensorPrecisionLossFix
foxesDropItemsWithLootOffFix
missingStructureCorruptionFix
instantFluidFlowingFix
saferItemTransfers
swapGeneralItemDupeFix
sculkSensorBiasFix
sleepingResetsThunderFix
beeNotLeavingHiveFix
breakSwapGeneralItemDupeFix

Changed:
oldFlintAndSteelBehavior - Made it visually nicer
treeTrunkLogicFix - Thread-safe xD, plus cleaner implementation

Fixed:
Fixed compatibility with WeirdAddons
Fixed comparator not working correctly - duplicateBlockUpdatesFix
Fixed redstone torch missing an update - uselessSelfBlockUpdateFix
Fixed PressurePlate not removing all updates - uselessSelfBlockUpdateFix
Fixed compatibility between hopperUpdateFix & Carpet-Extra's blockStateSyncing

Carpet-Fixes v1.1.0 for Minecraft 1.17.x

19 Sep 17:59
Compare
Choose a tag to compare

New Rules:
treeTrunkLogicFix
breakAnythingDoorGoalFix
uselessSelfBlockUpdateFix
bedsCanBeInWorldBorderFix
tntMinecartExplodesTwiceFix
itemFramePlaysSoundOnReadFix
chestUsablePastWorldBorderFix
blackstoneButtonBreakSpeedFix
transparentBlocksNegateEnchantingFix

Changed:
bedrockBreakingFix -> illegalBreakingFix

Fixed:
sculkSensorPrecisionLossFix - Inaccurate
Carpet-Fixes not being compatible with GolfIV - #16

v1.0.1 - 1.17.x First Major Version

01 Sep 21:45
Compare
Choose a tag to compare

Finally releasing a Major version!

New Rules:
beeDupeFix
beeStuckInVoidFix
invulnerableEndCrystalFix
creeperPortalFuseResetsFix
sculkSensorPrecisionLossFix
endCrystalPlacingTooEarlyFix
soulSpeedIncorrectDamageFix
respawnDragonWithoutAllEndCrystalsFix

1.0.1 - Fixed crash bug ;)

v0.0.10

13 Aug 03:30
Compare
Choose a tag to compare

New Rules:
witherGolemSpawningFix
bedrockBreakingFix
headlessPistonFix
sleepingResetsRainFix
incorrectExplosionExposureFix

Changed:
chunkRegenFix -> stringTagExploitFix

Fixed:
Compatibility with Immersive Portals