Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 weeks ago
All versions
9.1.0+neoforge
Release
[NeoForge 1.21.1] 9.1.0last year 1,238
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
9.1.0
- Merge branch '1.21-neoforge' of https://github.com/Snownee/MiniEffects into 1.21-neoforge
9.1.0
- Merge pull request #22 from SettingDust/1.21-neoforge
- Merge branch '1.21-neoforge' into 1.21-neoforge
- Merge pull request #21 from SettingDust/1.21-fabric
- build: add missing kiwi arg
- build: add missing kiwi arg
- build: use the correct java release version
- build: revert part of changes
- build: revert part of changes
- build: real version use right loader
- revert: use
realVersion - revert: use
realVersion - refactor: port to neoforge
- revert: add potion icon back
- Merge remote-tracking branch 'Snownee/1.21-fabric' into 1.21-fabric
- feat: use the correct effect background sprite
- chore: remove potion item icon option since there isn't effect color anymore
- chore: rename the mixin methods and fields with prefix
- style: copy editorconfig from jade
- build: update dependencies
- revert: avoid use of
LivingEntityAccess - chore: show effect icons by default
- chore: smaller effect icons & change the max amount to 4
- feat: option for showing effect icon
- fix: compat with newer jei
9.0.1
- chore: update dependencies
9.0.0
- chore: reformat
- port: 1.21
8.0.0
- port: 1.20.4
7.0.1
- chore: new publish script
- fix: #6
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:UqcThEX0:oh7T2tbh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UqcThEX0:oh7T2tbh"
}



