
[Bug]: Add support for thermal redstone furnace (every type gives iron nugget)
oskarbukovsky opened this issue · 3 comments
General Info
- I am running a modpack
- I can reproduce this issue consistently in single-player
- I can reproduce this issue consistently in multi-player
- I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
- I am crashing and can provide my crash report(s)
- I am using the latest version of the mod
Forge version
47.3.1
Minecraft version
1.20.1
Mod version
0.5.2
Java version
17.0.8 64bit
Issue Description
Every Oreberry smelted in redstone furnace gives iron nugget
Additional Information
thermal_expansion-1.20.1-11.0.1.29.jar
Well i now hate thermal :D maybe ask if they'll add overloaded call with getResultItem
Not so pleasant way that i last 1/4h tried worked, cctweaker, but considering the work and it is probably not the best they didnt support cctweaker on newer versions like they do made me go crazy
<recipetype:thermal:furnace>.addJsonRecipe("fix-oreberry-05", {
"type": "thermal:furnace",
"ingredient": {
"item": "oreberriesreplanted:copper_oreberry",
"count": 1
},
"result": {
"item": "thermal:copper_nugget"
},
"experience": 0.3,
"energy_mod": 2.0
}
);
Mabye add support like that and add lookup to almost unified if user have some preferred mod ingots?
There's not much I can do since last I checked Thermal directly uses the result
itemstack in their recipe instead of calling getResultItem
which would give the proper smelted item since OreBerries smelting recipes use tags as the output