Hit Streak Mod
Keeps track of how many times you have consecutively hit an entity without being hurt. This mod is made for Forge, however a Fabric version may be soon to come!
Plates and Streak Boost
Different plates appear behind the streak text, depending on what the current streak is. A streak of 1-4 is wooden, 5-9 is iron, 10-24 is gold, 25-49 is diamond, 50+ is netherite.
The streak boost is a status effect that gives a strength amplifier to the player. The amplifier is calculated by multiplying the streak level by the value of streakDamageBoostAmount (see below).
Configurations
This mod is meant to be primarily configured from the .toml file located at <Minecraft Instance>\config\hitstreak-common.toml Below is an explanation of each different configuration found in the file:
isModOn : Whether or not the mod is on.
isEffectOn : Whether or not the streak boost is on.
streakDamageBoostAmount : Set to 5 by default. percentage of strength increase. 5 is 5% more damage times the streak level.
eraseStreakTime : Set to 15 by default. How long before the streak times out and deletes itself.
isEraseStreakTimeExponential : Set to true by default. The eraseStreakTime will increase exponentially depending on what the current streak is.
hudLocation : Where to place the streak indicator. 0 = hotbar, 1 = top left, 2 = top right, 3 = top middle, 4 = bottom left, 5 = bottom right.
hudXPosition : Set to 5 by default. Where on the x-axis to move the hud. (Can be negative).
hudYPosition : Set to 5 by default. Where on the y-axis to move the hud. (Can be negative).
Important Notes
This mod is made to be only run on Forge.
If played on a server, both the client and server must have it installed to work properly.
Feature requests are always accepted! If you have any idea, privately message me, or add a comment to the page.