Future MC

Future MC

14M Downloads

Fix shift-click logic for Smoker and Blast Furnace to work with non-furnace recipes

thedarkcolour opened this issue ยท 0 comments

commented

Currently, shift-clicking only works with items that can be smelted in the vanilla furnace. However, it breaks when someone adds a CraftTweaker recipe for an item that can't normally be smelted.

if (!FurnaceRecipes.instance().getSmeltingResult(itemStack1).isEmpty()) {