Stronger Creaking
Makes the creaking deal more damage
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
Stronger Creaking
Stronger Creaking
> Makes the Creaking deal more damage
How damage is calculated
Damage is calculated using the formula: (base-damage*damage-multiplier)+addition-multiplier
config.yml
``` #Multiplies the creaking's damage by the multiplier damage-multiplier: 1.5 #Adds to the creakings damage (You can choose which one you want to use, but make sure to set the multiplier to 1.0, or 0.0 to disabe it) addition-multiplier: 0.0```