What's new in Carpet 1.4.155:
- support for Minecraft 24w40a
scarpet changes:
- minor breaking changes to
recipe_data
andcrafting_remaining_item
due to changes in vanilla crafting system: recipe ingredients are now provided as items, not item tuples, and crafting reminder as item tuple, not an item name. Check the docs for details
What's new in Carpet 1.4.143:
- support for Minecraft 24w20a
scarpet changes:
- temporarily (hopefully) disabled functions of
relight
andreset_chunk
since it cannot be easily adapted to the new API. Same goes forchunk_generated
andchunk_loaded
events, which may come back in a different form, supported by the new chunk API