Move config to annotation system
All old configs must be deleted for this to work properly. Since the rest of the update is filled with world breaking changes, this should be fine.
This commit is contained in:
parent
b0404599c2
commit
d587a8c96f
19 changed files with 251 additions and 494 deletions
|
@ -152,7 +152,7 @@ public class RitualFeatheredKnife extends Ritual {
|
|||
|
||||
player.setHealth(health - sacrificedHealth);
|
||||
|
||||
tileAltar.sacrificialDaggerCall((int) (ConfigHandler.sacrificialDaggerConversion * lpModifier * sacrificedHealth), false);
|
||||
tileAltar.sacrificialDaggerCall((int) (ConfigHandler.values.sacrificialDaggerConversion * lpModifier * sacrificedHealth), false);
|
||||
|
||||
totalEffects++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue