Heat Frame data recipe JSONs do not work with custom fluids.
omgimanerd opened this issue ยท 0 comments
Describe the bug
Minecraft 1.20.1
PNCR: v6.0.20
Heat frame cooling recipes do not work with custom fluids.
How to reproduce the bug
I registered a custom fluid with KubeJS and had essentially the following JSON files:
{
result: {"item":"refinedstorage:silicon","count":4},
input: {"fluid":"kubejs:molten_silicon","amount":1000,"type":"pneumaticcraft:fluid"},
bonus_output: {"limit":2.0,"multiplier":0.01},
type: "pneumaticcraft:heat_frame_cooling",
max_temp: 223
}
It seems to register fine, or at least I don't see any logs complaining about it. The recipe also shows up correctly in JEI viewer.
Expected behavior
I'd expect that this recipe would work. If I define it instead with the bucket item kubejs:molten_silicon_bucket, it works correctly, but does not give the bucket back, and also doesn't work with other fluid containers.
Additional details
No response
Which Minecraft version are you using?
1.20.1
Which version of PneumaticCraft: Repressurized are you using?
v6.0.20
Crash log
No response