161.6K
123
TooManyOrigins has been archived. TooManyOrigins will not receive any further updates unless the author decides to unarchive the project.
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
All versions
v0.4.2-1.16.5-FABRIC
Release
Fabric 1.16.5: TooManyOrigins v0.4.24 years ago 109
Uploaded by
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Fabric
Supported environments
Client and server
Required content
Changes
TooManyOrigins v0.4.2 (1.16.5)
Power Types
- Moved Prevent Shader Toggle from TooManyOrigins to Apugli
Config
- Added config to disable Ender Dragon Fireball damaging Undead entities
Data
- Refactored Swarm's Hover power to match 1.18 version of the mod
Bugfixes
- Swarm's hover power no longer has a delay between syncing disabled and enabled resources
- When perched, the Ender Dragon now uses the end fire status effect if the config option is enabled
Misc
- Now uses Apugli v1.5.1
- Changed mentions of Pug in the credits to MerchantPug
- Moved Omniv and PapaPepsmAn's credits from authors to contributors/credits
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:xDjN28OB:QuqJhVWZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xDjN28OB:QuqJhVWZ"
}

