![[DISCONTINUED] Open Your Eye](https://cdn.modrinth.com/data/e39wmLIN/b7e5a7e3d174db67512ff170a5e50e08df6565fc_96.webp)
[DISCONTINUED] Open Your Eye
ArchivedA mod that makes Eyes of Ender a late game item.
Tags
Creators
Details
2.1.0
Compatibility
Required content
Changes
-
Item names changed (nothing should be affected, internal names are untouched)
-
Crafting recipes changed
-
Items now stack to 16
-
Crafting End Sludge (formerly End Matter) now gives two
-
Added alternate crafting recipe for Eye of Ender
-
Changed how giving saturation works for Dragon Soul (formerly Breath of Life)
-
Advancement for crafting Eye of Ender
-
Dragon Soul now gives ambient effects when held
-
Dragon Soul is now a bit more balanced
-
Cleaned up some code
-
Updated readme/description
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:e39wmLIN:z6escGPe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e39wmLIN:z6escGPe"
}
