All versions
1.8.7
Release
real-survivor-1.8.7last year 136
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Update RealSurvivor 1.8.7
- Added a new icon
- Completely overhauled the process system: the multiplier value (1 to 3) in the settings has been removed and replaced with integer tick values ranging from 60 ticks to 5000 ticks
- Added command system:
/realsurvivor set energy [value] | Set player energy value from 0 to 20
/realsurvivor set excretion [value] | Set player excretion value from 0 to 20
/realsurvivor set dirty [value] | Set player dirty value from 0 to 20
/realsurvivor config disable | Disable the mod
/realsurvivor config enable | Enable the mod
/realsurvivor config disable energy | Disable energy system
/realsurvivor config enable energy | Enable energy system
/realsurvivor config disable excretion | Disable excretion system
/realsurvivor config enable excretion | Enable excretion system
/realsurvivor config disable dirty | Disable dirty system
/realsurvivor config enable dirty | Enable dirty system
/realsurvivor config set energyTick [value] | Set energy tick value between 60 and 5000
/realsurvivor config set excretionTick [value] | Set excretion tick value between 60 and 5000
/realsurvivor config set dirtyTick [value] | Set dirty tick value between 60 and 5000
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:YM6PX4HB:m5BfpgCS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YM6PX4HB:m5BfpgCS"
}

