All versions
1.0.22
Release
Nautalus 1.0.222 years ago 253
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Sporemonger Entity
- Pink Petal Item
- Spores Item
- Sporeling Entity
- Sweet Berry Bushes now spawn in the Tropic Biome
- You can now throw the Boomerang Fish
- Chlorophyll and Ectoplasm can now be crafted into Chlorophyte Bars
- Chlorophyte Armor + Tools
- Sharks now drop the Shark Tooth Item more frequently
- Sharks now have a small chance to drop a Shark Head, which scares away Pirates
- Fixed: Errors in the way pirate models render
- Fixed: Wasps poison players for longer than intended
- Greatly improved the way Chum Blocks function
- Knight Crabs now despawn after defeating the King Crab Boss
- Shark's Grace Enchantment can now be given to swords and increases damage to Pirates
- Plumeria Bushes (can be found in the Tropic Biome)
- Potion o' Phosphorescence (Gives the player the Glowing Effect, and Night Vision Effect)
- Fixed: Any planks can now be used to craft chests and crafting tables
- Sleeping Bags (Can set a temporary spawn point)
- Shrines can now enchant armor (Relic Armors cannot be enchanted)
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:tPlCfQmu:OlDTZc1J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tPlCfQmu:OlDTZc1J"
}

