Added encode_snbt(expr, force?)
scarpet function
- Essentially the same as
encode_nbt(expr, force?)
, except it allows heterogeneous lists - This is done to bring it in line with vanilla's new NBT format
Bumped version to 1.21.5
Removed the hoppersDontStackShulkers
rule
- Use Stackable Shulkers Fix by KikuGie instead
Added __on_player_edits_sign(player, block)
scarpet event
- Fires after a player edits a sign, after the vanilla text changes take place