All versions
0.0.1
Alpha
Nafe's End Update 0.0.1last year 63
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Forge
Supported environments
Client and server
Changes
Version 0.0.1
Features:
- The enderdragon inflicts the Miting effect if it hits you with its head. The miting effect causes all nearby endermen to attack you, even if you didn't look at them.
- Added Verdant Chrous Fruit, which is like chorus however does not teleport you, instead you brew it with an awkward potion to create potions of remaining which prevents the player from being teleported by chorus fruit. Verdant chorus fruit can also be popped and turned into Jaedum, a green purpur block.
- Added the teleporter item, which can be crafted with 3 echo shards, an ender pearl, and a nether star. This item allows you to teleport back to its use location. You must use this on the teleporting anchor, crafted with andesite and echo shards.


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:dK9QMgxn:urSxn4R9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dK9QMgxn:urSxn4R9"
}

