Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This component allows the emitter to run some Molang at creation, primarily to populate any Molang variables that get used later.
"minecraft:emitter_initialization": {
"creation_expression": <molang>, // this is run once at emitter startup
"per_update_expression": <molang> // this is run once per emitter update
}