All versions
0.2.0
Release
The second version — adds 4 features7 months ago 227
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
Initial Release (0.2.0)
Features
- Keep Experience: Retain XP level on death
- Auto-Smelt Ores: Iron/Gold/Copper drop ingots directly (configurable multiplier)
- Tree Chopper: Break one log, entire tree falls (configurable limit)
- Item Magnet: Pull items from 5 blocks away
- Infinite Durability: Tools never break (toggleable)
- Instant Eating: Remove eating animation (toggleable)
- Auto Plant: Walk on farmland to auto-plant seeds (toggleable)
- Auto Feed: Automatically eat when hungry (toggleable)
- Magnet Whitelist: List of item IDs to attract (e.g., minecraft:diamond, minecraft:iron_ingot). Leave empty to attract all.
- Magnet Blacklist: List of item IDs to ignore (e.g., minecraft:cobblestone). Blacklist has priority over whitelist.
- Death Coordinates: Display coordinates in chat when you die
- Quickly go home: Let you get home quickly from far away
Usage
- Press Y (default) to open config GUI
- Or edit
config/easysurvivalmod.jsonmanually - Use
/es reloadto reload config in-game
Requirements
- Fabric Loader (1.20.1)
- Fabric API
- Cloth Config API
Optional
- Mod Menu
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:nKaxrEDB:iNoDg1FT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nKaxrEDB:iNoDg1FT"
}

