mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-22 06:02: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);
|
await bot.closeWindow(furnace);
|
||||||
bot.modes.unpause('unstuck');
|
|
||||||
|
|
||||||
if (placedFurnace) {
|
if (placedFurnace) {
|
||||||
await collectBlock(bot, 'furnace', 1);
|
await collectBlock(bot, 'furnace', 1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue