Tags
Creators
Details
1.11.0
Compatibility
Required content
Changes
Full English changelog available on GitHub. Full French changelog available on our Discord.
Summary
LoxyCraft 1.11.0 adds the Enchantment Recycler and four configurable Item Attractor tiers with Trinkets support, keybind controls, progressive recipes, and advanced pickup options.
Added
- Added the Enchantment Recycler
- Added individual enchantment extraction into separate enchanted books
- Added extraction costs of one book and one Equipment Recycling Core per enchantment
- Added protection against material consumption when the player inventory is full
- Added custom Information and Machine Status panels
- Added four Item Attractor tiers with ranges from 8 to 32 blocks
- Added progressive crafting recipes where each tier requires the previous attractor
- Added configurable attraction ranges and detection interval
- Added keybinds to toggle Item Attractors and control pickup of items belonging to other players
- Added configurable instant pickup toggled with
Shift + Right-click - Added active enchantment glint, activation sounds, deactivation sounds, and dynamic tooltips
- Added Trinkets compatibility with a dedicated Item Attractor slot
Changed
- Changed Item Attractor activation so an attractor must be carried or equipped
- Changed active range selection so the highest-tier attractor determines the attraction range
- Changed instant pickup so it ignores normal item pickup delay
- Changed item ownership handling so servers can prevent players from collecting items belonging to other players
- Changed enchantment extraction so the original item is preserved while curses remain on it
- Changed Creative mode behavior so the Enchantment Recycler can be used without materials
Optional dependencies
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:1Eb2AwPa:qJjkcrkl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1Eb2AwPa:qJjkcrkl"
}

