Jump to content

Recommended Posts

Posted

Manage to find a way out but isn't perfect since if i get the item from creative menu it wont came with the Attribute Modifier.

 

ItemStack swordStack = new ItemStack(TutorialItems.super_cheaty_sword);
swordStack.setStackDisplayName("Not a cheaty sword");
final UUID ATTACK_DAMAGE_MODIFIER = UUID.fromString("CB3F55D3-645C-4F38-A497-9C13A33DB5CF");
final UUID ATTACK_SPEED_MODIFIER = UUID.fromString("FA233E1C-4180-4865-B01B-BCCE9785ACA3");
swordStack.addAttributeModifier(SharedMonsterAttributes.ATTACK_DAMAGE.getAttributeUnlocalizedName(),
        new AttributeModifier(ATTACK_DAMAGE_MODIFIER, "Weapon modifier", (double)40, 0),
        EntityEquipmentSlot.MAINHAND);
swordStack.addAttributeModifier(SharedMonsterAttributes.ATTACK_SPEED.getAttributeUnlocalizedName(),
        new AttributeModifier(ATTACK_SPEED_MODIFIER, "Weapon modifier", (double)10, 0),
        EntityEquipmentSlot.MAINHAND);
String[] cheatySwordCraft = {"CCC", "CDC", "CCC"};
GameRegistry.addShapedRecipe(swordStack, cheatySwordCraft[0],
        cheatySwordCraft[1], cheatySwordCraft[2], 'C', TutorialItems.custom_item, 'D', Items.DIAMOND_SWORD);

 

Can someone help me with the creative tab issue?

 

Source:

Posted

Override

Item#getAttributeModifiers

to do the following:

  • Call the super method.
  • Check that the
    EntityEquipmentSlot

    argument is

    EntityEquipmentSlot.MAINHAND

    .

  • If it is, replace the modifiers with the IDs
    Item.ATTACK_DAMAGE_MODIFIER

    and

    Item.ATTACK_SPEED_MODIFIER

    (use the existing fields rather than calling

    UUID.fromString

    ) in the

    Multimap

    with your own modifiers.

  • Return the
    Multimap

    .

 

I have an example of this here.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Posted

Thank you, it worked here but i had to reimplemented like this since i was recieving errors from the java lambda expression not being supported.

 

private void replaceModifier(Multimap<String, AttributeModifier> modifierMultimap,
                             IAttribute attribute, UUID id, double multiplier) {
    // Get the modifiers for the specified attribute
    final Collection<AttributeModifier> modifiers = modifierMultimap.get(attribute.getAttributeUnlocalizedName());
    AttributeModifier selectedModifier = null;
    for (AttributeModifier modifier: modifiers) {
        if (modifier.getID().equals(id)) {
            selectedModifier = modifier;
            break;
        }
    }
    if (selectedModifier != null) {
        modifiers.remove(selectedModifier);
        modifiers.add(new AttributeModifier(selectedModifier.getID(), selectedModifier.getName(),
                selectedModifier.getAmount() * multiplier, selectedModifier.getOperation()));
    }
}

Previous error: “lambda expressions not supported at this language level”

Posted

Just a quick question about other AttributeModifier. I'm able to add Knockack resistance to an armor like this:

@Override
public Multimap<String, AttributeModifier> getAttributeModifiers(EntityEquipmentSlot slot, ItemStack stack) {
    final Multimap<String, AttributeModifier> modifiers = super.getAttributeModifiers(slot, stack);
    if (slot == EQUIPMENT_SLOT) {
        modifiers.put(SharedMonsterAttributes.KNOCKBACK_RESISTANCE.getAttributeUnlocalizedName(),
                new AttributeModifier(SharedMonsterAttributes.KNOCKBACK_RESISTANCE.getAttributeUnlocalizedName(), (double)20, 0));
    }
    return modifiers;
}

Is this the best way to do it? I couldn't find the UUID either know what modifiers are those at ItemArmor

