Carpet LAB Addition
ModrinthCarpet features created for the LAB SMP
2.2k завантажень 2 підписників оновлено 2mo ago
остання v1.3.0+26.1 Modrinth
Carpet features created for the LAB SMP, as we need them. Currently only contains features for Scarpet.
Scarpet events:
__on_player_message_broadcast(player, message)
- Triggers right before a player message is broadcast to the server.
- Can be cancelled by returning 'cancel', which prevents the message from being sent.
- Useful for making changes to chats before they're sent.
__on_player_edits_sign(player, block)
- Fires after a player edits a sign, after the vanilla text changes take place.
- Can be used to add custom sign formatting.
- Example script
Scarpet functions:
encode_snbt(expr, force?)
- 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
Версії
Release
1.3.0
Added `encode_snbt(expr, force?)` scarpet function
- Essentially the same as `encode_nbt(expr, force?)`, except it allows heterogeneous lists
- This is done to…
Release
1.2.0
Removed the `hoppersDontStackShulkers` rule
- Use [Stackable Shulkers Fix](https://modrinth.com/mod/stackable-shulkers-fix) by KikuGie instead
Added…

Коментарі 0
Поки немає коментарів. Будь першим, хто поділиться думкою.