
This mod is a Scavenge Addon that makes a compat between Scavenge & Scaling Health.
Scavenge can be found here: https://minecraft.curseforge.com/projects/scavenge
ScalingHealth can be found here: https://minecraft.curseforge.com/projects/scaling-health
The Block Properties that this mod adds for the Scaling Health compat:
- require_difficulty:
Description: Allows to check for the ScalingHealth Player Difficulty. Converted to full numbers
Parameters:
"disableJEI": (Decides if the Condition is visible in JEI, Default: false) Boolean,
"multiplier": (Option to increase the Visible Data for the Math Operation, Default: 1.0) FloatNumber,
either
- "bigger": (If Difficulty is should be bigger or smaller then the requested amount, Default: true) Boolean,
- "value": (How much difficulty should be required or not, Default: 0) IntNumber,
or
- "operations": (RegistryName for the Math Operation) Registry Element,
- "jeiDesc": (The Description for the JEI plugin) String,
Incompatible With: Duplicate(Partly)
Type: Condition - add_difficulty:
Description: Allows to Change the ScalingHealth Difficulty
Parameters:
"disableJEI": (Decides if the Condition is visible in JEI, Default: false) Boolean,
"amount": (How much the difficulty should be changed) null,
Incompatible With: None
Type: Effect