Discuss Minecraft's scripting and modding capabilities, including APIs, tools, customization, automation, and creator workflows. Share ideas and feedback on how players and creators can extend and customize Minecraft.

10

Custom entity components in bedrock edition addons

1 Comments

Post a new comment:

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    This post is obviously applicable in myriad ways, but I'll list one I've been wishing for:

    User-defined component booleans:

       Allow for a folder where simple true/false variables can be instantiated as entity components, or where simply referencing the custom component name in an entity definition enables it as 'true.'  This ought to be much simpler to implement than other data types.

      Example: 

    is_male{}

    or

    is_male{true}

    (for adding sexually dimorphic mob versions like cow/bull; billy/nanny, and sow/boar to addons.)