1.6.0.5.11
Compatibility
Changes
Added iron rose, found in taiga, old growth spruce taiga and dark forest
Added iron thorn, which is a throwable object crafted from an iron rose, its scuffed tho and has a high likeliness of applying its effects (poison and intense gravity) to the user
Added rose iron, an ingot made from an iron ingot and two iron thorns (equals one rose)
Added thornblade, a sword crafted from an iron sword and two rose iron ingots, applies poison and intense gravity on hit for a few seconds
Added iron thorn scythe, which adds the same effects on hits but deals more damage for reduced attack speed\
Plans:
Fixing the thorn
Adding a special biome themed around these new additions
Adding more twisting prisms, more potion lenses and some more mystical stuff in relation to the eerily familiar (dimension that doesnt offer anything because I still couldnt get its intended use done as of now).
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:BNGeoXs8:Iu3po93V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BNGeoXs8:Iu3po93V"
}

