Tags
Creators
Details
1.0.4
Compatibility
Changes
Added a Bunch of New Features!
-
Added the Glowstone Pouch. This lets you throw some light into dark places!
-
Added Honeybread! This gives a new use for honeycomb, and is crafted with bread and honeycomb.
-
Added the Fishing Net and Upgraded Fishing Net! This allows you to fish without having to be there! Crafted with 3 Oak Slabs and 3 String.
-
Added the enchantment Harvest Touch! This enchantment allows you to automatically have a chance at replanting a crop! Levels I - V.
-
Added the enchantment Sapping Strike! This enchantments has a chance to increase your hunger bar when striking an enemy. Levels I-II
-
You can now right click a campfire with a fire aspect weapon to light it! Just some parody between Bedrock Edition :D
Changed Watchtowers!
They now have a chance to spawn in ruined condition, and spawn a lot less frequently.
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:IhVMxNup:nV7K4DOV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IhVMxNup:nV7K4DOV"
}

