(Official) LUA Scripting Documentation
set_power
Set a block’s power state (on or off).
Spec:
set_power(
long x,
long y,
long z,
bool power)
Parameters
x
: The x component of the map point of the block.y
: The y component of the map point of the block.z
: The z component of the map point of the block.power
: true or false
Incomplete
This documentation is incomplete