- minecraft Forge 1.16.5 - 35.1.4
This is my own take on a Tough As Nails type of Minecraft mod. This mod adds thirst and hyperthermia and hypothermia depending on what biome you're in. If you wish to play on this mod, then please keep in mind that this version is kind of more tedious than fun.
- added a thirst effect from drinking from water source blocks
- added thirst effect saver
- added ability to drink from water source blocks
- added the ability for fire resistance potions to negate heat damage
- added a temperature saving system
- finalized temperature overlay
- finalized temperature overlay's opacity slope
- changed hot and cold gradient
- changed delay for body temperature change
- created the render logic for temperature overlays
- added blur for freezing and burning overlays
- added burning and freezing overlays
- heat damage
- cold damage
- Temperature rise and fall logic
- Added basic biome checker logic
- Added a cheecky missing biome (GIANT_TREE_TAIGA_HILLS)
- Finished biome temperature registries
- added temperature registries for biome 160 to 173 (numerical id)
- removed isIncreasing scale and refactored all current temperatures for current biomes
- added temperature registries for biome 21 to 158 (numerical id)
- removed god apple, enchanted god apple and chorus fruit juice class & swapped it with advanced juice class
- added advanced juice abstract class (for custom juices with custom effects)
- changed the juice items in ItemInit accordingly
- added temperature registries for biome 16 to 20 (numerical id)
- added back accidentally deleted bamboo filterer item
- removed all unnecessary juice classes
- converted all drinkables in ItemInit to a JuiceItem
- added JuiceItem class
- added temperature registries for biomes 6 to 15 (numerical id)
- added ocean, plains, desert, mountains, forest and taiga temperature registries
- added temperature increase/decrease
- added golden carrot juice lang
- made a custom temperature register (for each biome)
- added crafting for all the juices
- Added lang for all the juices
- Added ability for Chorus Fruit Juice to teleport you randomly
- added enchanted golden apple juice glint
- made juices texture
- added juices textures
- added registered the juices
- added apple juice
- added beetroot juice
- added carrot juice
- added chorus fruit juice
- added enchanted golden apple juice
- added golden apple juice
- added golden carrot juice
- added melon juice
- added sweet berry juice
- purified water lang
- purified water texture
- added the ability for lily pad filterer to give purified water
- added purified water bottle
- changed up the drink water bottle event
- added honey to the drink water bottle event
- added bamboo filter recipe
- added bamboo filter textures
- added bamboo filter lang
- added new bamboo filterer (basically a portable lilypad filterer with limitations)
- added bamboo filterer full state
- added bamboo filterer empty state
- changed the lilypad filter model abit
- added dirty water animations
- added clean water animations
- added lilypad filterer crafting recipe
- added lilypad filterer to the lang
- added an addWater method
- finished the lilypad filterer logic
- added block models
- removed tile entity (probably would add back later)
- changed textures
- added functionality to lilypad filter (HEAVILY BUGGED)
- added proccessing and proccessed block states in lilypad filter system
- added tile entities for proccessed and proccessing block states in lilypad filter system
- added loot tables for proccessed and proccessing blcok states in lilypad filter system
- tweaked the lilypad filter model a bit
- added block for the lilypad filtration system inspired by this
- added model for the lilypad filtration system (subject to change)
- added ModBlock register
- bobbing effect looks nicer
- added ability for half water icon to show movement every bob
- animated frames last for a bit longer
- added bobbing effect to water icons (depending on how low the thirst is correlates to the frequency of the animation)
- finally fixed the saving system (hopefully won't break again)
- fixed bug where thirst was depleting in creative mode
- fixed bug where thirst would deplete in peaceful mode and kill you on easy and normal
- fixed up thirst saving system
- all thirst related bugs (probably) fixed
- balanced dehydration
- fixed player not being damaged when suffering from terminal dehydration bug
- bug fixes in dehydration logic
- attempt to balance the dehydration amount
- gave thirst its own exhaustion (so it no longer piggy-backs off of whenever the hunger bar changes)
- fixed player not healing bug
- added the ability to regain water by drinking out of a bottle
- fixed the bug were as soon as you respawn, you instantly loose half a thirst
- Thirst bar & thirst logic
- placeholder Item
- Item group
- death resets thirst
- health wont restore until both hunger & food are both maxed out
- initial commit & created mod workspace