diff --git a/src/agent/library/skills.js b/src/agent/library/skills.js index ba8c27e..2266a2e 100644 --- a/src/agent/library/skills.js +++ b/src/agent/library/skills.js @@ -503,6 +503,7 @@ export async function placeBlock(bot, blockType, x, y, z, no_cheat=false) { * @param {number} x, the x coordinate of the block to place. * @param {number} y, the y coordinate of the block to place. * @param {number} z, the z coordinate of the block to place. + * @param {boolean} no_cheat, overrides cheat mode to place the block normally. Defaults to false. * @returns {Promise} true if the block was placed, false otherwise. * @example * let position = world.getPosition(bot);