Started by
msrodrigues2000
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to unable your biped mob to drop the item it is holding in its right hand?
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to unable your biped mob to drop the item it is holding in its right hand?
Thank you tkroski, btw do you know the coding to add damage to an weapon according to global variable?
Like, on player tick?
Yup
use the when mob is hit with tool trigger, and deal extra damage using get global variable
Would work, but I'd like to have the damage shown in the item
you can add strength potion effect when holding the item
Again, that is very limited
Sorry for the waited response.
For this, do what ShockingArtist said, should work fine.
@ShockingArtist
For this, just add to the list in the information method....
Something like this would work (in addInformation overrides from Item);
You can add more conditions and such, but that is the basis.