Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.5–1.20.6
1.20–1.20.1
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Hacky carpet rules created for the LAB SMP. May or may not become less hacky in the future.
Installing will disable Lithium's hopper optimizations!
Currently contains 1 carpet rule:
hoppersDontStackShulkers
- Prevents hoppers from stacking shulkers.
- Only works (properly) when rule
stackableShulkerBoxes
is enabled. - Also affects droppers and such. (they reuse hopper code)
- Not included in 1.20.1 version as this functionality is possible with vanilla carpet
and 1 scarpet event:
__on_player_message_broadcast(player, message)
- Triggers right before a player message is broadcasted 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.