Total Miner

(Official) LUA Scripting Documentation

set_falling_block

Set the block at the map point to be a falling block.


Spec:

set_falling_block(
	long x,
	long y,
	long z,
	double gravity,
	double break_chance)

Parameters


The block at the map position will be cleared


Incomplete

This documentation is incomplete


back