Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 3 weeks ago
All versions
1.3.0+26.2-fabric
Release
1.3.0+26.23 weeks ago 3,480
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
1.3.0
- Updated for Minecraft 26.2
- Updated for Minecraft 26.1.2 (Java 25)
- Added brewing recipes for all Spell Power and Ranged Weapon potions, previously these were only obtainable from bartender trades
- Spell Power potions brew from Thick potion (Water Bottle + Glowstone Dust):
- Arcane Power - Amethyst Shard
- Fire Power - Blaze Rod
- Frost Power - Snowball
- Healing Power - Honeycomb
- Lightning Power - Glow Ink Sac
- Soul Power - Rotten Flesh
- Spell Volatility - Glow Berries
- Amplify Spell - Sugar
- Spell Haste - Chorus Fruit
- Ranged Weapon potions brew from Mundane potion (Water Bottle + Redstone):
- Ranged Damage - Sweet Berries
- Draw Speed - Feather
- Fermented Spider Eye flips a school potion into its opposite: Fire <-> Frost, Healing <-> Soul, Arcane <-> Lightning
- All of the above work as Splash and Lingering potions, and as Tipped Arrows
- Brewing recipes are fully configurable in
config/village_taverns/brewing.json, any base potion, ingredient and result combination can be added
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:bj4a8NjJ:ZWHi8JOM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bj4a8NjJ:ZWHi8JOM"
}

