Note that this mod requires UnionLib
Summary
Survive is a mod that adds various features to enhance the difficulty and realism of Minecraft! It adds such features as Thirst, Stamina, and Temperature!
Mechanics
Thirst - You now have a thirst bar positioned above your hunger bar. You must keep it replenished by drinking fluids such as water. The bar acts much like hunger; if you fail to keep it full, you will begin to die of thirst. You can get quickly get water by crouching and right-clicking a water source block or by drinking a bottle of water. However, if you want to avoid the Thirst effect purify the water through smelting or drink a potion. The Thirst effect causes your thirst bar to drop faster, much like Hunger for the hunger bar.
Temperature Mechanics - Your body temperature will be influenced by how hot or how cold your current biome and the blocks around you are. Vanilla armors will increase your temperature as well as how fast you heat up. Wearing wool armor will increase your resistance to cold temperatures, and using stiffened honey armor will improve your resistance to heat. If you get too cold or too hot you will get hypothermia or hyperthermia respectively, which act like poison by killing you until you reach half a heart. By default, your temperature is displayed as a tint on your Hotbar but can be changed to a bar meter atop your screen or number value in the config file.
Sleep/Energy Mechanics - You will now require sleep to function properly. If you refuse to sleep for days at a time, your body will start to shut down. This will lead to debuffs influencing your movement speed and other functions, as well as restricting your vision gradually. You can drink caffeinated/sugary drinks to grant yourself the Energized effect, which reverses tiredness and gives various effects.
Stamina Mechanics - Certain actions you perform in your world will now lower your new stamina bar upon performing. Your stamina can be replenished by standing still, walking rather than running, or laying in a bed. Sleeping fills the meter completely. When you run out of stamina, the meter will turn red and you will see three red stamina slots. This is your reserve stamina, which is a clear indicator that you will die if you work your body much more. Once your reserve stamina runs out, you will swiftly proceed to die of exhaustion.
Config
Each and every mechanic can be disabled in the config file. Some can additionally be altered to change how much certain aspects of the game impact Survive's mechanics.
[As of version 3.1.0 some configurations are bugged or broken but will get fixed in future updates. This may apply to past versions as well.]
Data packs
Items that modify thirst when consumed can be added via a data pack. If you want to add the steak item, in your data pack create a new file, minecraft/survive_drinks/items/steak.json, and paste this into it
{
"thirst": 1,
"hydration": 1.0,
"thirstChance": 1.0,
"isChilled": false,
"isHeated": false,
"isEnergizing": false
}
edit the values to your liking. This also works for modded items, (item namespace)/survive_drinks/items/(item id).json
This also works for potions, but rather than putting it in survive_drinks/items, you put it in survive_drinks/potions
If there is a certain mod you want it's drinks, armor, or blocks to work with this one you can download data packs that other users have submitted. Note that those packs are managed by those users and not me
Potential Features (May come in future updates, but are not confirmed):
- Sanity
- Hygiene
Hey! I love this mod, and would love to play with it, but it sadly crashes my game. I've tried troubleshooting it, but the same issue always arises. I have been playing with the 1.16.5 version, and it just crashes. please help :(
honey armor?
How do I open the config file? for me its just a Java thing and I cant open it
In reply to vrdood2006:
just open it with notepad
This mod would be kind of cool if it weren't for the whole hyperthermia issue. Can't even go down to 11 and mine without baking alive after 30 seconds. I'm sorry but that needs to be fixed asap for this mod to even be usable in any way. There needs to be a way to negate the effects such as a special armor/food/potion. The honey armor is NOT an acceptable fix as it gives you an additional 30 seconds at most but I don't even think its that much. I am basically forced to remove/deactivate this mod because of this issue.
Can you remove the energy type pls
In reply to bionicjake:
What do you mean. If you mean stamina, it can be disabled in the config file
In reply to Stereowalker:
How do disble things in the config file.
In reply to bionicjake:
do /config showfile survive COMMON
In reply to alexthedolphin0:
But that doesn't get rid of the stamina.
In reply to bionicjake:
go into the config, then disable stamina. under the part that says stamina, set true to false
Any chance of a Fabric version? If not is there anything similar I can download to compensate? Thanks.
In reply to onetruekingcurlywurly:
If there's to be a fabric version, I won't be the one to do it. Anyone who wants to port the mod to fabric can contact me. I don't know any mod similar to this one on fabric
In reply to Stereowalker:
There is a mod called Dew, it doesn't include heat though.
I tried running Survive v1.16.5 through Forge, and I get this error:
In reply to AugoeidesGaming:
Not here, use the issue tracker for the mod
Is it possible to change the values of food, potions, armour, etc... using CraftTweaker rather than using datapacks?
In reply to wwmunsb:
Not currently, but it's something I could look into
A new update and still no fix for the temperature, anyway for anyone who wants a better temperature mod you can use Survival Overhaul but make sure to turn off the Temp addon from here, It's much better IMO. It should work fine here or TaN, but I prefer this one cuz you can edit the config for the food and thirst
Survival Overhaul
In reply to Lt_Fairace:
The new update focused on the datapacking feature of the mod. There were little to no temperature related changes made