LT_prop_create
boolean LT_prop_create(blockpos location,number id)
blockpos | location | The place to create a new prop |
number | id | ID of the kind of prop to create |
SERVER This has no effect if performed on the client (but will work in single player)
Creates a prop in the world. If the space is clear and the new prop will not intersect any existing props, the prop will be created and placed where specified. This function will return true if the prop could be created and placed. You can find a list of prop IDs here.