Started by
CocoJ95
on
Topic category: Help with MCreator software
I am attempting to make a dagger item that you can duel wield and deal damage with in your offhand. With my current code it damages me (the player) instead. Image attached below. Can someone help me make it so it damages mobs and enemy players?
https://drive.google.com/file/d/1FJ7XWuMolpah6jfnDjSck6Anvi7bTJk9/view?usp=sharing
On the deal damage block, put source entity instead of event/target entity then it should work
it shows an error of the item the procedure is linked to. It says "Missing Dependencies" how do i fix this?
heres an image
https://drive.google.com/file/d/1Tc_egCyW1GLhieKVC04NF95O55ffzTA4/view?usp=sharing
is your item a tool or item?
A tool
on the return "true" block, change it to false and put another one inside the "if" block and put it true
like this?
https://drive.google.com/file/d/1G49eRi-6QiqHomMzRkSFQOS5PSg4U9BL/view?usp=sharing
yes