Masterful Machinery
  • 👋MM Docs
  • 💡Base Features & Config
    • Controllers
    • Ports
      • Item Ports
      • Fluid Ports
      • Energy Ports
      • Mekanism Ports (Compat)
        • Gas Ports
        • Slurry Ports
        • Pigment Ports
        • Infusion Ports
      • Create Kinetic (Compat)
      • PneumaticCraft Air (Compat)
    • Extra Blocks
    • Structures
      • Structure Requirements
      • Common Requirements
    • Process Recipes
      • Ingredient Configs
      • Input Entries
      • Output Entries
      • Recipe Conditions
  • 🔩Compat Features
    • KubeJS Support
      • Register Controller
      • Register Port
      • Register Extra Blocks
      • Create Structures
      • Create Process Recipes
  • Tutorial Guides
    • Step by Step Datapack Edition
  • General Help
    • 🪞Custom Textures
  • 🎥Gallery
    • Coke Oven
  • 📎Archived Versions
    • Deprecated 1.16 Versions
    • Deprecated 1.18-1.19 Versions
      • Data Packs
Powered by GitBook
On this page
  • Startup Events
  • General Notes
  1. Compat Features

KubeJS Support

KubeJS scripting support for creating MM content

PreviousRecipe ConditionsNextRegister Controller

Last updated 1 year ago

As many people who use kubejs has request, kubejs scripting support has been added to Mastertful Machinery as of version 3-x.x.x-0.1.1.

Startup Events

Controllers:

General Notes

All Masterful Machinery-based KubeJS events are managed using the MMEvents object, which offers a set of functions for each event.

🔩
HERE