Started by
b.ART.ek
on
Topic category: Help with Minecraft modding (Java Edition)
So I've been trying to make a mushroom mob that could be "milked" for mushroom stew, similar to mooshroom. However, no matter what I do, nothing happens when I'm right-clicking on the mob. I don't know what to do, could someone send me a screenshoot of how the procedure should be made?
https://imgur.com/a/KChDZzx
though this will work more like a glass bottle instead of a bucket, and works better for stacked fillable items, it still works just as well
New Procedure
Global trigger - Entity on right click (or similar, i don't have MCreator up rn)
If target entity is your entity
My solution works in newer versions of MCreator where they distinguish between target and source for entities when multiple entities are involved
Thanks a lot to all of you!
Another problem appeared... When I click the mob while holding multiple bowls, two bowls get filled at the same time... weird.
Hmm might wanna add a Wait 20 ticks block and fill it with do nothing code so it can't make that mistake when spammed
Would somebody please tell me how I can tell the program which mob i want to milk?
Nvm I have found the type bracket