File Details
real-survivor-1.8.7
- R
- Jun 20, 2025
- 91.28 KB
- 364
- 1.12.2
- Forge
File Name
real-survivor-1.8.7.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
**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
```