1.1.0
Compatibility
Changes

Changelog
--Additions--
-Added new villager profession, "Survivalist Of The Corrupted" along with its trades. -Added new generation properties for the "Untextured Block" you will see it a lot more frequently now. -Added new item, the "Corrupted Gem". Used for trades and repairing items. -Added new banner pattern, just the untextured texture slapped on a banner. -Added new Untextured Pickaxe to be paired with the Untextured Sword. -Added new Untextured Chestplate and Helmet. -Added new Untextured Launcher, launches fire projectiles which are very OP. -Added the Corrupted Ore that drops the Corrupted Gem. -added new Eerie Dimension, the frame is cobblestone and the ignitor is the Eerie Ringer. (also new item) -Added new mob, The Source Of The Apocalypse. -Added new painting, "Spreading"
--Removals--
Removed the "Audio Disc". Removed the structure, "The Base". (it was causing bugs in MCreator but dw there will be a replacement.) i think there was other stuff i removed but i forgot what it was so uhm sorry!
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:4qm20NQO:eQKr7uTF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4qm20NQO:eQKr7uTF"
}

