Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
Carpet RMS Addition
English | 简体中文
A Minecraft Carpet Mod extension.
VERSION SUPPORT
Unfortunately, due to github action usage, we only support versions on REQUEST. If we do not support the version you want, PLEASE REQUEST IT via Github Issues or the Mod Support Discord
版本支持
由于Github Action运行效率及使用时长限制,我们仅支持收到请求的版本。如果我们不支持您想要的版本,请使用Github Issues或者
362669270)反馈。
Rules
endPlatformBreakingBackport
Ports the behavior of end portals from 1.21 pre1, where the end platform drops items when breaking blocks.
- Default value:
false - Options:
false,true
enhancedDataGet
Makes /data get return an entity's inNetherPortal, or, if the entity is a boat, also ticksUnderwater.
- Default value:
false - Options:
false,true
fakePlayerOfflineUUID
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
fallingBlockBackport
Ports 1.18.2+ falling block behavior to earlier versions.
- Available on versions:
<1.18.2 - Default value:
false - Options:
false,true
fireballExplosionCreditBackport
Ports the behavior of fireball explosions from 1.19.3+, where they give credit to itself (and its owner) when creating an explosion.
- Available on versions:
<1.19.3 - Default value:
false - Options:
false,true
interceptAllPacketEntities
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]
interceptParticlePackets
Intercepts all packets generated by particles. Could be useful when network throughput is limited.
- Default value:
false - Options:
false,true
interceptUpdatePacketEntities
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]
naturalSpawnBlacklist
A blacklist to stop entities on the list from naturally spawning.
- Default value:
[] - Example usage:
[cat,minecraft:creeper]
overrideMonsterBlockLightLevel
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
overrideMonsterSkyLightLevel
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
selfCheckOnPlacement
Forces dispensers, droppers, and note blocks to check their block state when placed by a player.
When these blocks are placed by a player, they normally do not check if they are triggered by a redstone signal, and stay in BUD state.
On trigger, they will receive a neighbor update when placed by a player.
On silent, they will not trigger but correct their block state silently.
(In these two modes, note blocks will differ by playing a sound or not.
- Default value:
false - Options:
false,trigger,silent
usePortalBlacklist
A blacklist to stop entities on the list from using portals.
- Default value:
[]


