Tags
Creators
Details
1.1
Compatibility
Required content
Changes
MAIN: DELETE PREVIOUS CONFIG It's mostly bug fixes and tweaks (there are still things that are WIP). Also balance changes. I don't remember much that I changed, but here is the list of changes that I remember:
- Recipes are now available;
- Two new effects: Flesh Rage, GOH;
- Slowed down spaun mobs;
- New sounds when moving to the next stage;
- Change some visual effects;
- Fixed the problem with server crash;
- New abilities for incubators;
- New general abilities for flesh entities;
- Improved spreading (Very wip still);
- Now if you are affected by the Paralysis effect, Infectors no longer update it, but just add 0.5 seconds to it;
- Flesh Mutant now has a 25% chance of not being knocked back. Also, Flesh Mutant's starting speed has been reduced;
- Flesh Justice will now take 2 cocoon charges when spawning Enlightenment category mobs. Mobs now have a certain chance to appear from the cocoon with the effect of "Flesh Rage". Now the frequency of Flesh Justice spawns depends on the phase;
- Characteristics of some mobs have been changed;
- Flesh Community now gets a new multiplier from Fire of Phase;
- Incubators now destroy blocks when spawning. Embryo - 3x3 to 50 hardness. Enlightenment - 5x5 to 50 hardness;
- Flesh Entities now despawn after time;
- And some other changes I don't remember :)
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:sGz64mG6:pjL6b4sH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sGz64mG6:pjL6b4sH"
}


