Skip to content

Latest commit

 

History

55 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

mineflayer-snippets

A collection of snippets for Mineflayer

How do I

Use a trapdoor

let trapdoor = bot.registry.blocksByName['oak_trapdoor'].id
let block = bot.findBlock({ trapdoor })
if(!block) return console.log('There is no trapdoor to use!')
bot.activateBlock(block)

About

A collection of snippets for Mineflayer

Topics

Resources

Stars

23 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages