Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
1.0.2+mc26.2
Beta
QuickCraft 1.0.2 for Minecraft 26.2last month 731
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Second beta release
- This is a development beta release. Please report issues through GitHub Issues.
- Added Quick Shulker integration to crafting spray
- Added three crafting-table shulker box pipeline modes: Stable, Balanced, and Combined Turbo
- Added automatic packing of crafting outputs into shulker boxes
- Improved server confirmation for crafting spray
- Added automatic shulker box restocking for Litematica Easy Place
- Added ordered shulker box restocking and returning materials to their original boxes
- Expanded vanilla interaction support for Litematica Easy Place
- Added Easy Place support for projected entities
- Added projected entity material checks, Creative placement, invalid entity warnings, extra entity detection, and passenger entities
- Added a 3D preview for Litematica selections
- Added copying selections as temporary projections
- Added copying 3D previews to the clipboard with transparent backgrounds and QQ compatibility
- Added preview image generation from the current 3D view
- Added support for importing local PNG/JPG images into
.litematicfiles - Added an option to replace schematic preview images with 3D previews
- Added an option to automatically disable Iris shaders during 3D previews
- Added Creative box filling
- Added support for filling offhand containers with items
- Added one-click deposit and retrieve buttons for containers
- Added matching-item transfer highlights
- Added missing-item ghost images and incorrect-slot warnings to projected containers
- Added repositioning and reset shortcuts for container buttons
- Reworked container action buttons, lock icons, and tooltips
- Added sorting options for top priority, bottom priority, and shulker boxes last
- Added Chinese names, English names, item IDs, abbreviated IDs, and enchanted item aliases to sorting priorities
- Added continuous trading with villagers
- Added enhanced Tweakeroo Freecam interactions
- Added separate toggles for block interactions, entity interactions, and Easy Place integration
- Fixed startup crashes with older Carpet-FGA Addition versions without entity placement protocol support
- Fixed vanilla block interactions with Easy Place enabled on 1.21.2 and later
- Fixed client ghost items after Creative box filling on 1.21.2 and later
- Fixed projected image transparency and QQ clipboard compatibility on 1.21.4
- Fixed the container lock button disappearing when Quick Shulker was enabled
- Fixed shulker box scrolling accidentally triggering unpacking
- Fixed missing projected container materials, slot index conflicts, and inaccurate item data comparisons
- Fixed the 3D preview cache failing to distinguish schematic files from resource packs
- Fixed entities missing from selection 3D previews
- Fixed entity selector text rendering, duplicate or blurred rendering crashes, repeated claims of placed entities, and delayed server updates
- Reduced projected entity refresh overhead in the entity selector
- Fixed the continuous Easy Place interval affecting Litematica's original Easy Place behavior
- Fixed crashes when entering worlds, opening continuous trading, or loading schematic restocking on some newer versions
- Improved crafting-table shulker box crafting spray recipe detection, operation confirmation, automatic packing, and error handling
Optional dependencies
Any compatible version
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:totNXL64:A8zQ1n1x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:totNXL64:A8zQ1n1x"
}

