Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mineflayer mistakes minecraft:smoker with minecraft:cartography #97

Open
Wondermine opened this issue Jun 24, 2023 · 0 comments
Open

Mineflayer mistakes minecraft:smoker with minecraft:cartography #97

Wondermine opened this issue Jun 24, 2023 · 0 comments

Comments

@Wondermine
Copy link

When trying to open a smoker furnace, it is mistaken for cartography.

windows['minecraft:cartography'] = { type: protocolId++, inventory: { start: 3, end: 38 }, slots: 39, craft: 2, requireConfirmation: true }
windows['minecraft:smoker'] = { type: protocolId++, inventory: { start: 3, end: 38 }, slots: 39, craft: 2, requireConfirmation: true }

swapping these two values fixes the results.

throw new Error('This is not a furnace-like window')
      ^

Error: This is not a furnace-like window

An error while trying to open a smoker with bot.openFurnace()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant