What's new in Carpet 1.4.169*:
- support for Minecraft 1.21.5
- fixed crash when exiting from singleplayer worlds in some rare circumstances
- fixed behaviour of calduroning shulkerboxes. blame @altrisi
scarpet changes:
- fixed rendering of most
draw_shape
shapes, includinglabel
and most primitives likebox
,sphere
, etc. Stilldoublesided
and similar options that relied on culling will not work and will likely not be supported in the future. - fixed broken particle parsing. Particles vanilla format has now changed, check docs of
particle()
for details - fixed broken setting of player rotations via
modify(player, ...
*) (comparing to 1.4.168)
What's new in Carpet 1.4.168:
- support for Minecraft 25w09a, 25w10a and 1.21.5-pre1
Scarpet changes:
- due to significant changes to the rendering pipeline, most
draw_shape
calls provide ugly results, albeit still usable for debugging purposes.draw_shape
functionality may change to some extend in the future due to different exposed capabilities of the rendering engine.