fixed lil smelting bug

This commit is contained in:
MaxRobinsonTheGreat 2024-10-16 19:42:15 -05:00
parent 4d23a0b0a2
commit 547d18f3df

View file

@ -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);