1.18.2-4.3.0.1-release
Compatibility
Required content
Changes
[4.3.0.1]
- Fix for Blazerite and Enderite weapons.
[4.3.0.0]
-
Internal rework.
-
Multiple fixes.
[4.2.0.6]
- Minor fixes.
[4.2.0.5]
-
Adds Effect for Prismarite : Prevents Elder Guardian from inflicting the mining fatigue effect.
-
Adds Effect for Featherite : Levitation effect immune.
[4.2.0.4]
-
Added effects for Echorite (Still WIP) (More effects to come in 1.19).
-
Fix the crash with Optifine.
[4.2.0.3]
-
Add again the recipes for shields and crossbows.
-
Changes how Fortune bonus is added(Golderite&Corrupterite). Supposed to fix (all?) old bug & incompatibility.
-
Adds Echorite. (WIP)
[4.2.0.2]
-
Shields can now be decorated with a banner.
-
Add Japanese (ja_jp) translation. (samebaga1).
[4.2.0.1]
- Shields & Crossbows are back.
[4.2.0.0]
-
1.18.2 update.
-
Phanterite tools&weapon : now detects enemies instead of monsters.
[4.1.0.0]
-
Fix Horse Armor.
-
Change Phanterite Glowing Effect. (Now it detects monsters around)
-
Add Compatibility for Upgraded Tools.
[4.0.0.1]
- Minor fixes.
[4.0.0.0]
-
Initial 1.18.1 port
-
Crossbow and Shield removed due to Minecraft code change.
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:7seKMZeT:D37wnI6p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7seKMZeT:D37wnI6p"
}


