Releases: gnembon/fabric-carpet
Releases · gnembon/fabric-carpet
Carpet Mod 1.4.130 for Minecraft 24w03a
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
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
What's new in carpet mod 1.4.128:
- supports Minecraft 1.20.3 and 1.20.4
scarpet changes:
query(..., 'effect', ...)
andmodify(..., '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
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
Carpet Mod 1.4.125 for Minecraft 23w45a
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
What's new in carpet mod 1.4.124:
- support for Minecraft 23w44a
Carpet Mod 1.4.123 for Minecraft 23w43a
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
What's new in carpet mod 1.4.122:
- works with 23w42a
- removed
portalCreativeDelay
andportalSurvivalDelay
to yield for equivalent vanilla gamerules now.
Carpet Mod 1.4.121 for Minecraft 1.20.2 and 23w41a
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'srecipe_data()
. thanks @altrisi
scarpet changes: