Started by
eclipsehedgehog20
on
Topic category: Help with Minecraft modding (Java Edition)
Hey! Sorry in advance for the poor wording, but I'm making a mod for a personal map I'm working on, and I have an animation that plays when an entity is right clicked. The two problems are that I'm using the Modded Entity Blockbench model, so things possible with GeckoLib aren't available due to no plugins for 2025.2, and I can interact with the entity more than once. Are there some sort of workarounds for these? Thanks!
Edit: I've figured out how to use playback conditions, but whenever I try to use an 'if' logic block that checks if the source entity is the player, I can't use the procedure due to missing dependencies. This is what I have set up now:
And I want to have this set up:
Could someone please help? I don't know how to use procedures very well.