2.0.3+mod
Compatibility
Changes
-
Infinity now works with tipped arrows / arrows with effects. This is based on feedback from LoudRomance again. They also recommended having infinity work with firework rockets, which I'm actually not opposed to, but for balancing purposes I didn't want to fully implement this yet. I don't know how many people want to use this datapack in a server / PvP setting and I feel like this could mess with balance quite a bit.
-
Please dont hesitate to reach out to me with feedback about this change. Even tipped arrows might end up being too overpowered with this adjustment, but I like the idea of carrying around and storing a bunch of effects for your person.
-
If enough people like / dislike these changes, they will all be implemented into the main pack, or adversely, I will just create an add-on datapack that can be downloaded that will merely overwrite the infinity enchantment and allow those that like this change to use it without restriction. Please let me know.
-
Resource pack with fixed and stylized enchant level icons from Icons is found below. Once again for full functionality please install Icons, then use my fix above it. This will allow enchantment levels above 10 to display correct. And they look amazing!
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Icons Levels.zip | Unknown | 7.1 KiB |
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:LNpO2yWF:rgqO0pkU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LNpO2yWF:rgqO0pkU"
}

