Included content
| Name | Version | |
|---|---|---|
| Apugli | 2.4.5+1.19.4-fabric |
[A] means an Apugli related change.
Minecraft
Origins
toomanyorigins:smoke_sensitivity, this new one is under toomanyorigins:smoke_exhaustion.Textures
Datapacking
min_radius_modifier, min_radius_modifiers, max_radius_modifier, max_radius_modifiers, duration_modifier and duration_modifiers fields to the toomanyorigins:modify_dragon_fireball power type.damage field to the toomanyorigin:modify_dragon_fireball power type for consistency sake.toomanyorigins:modify_dragon_fireball now resolve to the max value instead of the first in the case of multiple powers.toomanyorigins:defined_keybind badge type.Rewrite
Config
shouldFireballDamageUndead is now a serversided config option.Translation
Dependencies
Bugfixes
| Name | Version | |
|---|---|---|
| Apugli | 2.4.5+1.19.4-fabric |
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.
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:dc9lRoml"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xDjN28OB:dc9lRoml"
}