Releases: TISUnion/Carpet-TIS-Addition
Releases · TISUnion/Carpet-TIS-Addition
Carpet TIS Addition v1.27
News
- Added rule
largeBarrel
for the best storage block ever
Patches
1.27.1 / 1.27.2
- (1.18.x only) Fixed incompatibility with lithium 0.7.6
- Now it conflicts with lithium <0.7.6
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.38 |
1.17.1 |
mc1.17.1 |
>=1.4.56 |
1.18.1 |
mc1.18.1 |
>=1.4.56 |
Carpet TIS Addition v1.26
News & Changes
- Added rule
failSoftBlockStateParsing
. Ignores unknown states in block state command argument for better cross-version litematica pasting
- Added rule
voidRelatedAltitude
. Let's have a safe tour under bedrock
- Added rule
itemEntitySkipMovementDisabled
. That's so annoying if your testing requires precise item entity timing
- Added subcommand
/manipulate container
to manipulate data structure containers of the world. Shuffle tile entity list to test your hopper stuffs or remove tile tick event for those "frozen" repeating command blocks
- Added rule
commandManipulate
- Hide debug logging in LoggerSubscriptionStorage
- Added incompatibility hint in rule redstoneDustRandomUpdateOrder about rule
fastRedstoneDust
Fixes
- Fixed crash with fabric carpet v1.4.55 due to the removal of
/info entity
. Now everything about that is ported to Carpet TIS Addition
- Fixed wrong lifetime tracker doc link
- Fixed wrong piston block event type displaying when block event id > 2
Patches
v1.26.1
- (1.18) Fixed crashed due to translation
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.38 |
1.17.1 |
mc1.17.1 |
>=1.4.56 |
1.18 |
mc1.18 |
>=1.4.56 |
Carpet TIS Addition v1.25.0
News
- Added rule
persistentLoggerSubscription
to remember the subscribed loggers of players during server restart
Fixes
- Fixed a few text displaying/translation mistakes/issues
- (1.18 snapshot) Fixed crash in dedicated server startup
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.38 |
1.17.1 |
mc1.17.1 |
>=1.4.49 |
1.18-pre1/2/3/4/5 |
mc1.18-pre1 |
>=1.4.51 |
1.18-pre6/7 |
mc1.18-pre6 |
>=1.4.51 |
See github action dev builds |
mc1.18-pre8 |
>=1.4.51 |
Carpet TIS Addition v1.24
News
- Added rule
lifeTimeTrackerConsidersMobCap
for switching the strategy with mobs that don't count towards mobcap
- Added more tracking conditions for Lifetime tracker:
- Items thrown by entities (#42)
- Raiders in raids
- Golems summoning with blocks
- Translation system rework, now Carpet TIS Addition will automatically detects your client's language and translate texts for you
- Now all translating operations are handled on the server side, using client's langauge setting
- Use yaml format and nested dict structure for translation files for easier writing
- Dropped
zh_tw
translation due to quite not up-to-date and formatting change
- Optimized carpet style parsing for fabric carpet in mc <=1.15.2
Changes
- Brings back colorful and translatable hover text in lifetime tracker summary result
Fixes
- Fixed missing
@
character in microtiming messages
- Fixed incorrect voxelshape stream element order with rule
optimizedFastEntityMovement
, although it should not be detectable
Requirements
Minecraft |
Carpet TIS Addition |
Fabric Carpet |
1.14.4 |
mc1.14.4-v1.24.x |
>=1.3.7 |
1.15.2 |
mc1.15.2-v1.24.x |
>=1.4.8 |
1.16.4, 1.16.5 |
mc1.16.5-v1.24.x |
>=1.4.38 |
1.17.1 |
mc1.16.5-v1.24.x |
>=1.4.49 |
1.18 snapshot |
mc21w44a-v1.24.x |
>=1.4.51 |
Carpet TIS Addition v1.23
News
- Added fluid tile tick support for MicroTimingLogger
- Added
/refresh
command to get rid of ghost items or ghost blocks
- Added
/refresh inventory
, /refresh chunk
sub commands
Changes
- Updated rule description of
keepMobInLazyChunks
since mob doesn't not despawn in lazy chunk in 1.17 again
Fixes
- Fixed crash with fabric loader 0.12
- Fixed rule enhance
tntRandomRange
crash with java >8
Patches
v1.23.1
- Fixed a typo in rule
renewableElytra
- Fixed a tiny microtiming logger color priority issue
- Fixed a microtiming logger marker synchronization issue
- (mc1.17+) Fixed incompatibility with fabric carpet 1.4.49
- Now it requires fabric carpet >=1.4.49
Requirements
Minecraft |
Carpet TIS Addition |
Fabric Carpet |
1.14.4 |
mc1.14.4-v1.23.x |
>=1.3.7 |
1.15.2 |
mc1.15.2-v1.23.x |
>=1.4.8 |
1.16.4, 1.16.5 |
mc1.16.5-v1.23.x |
>=1.4.38 |
1.17.1 |
mc1.17.1-v1.23.0 |
>=1.4.45 <1.4.49 |
1.17.1 |
>=mc1.17.1-v1.23.1 |
>=1.4.49 |
1.18 snapshot |
mc21w41a-v1.23.x |
>=1.4.49 |
Carpet TIS Addition v1.22
News
- Added rule
tntIgnoreRedstoneSignal
. Just don't let the tnt ignites
- Added rule
structureBlockDoNotPreserveFluid
- Enhanced fabric carpet rule
creativeNoClip
- Dispenser block placement ignores players in no-clip state
- Xp orb ignores players in no-clip state
Changes
- Added serverside check in entity loggers (item, xporb) to prevent potential clientside logging
- Prevents duplicated visualizer creation with multiple subscribers
- Let microTiming marker color overwrites fallback color
- Less restriction with value of rule
fakePlayerNameSuffix
and fakePlayerNamePrefix
(#28)
Now it gives a warning for unusual characters and ask for a second enter request for idiot proof
Fixes
- Fixed microtiming marker does not work with newer version of fabric carpet (at least 1.4.45+)
Requirements
Minecraft |
Carpet TIS Addition |
Fabric Carpet |
1.14.4 |
mc1.14.4-1.22.x |
>=1.3.7 |
1.15.2 |
mc1.15.2-1.22.x |
>=1.4.8 |
1.16.4, 1.16.5 |
mc1.16.5-1.22.x |
>=1.4.38 |
1.17.1 |
mc1.17.1-1.22.x |
>=1.4.45 |
1.18-experimental-x |
mc1.18_experimental-snapshot-x-1.22.x |
>=1.4.45 |
Carpet TIS Addition v1.21
News
- Added rule
explosionPacketRange
- Improve
/tick warp status
command
- Better time info displayed
- Tick warp history result supported. It shows the statistic of last finished tick warp when it's not tick warping
- Appended TNT info display for carpet explosion logger
- Extends carpet
/info block
command. Shows tiletick events and blockevents in the specific location
- Projectile logger visualization enhances! Ported from TISCarpet13
- Added visualized projectile logger
- Related rule
visualizeProjectileLoggerEnabled
- Add hit point record in regular projectile logging
Changes
- Make rule
microTimingDyeMarker
enabled by default
- Smarter fake player name pre/suffix check for rule
fakePlayerNamePrefix
and fakePlayerNameSuffix
- if you summon the bot with expected pre/suffix, it won't add the pre/suffix to the name again
- Remove hopper 8gt cooldown for hopper counter with rule
hopperCountersUnlimitedSpeed
- Yeeted redstone wire's connection update via rule
totallyNoBlockUpdate
Fixes
- Fixed lifetime tracker being able to show specific entity type statistic when the tracker is stopped
- Fixed crash with rule
tntFuseDuration
< 4 when tnt block destroyed in explosion
- Fixed #29: potential lifetime tracker issue with some mods
Patches
v1.21.1 for 1.17.1
- Fixed incompatible with lithium v0.7.4
- Also now it's incompatible with lithium <v0.7.4
v1.21.2
- Fixed crash with
/info block
command with java <16
v1.21.3
- Fixed rule
hopperNoItemCost
not work with lithium
- Fixed snowballs as visualized logger being able to trigger tripwire and be affected by explosion (brings TISCM behavior)
Requirements
Minecraft |
Carpet TIS Addition |
fabric carpet |
1.14.4 |
mc1.14.4-1.21.x |
>=1.3.7 |
1.15.2 |
mc1.15.2-1.21.x |
>=1.4.8 |
1.16.4, 1.16.5 |
mc1.16.5-1.21.x |
>=1.4.38 |
1.17.1 |
mc1.17.1-1.21.x |
>=1.4.42 |
1.18-experimental-x |
mc1.18_experimental-snapshot-x-1.21.x |
>=1.4.45 |
Carpet TIS Addition v1.20
News
- Ported
/info entity
command from carpetmod 1.13
- Added click-to-copy supported for stack trace symbol text
$
Requirements
Minecraft |
Carpet TIS Addition |
fabric carpet |
1.14.4 |
mc1.14.4-1.20.x |
>=1.3.7 |
1.15.2 |
mc1.15.2-1.20.x |
>=1.4.8 |
1.16.4, 1.16.5 |
mc1.16.5-1.20.x |
>=1.4.38 |
1.17-pre1/2/3 ... -rc1/2/3 ... |
mc1.17-pre1-1.20.x |
as new as possible ofc |
1.17 |
mc1.17-1.20.x |
>=1.4.38 |
1.17.1 |
mc1.17.1-1.20.x |
>=1.4.42 |
Carpet TIS Addition v1.19
News
- Added rule
microTimingTickDivision
. Tweaks between world_timer
and player_action
to meet the model you are using
- Lifetime tracker
- Added "void" removal reason for entering void
- Added
/lifetime filter
commands to setup filters for entity to be tracked
- Java 16 supports
Fixes
- Fixed lifetime tracker displaying wrong statistic for specific entity type when tracker is off
Patches
v1.19.1
- Better robustness for carpet rule
tntRandomRange
- Fixed MicroTiming marker scarpet shapes never removed after switching server via bungee etc.
v1.19.2
- Betterer robustness for carpet rule
tntRandomRange
- Adds hint for removing the command executor in command block logger
Requirements
Minecraft |
Carpet TIS Addition |
fabric carpet |
1.14.4 |
mc1.14.4-1.19.x |
>=1.3.7 |
1.15.2 |
mc1.15.2-1.19.x |
>=1.4.8 |
1.16.4, 1.16.5 |
mc1.16.5-1.19.x |
>=1.4.34 |
1.17 snapshots |
mc21w<xxx>-1.19.x |
as new as possible ofc |
Carpet TIS Addition v1.18
News
- Added rule
hopperNoItemCost
. Hopper with wool on top outputs items infinitely
- Added rule
chunkPacketThreshold
. Only for <1.16
- Added BlockReplaceEvent in MicroTiming logger, logs when block gets replaced by another block
Fixes
- Fixed piston creating gost blocks with rule
tntDupingFix
enabled
- Fixed rule
creativeOpenContainerForcibly
has no effect on ender chest
- Fix duplicated ":" symbol in MicroTiming marker adding
Requirements
Minecraft |
Carpet TIS Addition |
fabric carpet |
1.14.4 |
mc1.14.4-1.18.x |
>=1.3.7 |
1.15.2 |
mc1.15.2-1.18.x |
>=1.4.8 |
1.16.4, 1.16.5 |
mc1.16.5-1.18.x |
>=1.4.34 |
1.17 snapshots |
mc21w<xxx>-1.18.x |
as new as possible ofc |