Jump to content

Help with enchantments [1.15.2]


DaeGrighen

Recommended Posts

1 hour ago, diesieben07 said:

Unfortunately the jump boost effect is hardcoded all over the game's code. You probably have to just apply a potion effect to achieve this.

@Mod.EventBusSubscriber(modid = MysteriousArtifacts.MOD_ID, bus = Mod.EventBusSubscriber.Bus.FORGE)
    public static class HighStepEquipped{
        @SubscribeEvent
        public static void action(TickEvent.PlayerTickEvent event) {

            PlayerEntity playerIn = event.player;
            playerIn.addPotionEffect(new EffectInstance(Effects.JUMP_BOOST, 20, 2));

        }

    }

I am using this code in my enchantment class, but if i join into the game it gives me this effect even when I'm not wearing the boots

 

Link to comment
Share on other sites

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



×
×
  • Create New...

Important Information

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