58additions
Compatibility
Required content
Changes
What's New ?:
-
added the "Armor Stand Thing" a new hostile entity spawning in the farland houses, it will attack you if you stay near it for too long, or attack it. It will also respawn in the said house whenever it is defeated. If you deafeat it, it will drop pieces of chainmail armor.
-
added the potion of "insomnia" rendering you unable to sleep in a bed at all, this effect can only be cleared with a bottle of honey, and it cannot be cleared at all in the farlands.
-
fixed a few bugs with the amalgam.
-
added the new items to the masks n glory item tab.
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:sHZlXuMx:6vzCDttr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sHZlXuMx:6vzCDttr"
}


