Custom furnace recipe consumes fuel, but doesn't smelt items (follow-up)
joker876 opened this issue ยท 3 comments
Intro:
This is a follow-up to the yesterdays' bug report, as after changing the cookTime
to 200
it still doesn't work.
A custom furnace recipe I made doesn't work. The furnace consumes provided fuel, but the items don't get smelted. On the image below you can see the furnace burning, but the gravel not being processed. The recipe shows up in JEI correctly. I am using the standard, vanilla furnace. I also tried with a vanilla fuel, same results.
Issue Description:
This bug occurs in the modpack I created. I also tested with a modpack containing only JEI and CT, with same results.
What happens:
The furnace consumes provided fuel, but the items don't get smelted.
What you expected to happen:
The item should be smelted normally.
Script used:
import crafttweaker.api.FurnaceManager;
furnace.addRecipe("gravel-andesite", <item:minecraft:andesite>, <item:minecraft:gravel>, 0.0, 200);
crafttweaker.log file:
Environment:
- Minecraft Version: 1.16.5
- Forge Version: 36.1.0
- CraftTweaker Version: 7.1.0.283
- Are you using a server: No