Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated 2 weeks ago
All versions
2.7.1
Release
Changed addon Plus 2.7.17 months ago 10.1K
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Update Changelog
Additions & Tweaks
New Content
- Added a new OC Transfur.
- Added a new debug/admin command to check whether a facility contains a piece with a specific ID.
Gameplay & Mechanics
- Luminara Beast can now walk on void air while in hyperstate.
- Wolfy entities and Wolfy Transfurs are no longer protected by friendly factions.
- Fixed Elytra flight not working correctly for non-“Glide” Transfurs.
- Fixed Luminara Beast being immune to
/killdamage. - Fixed Changed Addon Recipes now showing in the infuser recipe book menu
- Fixed not being able to decend in water while sneaking [pressing shift] while using the wind cat water walk passive
Facilities & Loot
- Boss facility rooms are now less rare.
- Reduced loot amount in boss facility rooms.
- Tweaked lore elements in the Exp9 Facility room.
Items & Equipment
-
Painite armor and tools have been removed.
- The Painite gem still exists and is now used only for crafting.
-
Tweaked the Keycard item to have smoother client-side usage on laggy servers.
UI / Code
- Reworked the OC Info Display system.
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:pUaHg1ry:aUhYHMXj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pUaHg1ry:aUhYHMXj"
}


