
Blue ICE Carpet Extension
Another extension mod for Carpet. With some ported functions
你可以在此处找到中文版 README。
I created this mod because the Entity Data Synchronization feature in MasaGadget relies on PluslsCarpetAddition, which has not been updated to the 1.21.1 version. I also had a demand for its tombstone feature. PluslsCarpetAddition is licensed under CC0, which means the author has waived all copyright claims to the code. Therefore, after reading the source code, I have ported and implemented some of its features based on the original logic and partial code of the project. For any questions, please feel free to raise them in GitHub Issues, and I will handle them as soon as possible.
For new feature requests, please submit them to the Issues page.
Feature List
All features of this mod can be toggled via the /carpet command
Protocol
- PCA Synchronization Protocol Compatibility (
pcaProtocolEnabled) Enables PCA's entity/block synchronization protocol (compatibility mode). - Player Entity Synchronization Permission Configuration (
syncPlayer) Used with the synchronization protocol, it allows customizing the scope of player entities that can be synchronized. Available options: NOBODY- Do not synchronize any player entitiesBOT- Synchronize bot player entities onlyOPS- Synchronize operator and bot player entities onlyOPS_AND_SELF- Synchronize operator, bot and self player entitiesEVERYONE- Synchronize all player entities
Features
- Remove Anvil Level Cap (
avoidAnvilTooExpensive) No longer blocked by the "Too Expensive!" prompt when enchanting or repairing items with a cost that exceeds Level 40. - Death Tombstone (
deathskull) When a player dies, a skull tombstone will spawn at the death location, retaining all inventory items and half of the player's experience points upon death. - Emerald Attracts Villagers (
emeraldAttractsVillager) Holding an Emerald or Emerald Block will make nearby villagers actively move towards you; villagers will approach at a faster speed when you hold an Emerald Block. - Daydream (
daydream) Allows players to sleep during daytime.