English | 简体中文
A Minecraft Carpet Mod extension.
Makes /data get return an entity's inNetherPortal, or, if the entity is a boat, also ticksUnderwater.
- Default value:
false - Options:
false,true
Uses offline UUID for fake players instead of querying Mojang API. Prevents server freeze when API is slow or unreachable.
- Available on versions:
<1.21.1 - Default value:
false - Options:
false,true
Ports 1.18.2+ falling block behavior to earlier versions.
- Available on versions:
<1.18.2 - Default value:
false - Options:
false,true
Intercepts all packets generated by entities supplied in the given list. This overrides interceptUpdatePacketEntities.
Could be useful when network throughput is limited.
- Default value:
[] - Example usage:
[boat,minecraft:creeper]
Intercepts all packets generated by particles. Could be useful when network throughput is limited.
- Default value:
false - Options:
false,true
Intercepts update packets (move and rotate packets) generated by entities supplied in the given list. Note that most non-living entities (e.g. minecarts, tnts) are also calculated on the client side, so turning this on might create visual glitches on the client side. Could be useful when network throughput is limited.
- Default value:
[] - Example usage:
[boat,minecraft:creeper]
A blacklist to stop entities on the list from naturally spawning.
- Default value:
[] - Example usage:
[cat,minecraft:creeper]
Overrides the block light level supplied to the natural generation logic of monsters. Could be useful when designing end-of-light farms.
- Default value:
false - Options:
false,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
Overrides the sky light level supplied to the natural generation logic of monsters. Could be useful when designing end-of-light farms.
- Default value:
false - Options:
false,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
Makes note blocks check for redstone power and update blockstate accordingly when being placed. Note that no sound will play even if the note block is powered on placement.
- Default value:
false - Options:
false,true
A blacklist to stop entities on the list from using portals.
- Default value:
[]