Started by
PinkRedFox
on
Topic category: Help with Minecraft modding (Java Edition)
What do I do if I want to make a Trust/Taming system for my mod? I'm currently using the 2025.3 version of MCreator, not a snapshot version. Maybe I could get a step-by-step image tutorial or tutorial in text? What mod elements would I need to make this system possible?
use a procedure. make procedures that increase a synced data number according to the level of trust. now you can do like:
if trust = 0, run away
if trust = 1 approach, but if suddenly moves run away
etc, maybe just watch some tutorials about procedures in general, these are the main things needed for custom behavior and pretty much anything