Skip to content

Releases: gnembon/fabric-carpet

Carpet Mod 26.1-beta-9 for Minecraft 26.1-prerelease-1

11 Mar 15:39

Choose a tag to compare

What's new in carpet mod 26.1-beta-9:

  • support for Minecraft 26.1-prerelease-1

Carpet Mod 26.1-beta-8 for Minecraft 26.1-snapshot-11

04 Mar 00:55

Choose a tag to compare

What's new in carpet mod 26.1-beta-8:

  • support for Minecraft 26.1-snapshot-11

Carpet Mod 26.1-beta-7 for Minecraft 26.1-snapshot-10

24 Feb 23:43

Choose a tag to compare

What's new in carpet mod 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.

Carpet Mod 26.1-beta-6 for Minecraft 26.1-snapshot-7, 8 and 9

12 Feb 14:19

Choose a tag to compare

What's new in carpet mod 26.1-beta-6:

  • support for Minecraft 26.1-snapshot-7, 8 and 9

Carpet Mod 26.1-beta-5 for Minecraft 26.1-snapshot-6

04 Feb 11:08

Choose a tag to compare

What's new in carpet mod 26.1-beta-5:

  • support for Minecraft 26.1-snapshot-6

Carpet Mod 26.1-beta-4 for Minecraft 26.1-snapshot-5

27 Jan 21:28

Choose a tag to compare

What's new in carpet mod 26.1-beta-4:

  • support for Minecraft 26.1-snapshot-5

Carpet Mod 26.1-beta-3 for Minecraft 26.1-snapshot-3/4

13 Jan 22:19

Choose a tag to compare

What's new in carpet mod 26.1-beta-3:

  • support for Minecraft 26.1-snapshot-3 and 4

Carpet Mod 26.1-beta-2 for Minecraft 26.1-snapshot-2

07 Jan 18:12

Choose a tag to compare

What's new in carpet mod 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

Carpet Mod 1.4.194 for Minecraft 1.21.11

23 Dec 00:35

Choose a tag to compare

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

Carpet Mod 26.1-beta-1 for Minecraft 26.1-snapshot-1

17 Dec 21:04

Choose a tag to compare

What's new in carpet mod 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 maintenance path 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-N and -rc-N (which doesn't really respect semver due to these not being in a proper lexicographical order) will only be using -beta-N notation. 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 +v251217 to allow to easily pinpoint the likely version this may work with on the Vanilla side.