Skip to content

Releases: gnembon/fabric-carpet

Carpet Mod 1.4.130 for Minecraft 24w03a

18 Jan 22:31
Compare
Choose a tag to compare

What's new in carpet mod 1.4.130:

  • removed spawnChunksSize as vanilla does it on its own
  • fixed crashes related to spawning of fake players. blame @senseiwells

scarpet changes:

  • sound would now not reject unknown sounds assuming clients may have them defined. blame @ch-yx

Carpet Mod 1.4.129 for Minecraft 23w51b

18 Dec 18:28
Compare
Choose a tag to compare

What's new in carpet mod 1.4.129:

  • support for Minecraft 23w51b

Carpet Mod 1.4.128 for Minecraft 1.20.3 and 1.20.4

05 Dec 21:54
Compare
Choose a tag to compare

What's new in carpet mod 1.4.128:

  • supports Minecraft 1.20.3 and 1.20.4

scarpet changes:

  • query(..., 'effect', ...) and modify(..., 'effect', ...) now supports negative durations to indicate infinity duration. blame @ch-yx

Carpet Mod 1.4.127 for Minecraft 1.20.3-pre2 and pre3

22 Nov 22:25
Compare
Choose a tag to compare

What's new in carpet mod 1.4.127:

  • support for Minecraft 1.20.3-pre2 and pre3

Carpet Mod 1.4.126 for Minecraft 23w46a and 1.20.3-pre1

16 Nov 20:46
Compare
Choose a tag to compare

What's new in carpet mod 1.4.126:

  • support for Minecraft 23w46a and 1.20.3-pre1

scarpet changes:

  • fast graphics leaves now show as 'fast' with draw_shape(). blame @ch-yx
  • fixed screens synchronization issues with screen_property(). blame @ch-yx

Carpet Mod 1.4.125 for Minecraft 23w45a

08 Nov 20:49
Compare
Choose a tag to compare

What's new in carpet mod 1.4.125:

  • support for Minecraft 23w45a
  • Heavy rework of explosions in vanilla means that behaviour of explosions under optimizedTNT may be weird, or undefined. It is possible that optimized explosions will be sunset at some point due to un-maintained code. They seem to work right now, but that's not certain.

Carpet Mod 1.4.124 for Minecraft 23w44a

01 Nov 21:18
Compare
Choose a tag to compare

What's new in carpet mod 1.4.124:

  • support for Minecraft 23w44a

Carpet Mod 1.4.123 for Minecraft 23w43a

25 Oct 17:16
Compare
Choose a tag to compare

What's new in carpet mod 1.4.123:

  • support for Minecraft 23w43a
  • removed carpet /tick command in favour of vanilla /tick command. Notes on how to use the new /tick command can be found here: https://gist.github.com/gnembon/256538acb59eb4eeea8205aaa0905599
  • flipped default value of smoothClientAnimations since default vanilla behaviour with tick rate below 20, is to be smooth.

Carpet Mod 1.4.122 for Minecraft 23w42a

18 Oct 18:54
Compare
Choose a tag to compare

What's new in carpet mod 1.4.122:

  • works with 23w42a
  • removed portalCreativeDelay and portalSurvivalDelay to yield for equivalent vanilla gamerules now.

Carpet Mod 1.4.121 for Minecraft 1.20.2 and 23w41a

11 Oct 17:59
4170243
Compare
Choose a tag to compare

What's new in carpet 1.4.121:

  • support for 23w41a and backport of fixes to 1.20.2
  • fixed crash connected with /counter and scarpet's recipe_data(). thanks @altrisi

scarpet changes:

  • fixed inventory syncing and duplication issues using inventory API calls, thanks @ch-yx
  • fixed bool(NaN ==☹) == true, thanks @ch-yx
  • run() command now always return 0 as success count since support for command success count was removed.