What's new in Carpet 26.2:
- support for Minecraft 26.2
What's new in Carpet 26.2-beta-5:
- support for Minecraft 26.2-prerelease-5
What's new in Carpet 26.2-beta-4:
- support for Minecraft 26.2-snapshot-6/7/8 and pre-1
Scarpet changes:
draw_shapeAPI is still broken for anything that is not a simple shape.
What's new in Carpet 26.2-beta-3:
- support for Minecraft 26.2-snapshot-4
Scarpet changes:
- Currently
draw_shapeAPI is very broken due to changes in rendering, with no estimate when it will work again.
What's new in Carpet 26.2-beta-2:
- support for Minecraft 26.2-snapshot-3
What's new in Carpet 26.2-beta-1:
- support for Minecraft 26.2-snapshot-1
What's new in carpet mod 26.1:
- support for Minecraft 26.1
- Fixed memory leaks and fake players, thanks @altrisi
- added support for elytra flying with fake players, blame @altrisi
What's new in Carpet 26.1-beta-9:
- support for Minecraft 26.1-prerelease-1
What's new in Carpet 26.1-beta-8:
- support for Minecraft 26.1-snapshot-11
What's new in Carpet 26.1-beta-7:
- support for Minecraft 26.1-snapshot-10
scarpet changes:
- rendering of blocks through 'draw_shape' is misaligned. This is a bug caused by changes to underlying vanilla rendering engine.
What's new in Carpet 26.1-beta-6:
- support for Minecraft 26.1-snapshot-7, 8 and 9
What's new in Carpet 26.1-beta-5:
- support for Minecraft 26.1-snapshot-6
What's new in Carpet 26.1-beta-4:
- support for Minecraft 26.1-snapshot-5
What's new in Carpet 26.1-beta-3:
- support for Minecraft 26.1-snapshot-3 and 4
What's new in Carpet 26.1-beta-2:
- support for Minecraft 26.1-snapshot-2
- fixed issues with pink carpet not cleaning upon itself in all cases. thanks @sakura-ryoko
What's new in Carpet 1.4.194:
- Fixed crash when switching spectating entities in spectator (fix also present in 26.1-beta-1)
- Fixes some mobs such as the parched or the warm chicken variant actually spawning when using the pink carpet
What's new in Carpet 26.1-beta-1:
- fixed crash when switching spectating entities in spectator. thanks @altrisi
- support for Minecraft 26.1-snapshot-1
- carpet skipped 25 major versions, same as Minecraft did
- requires java 25
- doesn't use obfuscated java sources
Scarpet changes:
- Fixed docs regarding cancellation of player message and command events to match reality
Few words on new carpet version scheme.
Due to Minecraft skipping a few numbers from 1 to 26, we thought carpet could use that opportunity to sync its development markers with Vanilla. Carpet is at its
maintenancepath meaning nothing revolutionary will likely be added that warrants 2.0, and its better to use the same numbers as the main dependency - Minecraft.Few things to note - while the targets are the same, like 26.1, the development path might be different, as not all Minecraft releases will be breaking for carpet, especially prereleases and rc's. Carpet, instead of using
-snapshot-N,-prerelease-Nand-rc-N(which doesn't really respect semver due to these not being in a proper lexicographical order) will only be using-beta-Nnotation. We will specify in the changelogs which Minecraft versions should work with each beta version, as we did today, but we should have the same numbering for the release versions at least.We still kept the build date as
+v251217to allow to easily pinpoint the likely version this may work with on the Vanilla side.What's new in Carpet 1.4.193:
- support for Minecraft 1.21.11
- removed
ctrlQCraftingFixas its fixed on vanilla. blame @altrisi - fixed camera perspective for carpet players when riding a boat. thanks for this and everything below really @altrisi, so I will stop mentioning
- fake players will now freeze when the game is
/tick freezen - fixed compatibility with
ScalableLux. - fixed item colors in hopper counters. scarpet changes:
- added
ON_SHELFoption for displaying items viadraw_shape - fixed memory leak when using labels from
draw_shape - fixed various events not working properly in the latest versions:
player_command,player_swaps_hands,player_rides,player_takes_damage,player_deals_damage.
extensions developers:
- support for deprecated
CarpetExtension::customSettingsManagerhas been removed, now you need to useCarpetExtension::extensionSettingsManager
What's new in Carpet 1.4.192:
- support for Minecraft 1.21.11-pre1
What's new in Carpet 1.4.191:
- support for Minecraft 25w45a and 25w46a
