Started by
Afterlifepro
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to create and effect and an enchantment which allows you to insta-mine wood type blocks if you have the effect or enchantment and then deal 5 damage to the item you are holding. The issue is, the event I am using (Player left clicks block) cannot use the itemstack dependency. If anyone has any idea how I would go about this I would really like the help.
THX in advance.
PS: I have attached a screenshot of my procedure here. (Empty itemstack is just a placeholder for Provided itemstack so that I can save my procedure)
Here is a link to the image Just in case
Think there is a block for main hand of Entity, that would work and if you need the itemstack amount (which you wouldnt) I believe there is a block thatll convert to itemstack but im not sure
replace "empty itemstack" to
get item in main hand of [ entity ]
Sry for not being very active.
Thanks a lot. Rly helpful!!! THX :D :D :D