What's new in Carpet 1.4.105:
- support for 23w16a
- since concept block material has been removed in favour of block tags, sound types, etc, no material info is available via
/info
command
Scarpet changes:
while(condition, expression)
is now possible without a limit for more classic and obvious use ofwhile
loop, duh...print(foo)
without specifying the player will use the app player for player scoped apps to always send messages to the proper chat for player scoped apps.- deprecated
material()
even further - now only returns'unknown'
What's new in Carpet 1.4.104:
- support for 23w14a
- one cannot /player shadow singleplayer server owners, blame @silnarm
Scarpet changes:
material(...)
has been deprecated as since this version becomes pretty useless. Vanilla seems to remove the concept of materials for block tags- fixed
map_colour(...)
to actually report map colour, not map colour.
What's new in Carpet 1.4.101:
- Fixed a regression where players weren't able to control minecarts. Blame @Ghoulboy78
- Fixed an issue causing some mods mixins to not work properly
Scarpet changes:
- Fixed functions from extensions not using the new
functionName
parameter being renamed to$METHOD_NAME_MARKER$
. Blame @replaceitem
What's new in carpet mod 1.4.100:
- support for Minecraft 1.19.4
- fixed chests not sticking properly with movable tile entities enabled
- for the time the use of
fillLimit
will sync with vanilla gamerule. Still, it will be removed with 1.20 carpet release. blame @altrisi - fixed
/player <name> stop
not stopping fake players immediately. blame @Ghoulboy78 - fixed fake players not teleporting to unloaded chunks and not being able to respawn after exiting the end, blame @silnarm
Scarpet changes:
- make
bitwise_shift_right
shift bits logically. Introducedbitwise_arithmetic_shift_right
for arithmetic shift operation. blame @altrisi
What's new in carpet 1.4.96:
- supports 23w05a and 23w04a
- extended
quasiConnectivity
rule to provide any arbitrary distance where pistons, droppers and dispensers check for quasi power. Blame @SpaceWalkerRS- If you had it set to
false
, you'll have to set it to zero
- If you had it set to
- added
tickSyncedWorldBorders
to use game time, not real time to move world border. Blame @senseiwells
scarpet changes:
- fixes errors when trying to use scarpet shapes from a dedicated server. Thanks @vlad2305m
- added back
sample_noise()
with new capabilities to sample any density functions defined in datapacks besides functions used in world generation. Blame @Crec0
What's new in Carpet 1.4.94:
- support for 20w03a
fillLimit
has now been deprecated in flavor of vanillacommandModificationBlockLimit
gamerule. To support existing worlds, for now the game chooses the largest value from two.fillLimit
will be removed in 1.20.0- removed
flatWorldStructureSpawning
since correct behaviour is now expected from vanilla game
What's new in Carpet 1.4.92:
- Make
/fillbiome
limit customisable withfillLimit
by @senseiwells - Fixed
optimizedTNT
reversing drop decay gamerules by @LagPixelLOL - Fixed a crash with corals
Scarpet changes:
- Add event for commands and make
__on_player_message
not trigger for them by @Ghoulboy78
Last release for 1.19.2 uploaded on Modrinth for accessibility.
Check the changelogs on its page Github Releases.