1.3.0
Compatibility
Changes
v1.3.0 - SUPER random update. New workbench block, the desalinator! Craft it with restone dust, magnesium ingots and iron ingots, and then simply input both a water and lava bucket, and get back salt and 2 iron buckets in return! Salt can be crafted with any cooked meat to produce either salted meat, or salted fish, both of with have slightly buffed saturation and health increase than their unsalted counterparts.
A new nether biome, called the Sheol Plains, has been added, sporting new structures, blocks and eerie fog.
And finally, gunpowder packets, (crafted using gunpowder and paper) and hand canons (crafting using pomegranate, planks and sticks) have been added, allowing you to launch a deadly, powerful attack towards any enemies and span a large area with a projectile, without destroying or setting alight any blocks! It is pure damage.
I had a lot of fun with this update and I hope you guys do to!
Also, there is now an experimental mob called the 'Kajumba'. You can obtain its spawn egg via commands or the creative inventory, and right now it is bugged which is why it hasn't been implemented into survival yet.
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:6kzY9Uhf:hEUNgnEI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6kzY9Uhf:hEUNgnEI"
}

