All versions
2.3
Release
Scape and Run: Meshi 2.32 weeks ago 6,300
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
2.3 - Thank you for 100K downloads! (50K on Modrinth, 100K on Curseforge)
At Bilebirda's request...
- "Grilled Hijacked Growth" → "Broiled Hijacked Parts"
- Broiled Hijacked Parts moved from main module to FDL module
- Grilled Hijacked Growth moved from FDL module to main module
FDL module:
- Added hunting drop rewards for:
- Dispatchers
- Beckons
- Dispatcher Tendrils
- Biomass (From any source, including Beckons and Summoners)
- Buffed Assimilated Squid hunting drop rates
- Buffed Primitive Devourer hunting drop rates
- Added Biomass from Biomass... What?
- Not edible by itself.
- Biomass can be used in an alternative recipe for Summoner Jelly, in place of slimeballs.
- It can be cut for 1 slimeball at a cutting board
- Can also be obtained by cutting the Biomass Block itself for 4 Biomass
- Chance to obtain from cutting Beckon/Dispatcher loot
- Bulk-cooking for Summoner Jelly
Backend:
- Now compiled against S&R:P 1.10.7
- Now compiled against FDL 1.1.3-fix1
Supplementary resources
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:uzPypHse:8KryN3ZJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uzPypHse:8KryN3ZJ"
}


