All versions
0.8
Release
let_me_free.jar 0.8last month 4,205
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
- 2 random items when killed entities (from mod), recommended by @seniormert on Discord
- Sandwich, recommended by gdsjkubv_91206 on discord
- Mistake entity fixes + slightly changes, bug reported by @frenchfrisauce don Discord
- Items won't appear after being "stolen" by the mod, reported by @polniy_zavoz on Discord
- Some events removed
- The warning screen at start being replaced by security menu
- Stalker, Nightmare, Double, Run and Mistake have been updated with new mechanics and somewhat skins
How to create sandwich
- On the first row you need 3 bread
- On the second row you need a cooked meat, vegetable and cooked meat
- On third row you need 3 bread
Spoiler

How to create the hidden item
- On the first row you need a tear from Ghast
- On the second row you need a red dye
- On the third row you need an item dropped from an entity from the mod!
Spoiler
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:SU1W9mp0:spCb2mbY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SU1W9mp0:spCb2mbY"
}

