CraftTweaker

CraftTweaker

151M Downloads

Custom furnace recipe consumes fuel, but doesn't smelt items

joker876 opened this issue ยท 1 comments

commented

Intro:

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>, 1.0, 0);

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

You can't make recipes with a cookTime of 0, it needs to be at-least 1.