All versions
1.1.2
Release
Archipelago Mod 1.1.22 weeks ago 664
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Minecraft
- Fixed a logic where Stone Tools were required for anything that requires smelting to be in logic
- Fixed Wither Summoning Being off-screen in the item tracker
- Changed the Chance for Wither Skeletons to drop skulls when the option is enabled from 25% to 50%
- Hired Help now requires Shears
- Piglin Heads now require Nether Access
- Updated Logic for suspicious sand and gravel to account for Cobwebs
- Sculk Items are now under exploration
- Dry Sponge now requires Smelting
- Sniffer Egg is now considered a Hard Item
- Black Dye now either requires Swimming or Wither Summoning
- Updated Logic For Smooth Stone and Smooth Deepslate
- Fixed Clay ball requiring Nether Access (No idea how this happened)
- Chests, Bottles, Brushes, Buckets, Fishing Rods, Flint & Steel / Igniters, Minecarts, Shields, & Shears now lock things in their respective Common tags
Create
- fixed logic error with Raw Zinc where it also required Compacting to be considered in logic
- fixed logic error where Copper Diving Helmets were considered in logic before getting proper armor tier.
Iron Chests: Restocked
- Fixed Chest Upgrades being locked behind Chests & Barrels (as they don’t require chests nor allow for obtaining chests)
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:pCmiz5tI:8eYezCG5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pCmiz5tI:8eYezCG5"
}

