1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Make field static

This commit is contained in:
Senne 2021-10-23 14:05:40 +02:00
parent 42e647020f
commit cd76f924d0
No known key found for this signature in database
GPG Key ID: EA68733326BBA376

View File

@ -39,8 +39,8 @@ import io.github.thebusybiscuit.slimefun4.utils.SlimefunUtils;
public class Talisman extends SlimefunItem {
protected static final ItemGroup TALISMANS_ITEMGROUP = new ItemGroup(new NamespacedKey(Slimefun.instance(), "talismans"), new CustomItemStack(SlimefunItems.COMMON_TALISMAN, "&7Talismans - &aTier I"), 2);
private final String wikiPage = "Talismans";
private static final String wikiPage = "Talismans";
private final SlimefunItemStack enderTalisman;
protected final String suffix;