Tags
Creators
Details
1.7.0-1.18.2
Compatibility
Changes
Content
Watering Can
New watering can items and blocks have been added, which are a mid-game version of bone meal. It is available in different materials, which all have different capacities.
Craft a copper watering can, place it in water and wait until it has been filled up. If it contains water, make sure not to break it, but pick the block up. Now it can be used like bone meal until it is out of water.
To increase the capacity, simply use the watering can with the next material, to craft its better version [Copper < Iron < Gold < Diamond].
Improvements and Features
Improved Flying restriction handling
Due to the harshness of the old flying restriction handling, improvements have been made. The bad flying condition will now apply only if all criteria have been met.
- Rain or Thunder (bad weather)
- Flying player is above safe height (default is above 3 blocks above ground, but can be changed with config)
- No roof is above the player
The player won't lose the Fall Flying state instantly, but gets an additional down force applied while flying. This way, experienced players can still land safely on the ground or alter their altitude to a safer height.
Drag bodies feature
This new feature allows players to pull bodies from the Revive Mod. Simply take a shovel or any other tool, which has been added to the corresponding item tag .json file, and use it on the hit box of the body (usually located at the feet).
Keep in mind that pulling bodies takes up a lot of durability!
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:bwKDcyDE:4YUES8wW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bwKDcyDE:4YUES8wW"
}

