1. Welcome to the official Starbound Mod repository, Guest! Not sure how to install your mods? Check out the installation guide or check out the modding help thread for more guides.
    Outdated Mods have been moved to their own category! If you update your mod please let a moderator know so we can move it back to the active section.
    Dismiss Notice

Callable Build Menu 2025-10-24

This mod enables mod authors to access the Build Menu from Robin's Carpenter Shop and Marnies Animal

  1. Sl1mb
    How to use
    As a User
    Download and extract into your mod folder

    As a Mod Author
    Here's an example on how to use it.

    Robin Build Menu
    Code:
    {
       "Action": "EditData",
       "Target": "Data/TriggerActions",
       "Entries": {
          "ExampleTriggerAction": {
             "Id": "ExampleTriggerAction",
             "Trigger": "<your trigger>",
             "Condition": "<your condition>",
             "Action": "Sl1mb.CBM/OpenBuildMenu"
          }
       }
    }
    
    Marnie Animal Menu
    Code:
    {
       "Action": "EditData",
       "Target": "Data/TriggerActions",
       "Entries": {
          "ExampleTriggerAction": {
             "Id": "ExampleTriggerAction",
             "Trigger": "<your trigger>",
             "Condition": "<your condition>",
             "Action": "Sl1mb.CBM/OpenAnimalMenu"
          }
       }
    }
    

    Attention
    This mod is under development. It was made for a project I'm working on.
    Mod Pack Permissions:
    Anyone can use this mod in their mod compilation without the author's consent.
    Mod Assets Permissions:
    You must get the author's consent before altering/redistributing any assets included in this mod.