Links
Tags
Creators
Details
Licensed ARR
Published 10 months ago
Updated last month
All versions
22.1a-PRE3
Beta
Flesh Eye3 months ago 8
Compatibility
Minecraft: Java Edition
26.2-snapshot-5
26.1.x
1.21.11
Platform
Data Pack
Changes
- Short and tall grass no longer drop wheat seeds.
- Zombies and Creepers can now drop 1-5 wheat seeds when killed by a player that has collected up to 9 Seeds.
- Increased material cost for flesh bag.
- Slightly increased the damage of the flesh bag.
- Added a advancement to hint at the flesh bag function.
- Brick tools (made with stone tools sorrounded by 8 stones):
- No longer give slowness.
- Can now serve as a provisory shield.
- Do more damage.
- Break after being used to hit a mob.
- Really small feature added to the wooden strike tools (made using sticks, planks and a wooden tool).
- Added flesh eye:
- Crafted usign rottent flesh, bone, and ender pearl.
- Can register the player.
- When used, it teleports the registerd player to the sorroundings of the using player.
- Clavis ad Vinculum:
- Chance of being consumed reduced from 10% to 2%.
- Can now transport the players vehicle with the player.
- Fix small oversight that allowed calling players to recive each other.
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:9DyC9ERT:8SF5hWLn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9DyC9ERT:8SF5hWLn"
}

