Links
Tags
Creators
Details
2.0
Compatibility
Required content
Changes
- Multiplayer party system
/party command to manage, or use the journal gui. Party members within 100 blocks of each other gain 10% of XP from other members. Party members who die within 100 blocks of another member also spawn within a small safe radius of another party member.
- Combat changes
Players now gain combat XP relative to how much damage they hit. For example if you hit a zombie for 7dmg. You gain 7 combat XP. This will help combat feel a lot less grindy without decreasing the XP variable. This allows instant modded entity support.
- XP Buffs
Personal, Party and Global XP buffs have been added. Each one gives a 50% XP buff. They either randomly start or are crafted as follows...
-Knowledge Table
Table Of knowledge has been added to the game. Use this to enchant books which give the player different buffs. For now you can only craft different xp buffs. Table of knowledge works similar to an enchantment table. First use 5 pages to create "players" book of knowledge. Then place the book into the new knowledge table block along with an amethyst shard and use player Xp to create books that give you small buffs. Hold right click to use the books. This has set up the foundation for more custom items in the future.
- Other changes/fixes
- Fixed pinned system to now correctly display next unlocks
- Removed Wolf and Cat breeding from restrictions
- All default XP multipliers are now set to 1.3. This creates a fast early game to a grindy late game
- Mob XP values have been toggled off by default to adjust to the combat changes. Can be reenabled in the config screen.
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:3Rm0Nh4k:FoloYNw2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3Rm0Nh4k:FoloYNw2"
}

