Started by
Pikaxe
on
Topic category: Help with Minecraft modding (Java Edition)
I tried to create a new rarity for my Minecraft mod, but the console does not stop telling me errors
Here is the code I applied:
public class Legendaryrarity { public static EnumRarity LEGENDARY = EnumHelper.addRarity("LEGENDARY", TextFormatting.YELLOW, "Legendaire") ;