(Official) LUA Scripting Documentation
add_flying_block
Add a falling block at the map point.
Spec:
add_flying_block(
long x,
long y,
long z,
long block_id,
double vel_x,
double vel_y,
double vel_z,
double gravity,
double break_chance)
Parameters
x
: The x component of the map pointy
: The y component of the map pointz
: The z component of the map pointblock_id
: The block idvel_x
: The x velocity of the blockvel_y
: The y velocity of the blockvel_z
: The z velocity of the blockgravity
: A gravity multiplierbreak_chance
: The chance the block will break on impact
Incomplete
This documentation is incomplete