Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
1.0.0 Release!
Useless Items are useful now!
The Fletcher Table, the Poisonous Potato, and the Glistering Melon Slice now have a second life!
- The Fletcher Table is now functional. Use it to craft arrows (8 instead of 4 from the workbench). Also, use simple potions when crafting arrows to apply an effect to them!
- Poisonous Potatoes can be used to create a poison potion (albeit for a short time).
- The Glistering Melon Slice can be eaten! It will provide regeneration for 10 seconds after eating.
A few small changes
Mangrove Roots can be used to create sticks, and Echo Shards and Bottles can be used to create Experience Bottles.
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:lVMspDUN:74cCLTIN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lVMspDUN:74cCLTIN"
}

