IzzytehWolf

Results 13 comments of IzzytehWolf

Yep. I just got to modify the inventory tick method I'm using to check for it

Last thing, the two shield methods after item don't know where to go and I'm not finding the right symbol pathing for it

What should I initialize the class variable with? It auto fills to null but I don't think that would be right

So it works but it doesn't force the shield off being active. I can keep holding rightclick to keep the shield up even if it gets put on cooldown. Letting...

There's a brief fov change now when the cooldown is triggered but I can still keep the shield up. I'll post the block of code that calls it on a...

@Override public void inventoryTick(ItemStack stack, World world, Entity entity, int slot, boolean selected) { if (entity instanceof PlayerEntity player && Math.max(0, stack.getMaxDamage() - stack.getDamage())

Is there anything else I can do here?

Alrighty. It at least does get called but doesn't properly cancel the input is my guess given the brief fov shift.

Still not having success over here fixing the bug on my end

Sorry, been taking a large break from modding. Essentially the bug is that even when the cooldown is called via another means if you hold right click you can keep...