Skip to content

Commit e9e083c

Browse files
committed
fix
1 parent fb10ddb commit e9e083c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/main/java/com/robertx22/age_of_exile/capability/player/data/PlayerBuffData.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import net.minecraft.world.effect.MobEffect;
1414
import net.minecraft.world.entity.LivingEntity;
1515
import net.minecraft.world.entity.player.Player;
16+
import com.robertx22.age_of_exile.mmorpg.SlashRef;
1617

1718
import java.util.*;
1819
import java.util.function.Supplier;

src/main/java/com/robertx22/age_of_exile/database/data/stats/Stat.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ public enum MultiUseType {
9494
this.tooltipPrefix = tooltipPrefix;
9595
this.tooltipPrefixLess = tooltipPrefixLess;
9696
}
97+
98+
public String getLocName(){
99+
if ()
100+
}
101+
97102
}
98103

99104
/*

0 commit comments

Comments
 (0)