Carpet RMS Addition
ModLGPL-3.0-or-later

Carpet RMS Addition

Carpet extension mod developed by RMS

1.3K
Downloads
1
Followers
3 months ago
Updated
📦
15
Versions

📖About Carpet RMS Addition

Carpet RMS Addition

A Minecraft Carpet Mod extension.

Rules

enhancedDataGet

Makes /data get return an entity's inNetherPortal, or, if the entity is a boat, also ticksUnderwater.

  • 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

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

usePortalBlacklist

A blacklist to stop entities on the list from using portals.

  • Default value: []