Skip to content

Releases: TISUnion/Carpet-TIS-Addition

Carpet-TIS-Addition v1.71

08 Oct 17:46
5eed391

Choose a tag to compare

News

  • MC 1.21.9 / 1.21.10 support
  • Added rule zombifiedPiglinDropLootIfAngryReintroduced (#233)

Patches

v1.71.1

  • (mc1.16+) Fixed Messenger.formatting pollutes immutable shared Style instance

Carpet-TIS-Addition v1.70

30 Sep 18:15
4aa8113

Choose a tag to compare

News

  • MC 1.21.9 support
  • Added rule updateSkippingSimulator (#229)
  • Added rule commandPlayerActionPerTick

Changes

  • Disable the perTick action mode for the /player xxx <action> commands by default since it's not that vanilla. To enable it or restrict it to operator players only, use the new rule commandPlayerActionPerTick

Carpet-TIS-Addition v1.69

14 Sep 19:26
f41ab90

Choose a tag to compare

News

  • Added rule entityChunkSectionIndexXOverflowFix

Fixes

  • (mc1.21.2+) Fixed rule minecartTakePassengerMinVelocity not working

Carpet-TIS-Addition v1.68

20 Aug 18:51
d62b3c7

Choose a tag to compare

News

  • Added rule yeetAsyncTaskExecutionDelay
  • Added rule elytraFireworkBoostOnBlockBackport (#211)
  • Added rule elytraFireworkKeepLeashConnection (#221)
  • Added logger portalCreation (#198)
  • Added lifetime recorder for advanced statistic processing (#193)

Fixes

  • Fixed fakePlayerTicksLikeRealPlayer action pack ticking delay during tick warp (#227)
  • Fixed lightQueue logger option dimension-selector feature not working

Other

  • (docs) Added showcase images for all kinds of loggers
  • Backported fabric-carpet's broken scarpet ExpiringShape#replacementParticle impl fix for mc [1.20.5, 1.21.4]
    • You get some wierd server crash upon player join, and the crash report says carpet.script.exception.ThrowStatement: unknown_particle without any stack traces? That's the case

Patches

v1.68.1

  • (mc 1.20.2~1.20.4) Improved tiscm protocol registration mod compatibility (#230)

Carpet TIS Addition v1.67

18 Jun 18:03
43d6d6c

Choose a tag to compare

News

  • MC 1.21.6 / 1.21.7 / 1.21.8 support
  • Add rule wetExplosionReintroduced (#203) for MC < 1.21.2 or > 1.21.5

Changes

  • Optimized StackTracePrinter#toSymbolText, make hover text shown on those $ stack trace symbols nicer (#215)
  • Enclude mixinextras when the fabric loader already has it, i.e. in mc >= 1.21.5
  • Remove rule railDupingFix in subproject 1.16+, since it's already fixed in vanilla 1.16.2 (#216)

image

Fixes

  • Make sure no scientific notation is returned in TextUtils#tp (e.g. coordinate near the world border)
  • More mixin-extras @ModifyExpressionValue abuses for better mod compatibility (#217)
  • Fixed largeBarrel mc1.21+ compactitibility codes not work with malilib >=0.24
  • Improved rule largeBarrel's compatibility with minihud's inventory preview if its entityDataSyncLoadNbt is enabled (#200)

Patches

v1.67.1

  • Fixed /player xxx spawn command not working (#219, #220)

v1.67.2

  • (mc1.21.6+) Fixed rule tickCommandPermission not working (#223)

v1.67.3

  • (mc1.21.5+) Fixed raid logger crash (#224)

v1.67.4

  • (mc1.21.6+) Fixed rule opPlayerNoCheat bypass via gamemode switcher (#226)

Carpet TIS Addition v1.66

27 Mar 17:39
7582ba2

Choose a tag to compare

News

  • Added rule yeetIdleMspt
  • Add rule netherPortalEntityInteractionCheckUseFullBlockShape
  • MC 1.21.5 support

Changes

  • Lifetime tracker: Enhance the DESPAWN_IMMEDIATELY removal reason, make it support recording death damage source
    • Which is nice for lazy-loading-killing + immediate-despawn mob farms

lifetime

Fixes

  • (mc1.21+) Fixed incompatibility with the largeBarrel rule and minihud's inventory preview (#200)

Patches

v1.66.1

  • (mc1.21.5) Fix incompatible with lithium 0.16.0

Version Requirements

Minecraft Carpet TIS Addition Fabric Carpet
1.14.4 mc1.14.4 >=1.3.7
1.15.2 mc1.15.2 >=1.4.8
1.16.4, 1.16.5 mc1.16.5 >=1.4.41
1.17.1 mc1.17.1 >=1.4.56
1.18.2 mc1.18.2 >=1.4.56
1.19.4 mc1.19.4 >=1.4.100
1.20,1.20.1 mc1.20.1 >=1.4.112
1.20.2 mc1.20.2 >=1.4.118
1.20.3, 1.20.4 mc1.20.4 >=1.4.128
1.20.5, 1.20.6 mc1.20.6 >=1.4.140
1.21, 1.21.1 mc1.21.1 >= 1.4.147
1.21.2, 1.21.3 mc1.21.2, mc1.21.3 >= 1.4.158
1.21.4 mc1.21.4 >= 1.4.161
1.21.5 mc1.21.5 >= 1.4.169

See here for more information of version support and end-of-life status

Carpet TIS Addition v1.65

27 Nov 16:48
4f327e8

Choose a tag to compare

News

  • Added more features for the /manipulate command
    • Added /manipulate block subcommands, for some block-granularity manipulations
    • Added /manipulate chunk subcommands, for some chunk-granularity manipulations
    • Added rule manipulateBlockLimit
  • Added rule violentNetherPortalCreation
  • Added rule netherPortalMaxSize
  • Added rule breedingCooldownDisabled

Changes

  • Renamed rule natualSpawningUse13Heightmap to naturalSpawningUse13Heightmap
    • An automatic rule value migration is included
  • (mc1.16-) Rule yeetUpdateSuppressionCrash added support for chained state update
  • Improved double check handling for rule fakePlayerNamePrefix and fakePlayerNameSuffix
  • Do not enable optimizedTNTHighPriority for non-classic explosion behaviors
    • See fabric-carpet issue 1928 and 2013, just don't make it worse

Fixes

  • Fixed incompatibility with async mod by disabling rule optimizedHardHitBoxEntityCollision if it presents (#182)
  • (mc1.21+) Fixed incompatibility with lithium 0.14.0+ (#178)
    • Now it conflicts with lithium < 0.14
  • (mc1.19+) Fix rule hopperXpCounters not work with lithium hopper sleeping optimization
  • (mc1.19+) fixed chatMessageLengthLimitUnlocked does not work correctly on s2c chat packet delivering (#184)

Patches

v1.65.1

  • Fixed tiletick not working after /manipulate chunk erase
  • Increase chunk erase max radius from 24 to 32

v1.65.2

  • (mc1.18+) Fixed chunk eraser might fail on to erase tile tick
  • Made some improvement on the chunk eraser

Version Requirements

Minecraft Carpet TIS Addition Fabric Carpet
1.14.4 mc1.14.4 >=1.3.7
1.15.2 mc1.15.2 >=1.4.8
1.16.4, 1.16.5 mc1.16.5 >=1.4.41
1.17.1 mc1.17.1 >=1.4.56
1.18.2 mc1.18.2 >=1.4.56
1.19.4 mc1.19.4 >=1.4.100
1.20,1.20.1 mc1.20.1 >=1.4.112
1.20.2 mc1.20.2 >=1.4.118
1.20.3, 1.20.4 mc1.20.4 >=1.4.128
1.20.5, 1.20.6 mc1.20.6 >=1.4.140
1.21, 1.21.1 mc1.21.1 >= 1.4.147
1.21.2, 1.21.3 mc1.21.2, mc1.21.3 >= 1.4.158
1.21.4 mc1.21.4 >= 1.4.161

See here for more information of version support and end-of-life status

Carpet TIS Addition v1.64

24 Oct 18:23
e04f584

Choose a tag to compare

News

  • MC 1.21.2, 1.21.3 support

Patches

v1.64.1

  • (mc1.21.2+) Fixed microtiming event EmitBlockUpdateMixins.RedstoneWireBlockMixin cast crash (#179)

v1.64.2

  • (mc1.21.2+) Fixed crash issue with creativeNoClip + tripwire (#180)

Fixes

  • Fixed calling Messenger.tell with broadcastToOps=true before the server worlds are loaded throws NPE exception

Version Requirements

Minecraft Carpet TIS Addition Fabric Carpet
1.14.4 mc1.14.4 >=1.3.7
1.15.2 mc1.15.2 >=1.4.8
1.16.4, 1.16.5 mc1.16.5 >=1.4.41
1.17.1 mc1.17.1 >=1.4.56
1.18.2 mc1.18.2 >=1.4.56
1.19.4 mc1.19.4 >=1.4.100
1.20,1.20.1 mc1.20.1 >=1.4.112
1.20.2 mc1.20.2 >=1.4.118
1.20.3, 1.20.4 mc1.20.4 >=1.4.128
1.20.5, 1.20.6 mc1.20.6 >=1.4.140
1.21, 1.21.1 mc1.21.1 >= 1.4.147
1.21.2, 1.21.3 mc1.21.2, mc1.21.3 >= 1.4.158
1.21.4 snapshots mc1.21.4 >= 1.4.159

See here for more information of version support and end-of-life status

Carpet TIS Addition v1.63

11 Aug 16:32
8aefdf6

Choose a tag to compare

News

  • MC 1.21.1 support

Changes

  • Add noise suppression support for rule yeetUpdateSuppressionCrash (#165)
  • Make rule updateSuppressionSimulator support IllegalArgumentException

Fixes

  • Fixed /player xxx rejoin does not work in mc1.20.2+
  • Fixed fortressNetherBricksPackSpawningFix zh_cn description issue (#166)

Patches

v1.63.1

  • (mc1.21.1) Fixed incompatibility with lithium 0.13.0 (#171)
    • Now it conflicts with lithium < 0.13.0

v1.63.2

  • (mc1.20.5+) Fixed scarpet text rendering mixin error (#172)

Version Requirements

Minecraft Carpet TIS Addition Fabric Carpet
1.14.4 mc1.14.4 >=1.3.7
1.15.2 mc1.15.2 >=1.4.8
1.16.4, 1.16.5 mc1.16.5 >=1.4.41
1.17.1 mc1.17.1 >=1.4.56
1.18.2 mc1.18.2 >=1.4.56
1.19.2 mc1.19.2 >=1.4.84
1.19.3 mc1.19.3 >=1.4.96
1.19.4 mc1.19.4 >=1.4.100
1.20,1.20.1 mc1.20.1 >=1.4.112
1.20.2 mc1.20.2 >=1.4.118
1.20.3, 1.20.4 mc1.20.4 >=1.4.128
1.20.5, 1.20.6 mc1.20.6 >=1.4.140
1.21, 1.21.1 mc1.21.1 >= 1.4.147
1.21.2 snapshots mc24w** >= 1.4.148

See here for more information of version support and end-of-life status

Carpet TIS Addition v1.62

04 Aug 14:09
015d09c

Choose a tag to compare

News

  • Added rule hopperXpCounters, command /xcounter and logger xcounter. The XP orb hopper counter
  • Added damage type specifying support for the damage logger, e.g. hotFloor->zombie. See the docs for more information
  • Added rule endPortalOpenedSoundDisabled (#162)
  • (mc1.20.6+) Added rule vaultBlacklistDisabled (#163)

Changes

  • Added "despawn,die" to the logging suggestions for item / xporb loggers

Fixes

  • Fixed phantom logger prints wrong spawned platform amount

Version Requirements

Minecraft Carpet TIS Addition Fabric Carpet
1.14.4 mc1.14.4 >=1.3.7
1.15.2 mc1.15.2 >=1.4.8
1.16.4, 1.16.5 mc1.16.5 >=1.4.41
1.17.1 mc1.17.1 >=1.4.56
1.18.2 mc1.18.2 >=1.4.56
1.19.2 mc1.19.2 >=1.4.84
1.19.3 mc1.19.3 >=1.4.96
1.19.4 mc1.19.4 >=1.4.100
1.20,1.20.1 mc1.20.1 >=1.4.112
1.20.2 mc1.20.2 >=1.4.118
1.20.3, 1.20.4 mc1.20.4 >=1.4.128
1.20.5, 1.20.6 mc1.20.6 >=1.4.140
1.21 mc1.21 >= 1.4.147

See here for more information of version support and end-of-life status