What's new in Carpet 1.4.131:
- support for Minecraft 24w04a
- fixed issues with incorrect loading of
quasiConnectivity
on startup. Blame @altrisi
What's new in Carpet 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
What's new in Carpet 1.4.129:
- support for Minecraft 23w51b
What's new in Carpet 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
What's new in Carpet 1.4.127:
- support for Minecraft 1.20.3-pre2 and pre3
What's new in Carpet 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
What's new in Carpet 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.
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.
What's new in Carpet 1.4.124:
- support for Minecraft 23w44a
What's new in Carpet 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.
What's new in Carpet 1.4.122:
- works with 23w42a
- removed
portalCreativeDelay
andportalSurvivalDelay
to yield for equivalent vanilla gamerules now.
What's new in Carpet 1.4.121:
- support for 23w41a and backport of fixes to 1.20.2
- fixed command crash connected with
/counter
and scarpet'srecipe_data()
. thanks @altrisi
Scarpet changes:
- fixed inventory syncing and duplication issues using inventory API calls, thanks @ch-yx
What's new in Carpet 1.4.120:
- Support for Minecraft 23w40a
What's new in Carpet 1.4.119:
- fixed crash with
movableBlockEntities
, thanks @manyrandomthings
What's new in Carpet 1.4.118:
- supports Minecraft 1.20.2
What's new in Carpet 1.4.117:
- support for Minecraft 1.20.2-pre4 and rc1
What's new in Carpet 1.4.116:
- support for Minecraft 1.20.2-pre1 and 2
What's new in Carpet 1.4.115:
- support for Minceraft 23w35a
What's new in Carpet 1.4.114:
- works with 23w32a
- fixed issues with client communication introduced with 23w31a
- fixed issues with spawning fake players introduced with 23w31a
Scarpet changes:
- fixed issues with scoreboard API introduced with 23w31a
What's new in Carpet 1.4.113:
- Its a experimental build to support 23w31a - many features are not working (blame @mojang) on this version which includes:
- Carpet client communication, affects mostly visual aspects of scarpet API. All clients are now recognized as vanilla
- Fake Players fail to spawn
- Scarpet Scoreboard API behaviour is undefined
scoreboardslot
command argument type is ignored in scarpet apps
- French translation, blame @Calvineries
- Fix golem spawning range box in ai-tracker, blame @silnarm
- Fix piglin brutes spawning in air when
piglinsSpawningInBastions
is enabled, blame @aria1th - added
allowListingFakePlayers
to configure listing fake players on the multiplayer screen, once fake players start working again, blame @filips123 - Remove
lightEngineMaxBatchSize
rule, since it is now defunct, blame @altrisi
Scarpet changes:
- Include app name in deprecation warnings, blame @altrisi
- Fix registry lists being randomized, blame @manyrandomthings
- Fix chat signatures desyncing when cancelling
__on_player_message
, blame @altrisi