private static final UUID[] ARMOR_MODIFIERS = new UUID[] {UUID.fromString("845DB27C-C624-495F-8C9F-6020A9A58B6B"), UUID.fromString("D8499B04-0E66-4726-AB29-64469D734E0D"), UUID.fromString("9F3D476D-C118-4544-8365-64846904B48E"), UUID.fromString("2AD3F246-FEE1-4E67-B886-69FD380BB150")};

Posted

You should use the existing

ItemArmor#armorType

field to get the

EntityEquipmentSlot

of an

ItemArmor

instance rather than creating your own field.

 

The

ItemArmor.ARMOR_MODIFIERS

array contains the

UUID

s used for the

SharedMonsterAttributes.ARMOR

and

SharedMonsterAttributes.ARMOR_TOUGHNESS

modifiers provided by each piece of armour (see

ItemArmor#getItemAttributeModifiers

). It uses the return of

EntityEquipmentSlot#getIndex

as the index.

 

You should create your own UUID for your modifier. Call

UUID.randomUUID

once at startup to generate a random UUID, then write it to the log. Create a

private static final

field of type

UUID

in your armour class and initialise it by calling

UUID.fromString

with the UUID that was printed to the log. Use this field as the ID of your modifier.

 

Side note: You don't need to cast from

int

to

double

, Java will automatically convert numeric types to "wider" types. You only see these casts in vanilla code because the compiler automatically generates them.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • As a stay-at-home dad and a farmer in Kentucky, my primary focus has always been on nurturing my family and managing our land. When Bitcoin began to gain traction, I saw it as a potential opportunity to secure our financial future. With my wife encouragement, I decided to invest $10,000 from our savings into cryptocurrency. Over time, my investment flourished beyond my wildest dreams, eventually soaring to an astonishing $200,000. Just as I began to feel a sense of financial security, disaster struck. In a shocking act of betrayal fueled by jealousy, my wife hacked into my email and gained access to my Bitcoin wallet. The devastation I felt was overwhelming years of careful planning and smart investing were wiped out in an instant. I was left feeling helpless and uncertain, grappling with the fear that I might never recover what I had lost. In the midst of this turmoil, a close friend reached out to me and mentioned RAPID DIGITAL RECOVERY. Desperate for a solution but still holding onto a glimmer of hope, I contacted them, praying for a lifeline. Their team responded promptly, providing both reassurance and a clear plan of action. With remarkable expertise, they tracked down the digital footprints left by the theft and successfully recovered a substantial portion of my stolen funds. But their assistance didn’t end there. Understanding the vulnerability I felt after such a betrayal, they also offered invaluable advice on how to strengthen my digital security to prevent future breaches. Their support was not just technical; it was a source of empowerment that helped me regain my confidence and sense of control over my financial situation. While the betrayal was a painful lesson, it ultimately taught me resilience and the importance of safeguarding my assets. Thanks to RAPID DIGITAL RECOVERY, I didn’t just reclaim my lost Bitcoin; I also regained my peace of mind. This experience has transformed my perspective on both trust and security in the digital age. I now approach investments with a renewed sense of caution and awareness, ensuring that I protect not only my financial future but also my emotional well-being. The journey has been challenging, but it has also been a testament to my strength and determination to rise above adversity as I continue to balance my roles as a dad and a farmer.
    • Same issue without Oculus Flywheel Compat?
    • When i start my game with a shader active the game crashes with this Error: java.lang.NoSuchFieldError: TESSELATION_SHADERS Minecraft java 1.20.1 in forge 47.4.0 crash report in pastebin: https://pastebin.com/6xiwHqZW thanks in advance
    • If you are using AMD/ATI, update your drivers - get the drivers from their website - do not update via system
    • Not sure why this is happening, but I would love some help. The reason I restarted the server was because I was getting an error while trying to join regarding this "Internal Exception: io.netty.handler.codec.DecoderException: io.netty.handler.codec.EncoderException: java.io.IOException: Root tag must be a named compound tag" Im using ServerMiner if thats any help
  • Topics

×
×
  • Create New...

Important Information

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