CraftTweaker

CraftTweaker

151M Downloads

Custom furnace recipe consumes fuel, but doesn't smelt items (follow-up)

joker876 opened this issue ยท 3 comments

commented

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.
image
image

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:

https://pastebin.com/V7MJzCax


Environment:

  • Minecraft Version: 1.16.5
  • Forge Version: 36.1.0
  • CraftTweaker Version: 7.1.0.283
  • Are you using a server: No

Game log:

https://pastebin.com/Ke6cw4fN

commented

could not reproduce

commented

what can I do then?

commented

I'm also unable to reproduce.

Try make a new world and see if you can still reproduce it there, if you can, you may have another mod that is messing with things, since it is working fine on our side.