Releases: gnembon/fabric-carpet
Releases · gnembon/fabric-carpet
Carpet Mod 1.4.102 for Minecraft 23w12a
What's new in carpet mod 1.4.102:
- support for Minecraft 23w12a
Carpet Mod 1.4.101 for Minecraft 1.19.4
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
Carpet Mod 1.4.100 for Minecraft 1.19.4
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
Carpet Mod 1.4.99 for Minecraft 1.19.4-pre1 - pre4, rc1-2
What's new in carpet 1.4.99:
- support for 1.19.4-pre1, and pre2, and pre3, and pre4, and rc1, and rc2
chunk_display
built-in app uses now custom command to trigger, not in-game interactions- fixed issues with fake players not falling properly, affecting their fall damage, elytra deployment, crits etc. blame @silnarm
Carpet Mod 1.4.98 for Minecraft 23w07a
What's new in carpet 1.4.98:
- support for 23w07a
scarpet changes:
- fixed
player_interacts_with_blocks
event not triggering - added
on_tick
entity support for display entities - scarpet app store, accessed via
/script download
will be locked for 30 seconds when hitting rate limiting errors on the github API to prevent further locking.
Carpet Mod 1.4.97 for Minecraft 23w06a
What's new in carpet 1.4.97:
- support for 23w06a
Carpet Mod 1.4.96 for Minecraft 23w05a and 1.19.3
What's new in carpet 1.4.96:
- supports 23w05a and 23w04a, but also 1.19.3 to fix issues with using scarpet shapes on a dedicated server.
- extended
quasiConnectivity
rule to provide any arbitrary distance where pistons, droppers and dispensers check for quasi power. Blame @SpaceWalkerRS - 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. 1.4.96 provides also 1.19.3 version to fix this specific issue. This is the "only" added change to 1.19.3:1.4.96 release. 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
Carpet Mod 1.4.95 for Minecraft 23w04a
What's new in carpet 1.4.95:
- support for 23w04a
- removed
leadFix
rule as its no longer needed - added
thickFungusGrowth
to allow thick fungus to grow into 3x3 variant with bonemeal. Blame @Ghoulboy78
scarpet changes:
- added
world_min_spawning_light
tosystem_info()
Carpet Mod 1.4.94 for 23w03a
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
Carpet Mod 1.4.93 for 1.19.3
What's new in Carpet 1.4.93:
- Bumped the version, 1.4.92 was marked as 1.4.91
- Consider updating if you got 1.4.92 for ease of debugging issues