Tags
Creators
Details
Licensed MIT
Published 9 months ago
Updated 2 months ago
All versions
1.2.0
Release
Magic & Mining2 months ago 15
Compatibility
Minecraft: Java Edition
26.2
Platform
Data Pack
Changes
The 26.2 update! First in a while! Also a tie in with Smithed Summit, go check it out!
Additions:
- Added Prospecting Pickaxe, a pickaxe type used for detecting presence of ores and air pockets.
- Added Cushion enchantment for the Mace, found in enchanting table. Hitting a block while falling and having a wind charge in offhand nullifies the fall damage.
- Added Stasis enchantment for Saddle and Harness, found in enchanting table. While the mount is dismounted it stays stationary.
- This enchantment is obtained from enchanted books and needs to be applied in an anvil!
- Added Siphoning enchantment for pickaxes, found in enchanting table. Blocks you mine are instantly teleported to you.
- Added Tunneler enchantment for pickaxes, found in mineshafts and as treasure enchantment. The more blocks you mine the faster it goes.
- Added Mirroring enchantment for sickles, found in woodland mansions and as treasure enchantment. While holding a dual wield weapon with it while having offhand unoccupied it will create a ghostly copy in it to grant the effects of dual wielding.
- Added Head Start enchantment for leggings, found in trial chambers' regular vaults and as treasure enchantment. When standing still while sneaking a temporary speed boost will be granted.
- Added dual wielding mechanic for sickles
- When holding a sickle in each of both hands player's attack speed will be increased by 50%, and every other attack within a stream of consequent attacks will be swung by the other hand (purely visual thing for now)
- Holding two sickles also boosts slightly the damage of a sickle's charged attack
Changes:
- Adjusted the attack speed and damage of sickles, as well as their charged attack damage
- Changed the formatting of lore of items with lines other that just pack's tooltip
- Removed some files unintended to be in the datapack which affected gameplay
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mixedbag_rp_1.2.0.zip | Required resource pack | 318.21 KiB |
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:cH0o3SGd:7XJC2uLX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cH0o3SGd:7XJC2uLX"
}

