Create: Astral

Create: Astral

1M Downloads

[Bug]:

monkyman64 opened this issue ยท 0 comments

commented

Bug Description

Hepatizon and Queenslime recipes at different heat levels use different ratios of inputs. Queenslime just switches from 2 Slimesteel ingots and 1 Cobalt ingot for 2 ingots of Queenslime at heated to 1 Slimesteel and 2 Cobalt per 2 Queenslime at superheated. However, Hepatizon changes from 1 Cobalt ingot and 2 Lead ingots per 2 ingots of Hepatizon at heated to 4 Lead ingots and 8 Cobalt ingots per 2 ingots of Hepatizon at superheated.

How to Reproduce?

Look at the recipes in kubejs/server_scripts/create.json, around lines 2050-2100

Expected Behavior

I believe the INGOT / 2 for the superheated output of Hepatizon is supposed to be INGOT * 2 as that would make it 2 Cobalt ingots and 1 Lead ingot. This would also only make the same as the heated recipe, so likely it should be changed to INGOT * 4 if you want to keep the doubling from superheating. The ratio of cobalt to (other input) could be intended and is not a huge deal.

Version

2.1.2

Logs or additional context

No response

Code of Conduct

  • I have searched the issue tracker and confirmed that the issue has not been reported
  • I have checked the FAQ (if one is present) and my issue is not listed
  • I have verified that I am using the latest version of the modpack
  • I have verified that I have followed the required steps to set up the modpack