Total Miner

(Official) LUA Scripting Documentation

set_texture

Set a block’s visible texture.


Spec:

set_texture(
	long x,
	long y,
	long z,
	long tex_id)

Parameters


Example

set_texture(73, 201, 85, 3)

Sets the texture of the block at 73, 201, 85 to the fourth active texture for that block.


Incomplete

This documentation is incomplete


back