mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-21 21:52:07 +02:00
fixed lil smelting bug
This commit is contained in:
parent
4d23a0b0a2
commit
547d18f3df
1 changed files with 0 additions and 1 deletions
|
@ -212,7 +212,6 @@ export async function smeltItem(bot, itemName, num=1) {
|
|||
}
|
||||
}
|
||||
await bot.closeWindow(furnace);
|
||||
bot.modes.unpause('unstuck');
|
||||
|
||||
if (placedFurnace) {
|
||||
await collectBlock(bot, 'furnace', 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue