Started by
Purples_Flames
on
Topic category: Help with MCreator software
I am trying to make a mod mechanic where if you have a custom effect i added called MCA then you can pick up villagers as one of the perks, I am doing this by checking if the player has the effect whenever the player right clicks an entity and if so then checking if a villager is near by and then i plan to make it add a villager item to the players inventory however for now i'm using a magma block to test it. My question is if anyone knows why it won't work and if someone knows how do i fix it. the image below is the setup:
replace event/target entity with source entity
Thank you! before you sent this i fixed it by changing it from the global trigger to a keybind however i'll keep this in mind for the future.