Skip to content

RMS-Server/CarpetRMSAddition

Repository files navigation

Carpet RMS Addition

Modrinth

English | 简体中文

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

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

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

updateNoteBlockOnPlacement

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

usePortalBlacklist

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

  • Default value: []

About

Carpet extension mod developed by RMS

Resources

License

Stars

Watchers

Forks

Contributors

Languages