Tags
Creators
Details
1.0-1.20.1-remake
Compatibility
Required content
Changes
Changelog Version 1.0.0 Initial Release: Introduced PMMO XP Bottles with support for Project MMO. Added Custom XP Bottles for all PMMO skills, available in three tiers: Common, Rare, and Epic. Common Bottles: Grant 500 XP and basic effects. Rare Bottles: Grant 3,500 XP and enhanced effects. Epic Bottles: Grant 9,000 XP and powerful effects. Implemented Skill-Specific Effects for each bottle type: Mining: Haste effect. Combat: Strength effect. Farming: Luck effect. Fishing: Enhanced Luck effect. Endurance: Regeneration effect. Agility: Speed boost. Magic: Night Vision effect. Swimming: Water Breathing effect. Integrated XP bottles into the loot tables: Mob Drops: Certain mobs drop combat and endurance bottles. Chest Loot: XP bottles can be found in various chests including village chests and dungeon chests. Balanced drop rates to ensure an engaging and rewarding exploration experience.
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:jfVl1BB0:EH7k2q6e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jfVl1BB0:EH7k2q6e"
}


