
This mod is a Scavenge Addon that makes a compat between Scavenge & ToughAsNails.
Scavenge can be found here: https://minecraft.curseforge.com/projects/scavenge
ToughAsNails can be found here: https://minecraft.curseforge.com/projects/tough-as-nails
The Block Properties that this mod adds for the ToughAsNails compat:
- require_heat:
Description: Allows to check the Players heat
Parameters:
"disableJEI": (Decides if the Condition is visible in JEI, Default: false) Boolean,
either
- "bigger": (If the PlayerHeat should be bigger or smaller then the requested value, Default: true) Boolean,
- "value": (How much heat is required or not) IntNumber,
or
- "operations": (RegistryName for the Math Operation) Registry Element,
- "jeiDesc": (The Description for the JEI plugin) String,
Incompatible With: None
Type: Condition
- require_thirst:
Description: Allows to Check the Players thirst Level
Parameters:
"disableJEI": (Decides if the Condition is visible in JEI, Default: false) Boolean,
either
- "bigger": (If the PlayerThirst should be bigger or smaller then the requested value, Default: true) Boolean,
- "value": (How much thirst is required or not) IntNumber,
or
- "operations": (RegistryName for the Math Operation) Registry Element,
- "jeiDesc": (The Description for the JEI plugin) String,
Incompatible With: None
Type: Condition
- modify_temperature:
Description:
Parameters:
"disableJEI": (Decides if the Condition is visible in JEI, Default: false) Boolean,
"name": (The Name that the heat modifier should have) String,
"amount": (How much it should increase/decrease, Default: 1) IntNumber,
"rate": (How quickly the HeatEffect should take effect, Default: 1) IntNumber,
"duration": (How long the HeatEffect should last, Default: 20) IntNumber,
Incompatible With: None
Type: Effect
- add_thirst:
Description: Allows to modfiy the Players thirst
Parameters:
"disableJEI": (Decides if the Condition is visible in JEI, Default: false) Boolean,
"thirst": (How much thirst should be added/removed) IntNumber,
"hydration": (How much Hydration should be added) FloatNumber,
Incompatible With: None
Type: Effect