Started by
fuchsia
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a mod that adds different variants of cows that give different kinds of milk, But the milking procedure I've made doesn't work
Edited by fuchsia on Tue, 06/29/2021 - 16:31
This should work >> https://imgur.com/HCUCAoD
hope this helps!
Actually the "event/target Entity" block needs to be switched to "source entity" like this for it to work
ah yeah I suppose that makes sense because they are right clicking another entity and it probably thinks that the target entity is the cow and not you. Tho = to true still may help as sometimes I have problems if I dont = everything to "true"
cant find source entity
found it but its not working
i made global variable called {MobName} and i set it to registry name of event target entity then send chat to all players of that Var but its sending blank??? this is in player right click on entity