Changes
- Updated to 1.19.2
- Bots will now dismount vehicles when logging in or out
- Fixed detection of empty shulker boxes
- Fixed mod conflict with
polymer
New Features
- Added
mobcapMultiplier
- Added
autoJukebox
- Added
jukeboxRedstoneSignal
- Added
stackableShulkerBoxesInHoppers
- Added
explosionRange
- Added
removeNbtSizeLimit
(client setting)
New Features
- Added
carpets
- Added
huskSpawningInDesertPyramids
- Added
localDifficulty
Loggers
- Added
damage
- Added
kills
- Added
light_queue
- Added
memory
- Added
tick_warp
- Added
weather
- Renamed
tileTickLimit
toblock_tick_limit
- Allows logging multiple counters
Changes
- Buffed rates of
renewableCoral
Bugs
- Fixed missing output in
/carpet
command - shulkerSpawningInEndCities: Fixed shulkers spawning in other structures
API 2.0
New
- Allows modules to disable rules and options
- Exposes the CoreSettingsManager
- Exposes the set of modules
- Provides a loader entrypoint for modules
- Supports adding rules outside the settings class
Changes
- Removed deprecated elements
- Replaced uses of
TranslatableText
withText
New Features
- Added
dispensersScrapeCopper
- Added
worldBorderSpawningFix
- Added count argument to
/player
action commands - Added chunk unloading to the profiler
- Added logger for local mobcaps
Changed Features
- Changed
explosionNoBlockDamage
toexplosionBlockDamage
- Improved recipe caching for
autoCraftingTable
Moved Mixins
Some Mixins were moved or split up into different packages to better match their corresponding rules.
If you used the override features of config/quickcarpet.properties
you might need to update that.
These changes are:
betterStatistics
→betterStatistics
,commandScoreboardPublic
blockPlacement
→accurateBlockPlacement
,flippinCactus
commands
→fillLimit
,fillUpdates
piston
→doubleRetraction
,movableBlockEntities
,movableBlockOverrides
,pushLimit
player
→commandPlayer
,portalCreativeDelay
redstone
→dustOnPistons
spawning
→shulkerSpawningInEndCities
,phantomsRespectMobcap
stackableShulkerBoxes
→stackableShulkerBoxes
,stackableShulkerBoxesInInventories
tnt
→tnt
,explosionNoBlockDamage
,tntUpdateOnPlace
xp
→xpCoolDown
,xpMerging
Bugs
- Fixed conflict with Litematica and Tweakeroo
- Fixed conflict with Syncmatica
- Fixed conflict with Fabric API
- Fixed slot syncing for
autoCraftingTable
- Fixed: QuickCarpet provides a broken implementation of ModMenuApi
- Fixed: Game doesn't launch
- Fixed: Movable Block Entities causes retracting pistons to not do a light update
- Fixed: Movable Block Entities delete all items in a disabled hopper when moved
- Fixed: anvilled*Ice duplicates anvils
New Features:
- Added
deepslateGenerator
by FX - Added
extremeBehaviors
- Added
updateSuppressionBlock
- Added
spawningAlgorithm
Fixes:
- Avoid deleting buckets after dispensing powder snow
- Use the correct key when adding up counters for 'all'
Changes
- Update to 1.17.1
New Features
- Added
alwaysBaby
(by Cow) - Added
cameraModeNightVision
(by pixeils) - Added
connectionTimeout
- Added
infiniteHopper
- Added
persistentPlayers
- Added
stackableShulkerBoxesInInventories
- Added
dispensersInteractCauldron
(by Cow) - Added
dispensersPickupBucketables
(by Cow) - Added
smartSaddleDispenser
(by Cow)
Changed Features
- Added rails and pillar blocks to
flippinCactus
- Players are spawned with the fly state of the player executing the command
- Removed cooldown from
hopperCounters
Commands
- Added
/player <name> gamemode
- Added
/player <name> login
- Added
/player <name> skin <part>
- Added
/player <name> fly
- Added
/player <name> look at <entity | position>
- Added
/spawn list
Bugs
- Fixed command suggestion for refresh in
/carpet
- Fixed spawn trackers not being found
- Fixed checking for entity collisions at the wrong position with
creativeNoClip
- Fixed incomplete set of tags error again
- Fixed double disconnect and player list desync when shadowing
- Fixed player name Text used instead of String in pubsub
- Fixed freezing players with
/tick freeze
Changes since 3.0.0
New Features
carefulBreak
fallingBlockDuplicationFix
tileTickLimit
tntDuplicationFix
carpetDuplicationFix
railDuplicationFix
- More
/player
functionality - Support upgrading Carpet 1.12's custom sub-item statistics
/datatracker
command- Client setting
soundEngineFix
- Entry point for ModMenu GUI
- New logger:
tileTickLimit
Changes
- Only apply Fabric API workaround when present, avoiding a warning
- Promote some experimental rules
Fixes
- Item duplication using the auto crafting table
- Fix multiconnect removing the auto crafting table mapping
- Earlier malilib initialization
- Random ticks and mob spawning with /tick freeze
- Fix ConcurrentModificationException while joining a single player world
- Fix ConcurrentModificationException in pubsub when using Java 15+
New Features
carefulBreak
fallingBlockDuplicationFix
tileTickLimit
tntDuplicationFix
carpetDuplicationFix
railDuplicationFix
- More
/player
functionality - Support upgrading Carpet 1.12's custom sub-item statistics
/datatracker
command- Client setting
soundEngineFix
- Entry point for ModMenu GUI
Changes
- Only apply Fabric API workaround when present, avoiding a warning
- Promote some experimental rules
Fixes
- Item duplication using the auto crafting table
- Fix multiconnect removing the auto crafting table mapping
- Earlier malilib initialization
- Random ticks and mob spawning with /tick freeze
- Fix ConcurrentModificationException while joining a single player world
- Fix ConcurrentModificationException in pubsub when using Java 15+