Trust/Taming System

Started by PinkRedFox on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Trust/Taming System

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?

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
use a procedure. make…
Sun, 03/01/2026 - 19:35

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