Jump to content

Recommended Posts

Posted

Based on this Minecraft rarity, I'm going to create my own rarity.

 

Rarity.java

package net.minecraft.world.item;

import net.minecraft.ChatFormatting;

public enum Rarity implements net.minecraftforge.common.IExtensibleEnum {
   COMMON(ChatFormatting.WHITE),
   UNCOMMON(ChatFormatting.YELLOW),
   RARE(ChatFormatting.AQUA),
   EPIC(ChatFormatting.LIGHT_PURPLE);

   public final ChatFormatting color;

   private Rarity(ChatFormatting p_43028_) {
      this.color = p_43028_;
   }

   public static Rarity create(String name, ChatFormatting p_43028_) {
      throw new IllegalStateException("Enum not extended");
   }
}

 

However, after creating it, when I tried to give it to the item, it came up with a problem

NijiRarity.java

package com.ocome.nijisanjiworld.item.tool;

import net.minecraft.ChatFormatting;
import net.minecraftforge.common.IExtensibleEnum;

public enum NijiRarity implements IExtensibleEnum {
    COMMON(ChatFormatting.AQUA),
    UNCOMMON(ChatFormatting.YELLOW),
    RARE(ChatFormatting.AQUA),
    EPIC(ChatFormatting.LIGHT_PURPLE);

    public final ChatFormatting color;

    private NijiRarity(ChatFormatting p_43028_) {
        this.color = p_43028_;
    }

    public static NijiRarity create(String name, ChatFormatting p_43028_) {
        throw new IllegalStateException("Enum not extended");
    }
}

 

The problem is.

Error: Incompatible type: Cannot convert NijiRarity to Rarity:

This is it.

Why is it not applicable?

 

public class Item_Custom_Pickaxe extends PickaxeItem {
    public Item_Custom_Pickaxe() {
        super(NijiTiers.OCOME, 1, -2.4F, new Properties().tab(OcomeNiji.OCOMEMOD_TAB).rarity(NijiRarity.EPIC));
      											  =======Error======
    }
}

I added it this way with a pickaxe.

please help me :(

 

  • 4 months later...
Posted (edited)

You need to use a normal class and the create function in Rarity.java like this:

public static final Rarity RARITY_NAME = Rarity.create("rarity_name", ChatFormatting.COLOR);

and if you want you can add

"rarity.rarity_name.name": "Rarity Name"

to your language file to make your rarity compatible with my rarity tooltip system, but this would only make sense when you're using 1.18.1 and please do what @diesieben07said and learn basic Java before you try making your own mod and if you don't want to learn basic Java but still want to make your own mod try using MCreator even tho you don't have any rights to your mod if you use MCreator.

Edited by Leon Henning
  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • TℰℳU Coupon Code $100 Off [acu639380] First Time User Unlock Huge Savings:  TℰℳU Coupon Code (acu639380) for June 2025  TℰℳU is transforming the way the world shops—and June 2025 delivers its boldest offers yet. With the exclusive  TℰℳU coupon code (acu639380), you're entering a world of rewards: from a $100 discount to premium coupon bundles, it's your passport to smart, stylish savings. The  TℰℳU Advantage in June 2025  TℰℳU is known for redefining affordability and access. With unbeatable prices across trending categories—from fashion to electronics—it now delivers to 67 countries with speed and reliability. But this month, it’s not just about what you buy. It’s about how much you save. With  TℰℳU coupon code (acu639380) in hand, your savings soar. Instant Rewards with  TℰℳU Coupon Code (acu639380) If you haven't activated this exclusive code, here's what you're missing: $100 Off for first-time users $100 Off for returning customers 40% Off on sitewide items Free gifts for new sign-ups $100 Coupon Bundle available for all users What Makes  TℰℳU Coupon Code (acu639380) Unique? This code is designed to reward all shoppers—first-timers and loyal fans alike. Here’s how each discount delivers:  TℰℳU coupon code (acu639380) $100 off: Best for newcomers stocking up.  TℰℳU coupon code (acu639380) $100 off for existing users: Returning shoppers save big.  TℰℳU coupon code (acu639380) 40% off: Big savings on trending picks.  TℰℳU $100 coupon bundle: Split savings across several purchases.  TℰℳU first time user coupon: Ideal to kickstart your shopping spree. Global Value, Personalized Access  TℰℳU isn't just generous—it’s international. Whether you're in a Toronto high-rise or a Yorkshire farmhouse, the  TℰℳU promo code (acu639380) unlocks smart deals and chic finds. Coupon Code Highlights by Country  TℰℳU coupon code $100 off for USA – (acu639380)  TℰℳU coupon code $100 off for Canada – (acu639380)  TℰℳU coupon code $100 off for UK – (acu639380)  TℰℳU coupon code $100 off for Japan – (acu639380)  TℰℳU coupon code 40% off for Mexico – (acu639380)  TℰℳU coupon code 40% off for Brazil – (acu639380) Why  TℰℳU is the Marketplace of the Moment Unbeatable prices: Save up to 90% every day Worldwide reach: Ships to 67 countries New promotions: Fresh  TℰℳU new offers in June 2025 Fast, free delivery: No matter where you are FAQ: Maximize Your  TℰℳU Experience What’s the best  TℰℳU discount in June 2025? The top offer is  TℰℳU coupon code (acu639380) $100 off, for both new and existing users. Can I use these deals worldwide? Yes. The  TℰℳU discount code (acu639380) for June 2025 is valid in North America, South America, Europe, and Asia. Can I combine discounts? Absolutely. Pair your  TℰℳU $100 coupon bundle with seasonal deals for extra savings. Final Takeaway Smart shopping isn’t just about what you add to your cart—it’s about how you unlock value. With  TℰℳU coupon codes for new users,  TℰℳU coupon codes for existing users, and exciting June 2025 promotions, the best time to save is now. Don’t wait. Use  TℰℳU coupon code (acu639380) today to claim your rewards and transform the way you shop. New offers, global access, and exclusive savings await.  
    • I used the Temu coupon code acu639380 and got a $200 discount bundle. Works for new and existing users in the US and Canada. Free shipping included. Just enter the code at checkout.
    • Maybe the server or a java instance is still running in background - so restarting the server after the crash results in the "failed to bind port" error   The crash itself points to jvm.dll - so something on your system prevents java from working - maybe the antivirus program, firewall or something else - I have no idea
    • One strange thing I have noticed is this: The server runs fine for an hour or so, then crashes and doesn't even start anymore. However, if I restart the server pc it runs again for an hour. Isn't it some error related to some kind of cache?
    • I think "ext.mappingsChannel" refers to a potential "ext" property of "minecraft", and that you need to start with the project. Try mappings channel: stuffiesss.ext.mappingsChannel, version: stuffiesss.ext.mappingsVersion  
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.