Carpet Mod 1.4.30 for Minecraft 1.16.5, 21w13a
What's new in 1.4.30
- support for 21w13a
- removed
xpFix
from 1.17 since its fixed in vanilla
scarpet changes:
- all file IO functions can now read / write / list from inside .zip folders. One depthness of zipness is supported. Soe docs for details and exmaples.
- functions returning an integer (
floor
,round
, etc) will keep integer precision for long operations - fixed custom worlds from custom datapacks not ticking properly (frozen)
- added
reset_seed()
to allow to reset randomizers used by rand() - Allowed to modify built-in temporary variables (like
_a
,_
, otherwise its tough to reduce to a list withreduce
sound()
andparticle()
without arguments now return a list of available sounds / particles- added
scoreboard_property()
to modify scoreboards by @altrisi - fixed rendering of
draw_shape()
shapes in 1.17 with new rendering pipelines, added 'lean' and 'turn' parameter to labels and deprecated 'line' for other shapes as its not supported by GL3.2. Per community vote, color of lines will now be shaded with color of faces. https://twitter.com/gnembon_mc/status/1372562796341301255 - added several options to
system_info()
around the game version