Hbm's Nuclear Tech Mod but its a different version

Hbm's Nuclear Tech Mod but its a different version

6.3k Downloads

Uranium processing recipe unobtainable

bazzybtec opened this issue ยท 9 comments

commented

Describe the bug

The latest version of this mod the production of uranium seems broken.
The ore gets broken down into uranium powder and gravel the uranium powder is meant to be used with sulfer and hydrogen peroxide to make yellowcake however the recipe seems to be broken in that it requires instead a peroxide, 2 uranium billet and 2 sulfer dust.

This recipe is unobtainable because yellowcake is required to enrich the uranium.

I have tried to adjust the recipe in the config to correct this however as soon as you start the game the config is overwritten with the old recipe that again is broken.

This is the config

{
  "id": 46,
  "name": "YELLOWCAKE",
  "duration": 250,
  "fluidInput": [
    ["PEROXIDE",500]
  ],
  "itemInput": [
    ["dict","billetUranium",2],
    ["dict","dustSulfur",2]
  ],
  "fluidOutput": [],
  "itemOutput": [
    ["hbm:item.powder_yellowcake"]
  ]
},
commented

I see nothing wrong here, you can smelt uranium powder into ingots and turn them into billets

commented

This is, perfectly normal? the yellowcake at the top isnt describing an input material, its simply the name of the recipe, you need sulfur, Uranium billets and hydrogen peroxide to make yellowcake, also the config files being overwritten has to do with the _ being present at the beginning of the config file's name, you need to remove it to enable recipe loading

commented

what

commented

what

Blud was flabbergasted

commented

each online guide that shows how to process uranium shows the below process. this has obviously changed then
https://www.youtube.com/watch?app=desktop&v=m7VJSEe8qZI&t=357s&ab_channel=SavageVegeta

It makes no sense having that recipe require billets when uranium billets is the end result of that process. so either the process as a whole is redundant or that recipe is incorrect.

commented

what....?

commented

How do you get uranium billets from enriching uranium, or getting yellowcake, or what else you're doing

commented

Huh

commented

It makes no sense having that recipe require billets when uranium billets is the end result of that process

Billets are a shape. The uranium used in the yellowcake recipe is still the same un-enriched natural uranium. I would suggest actually using NEI instead of solely relying on a three year old tutorial made on 1.12, which doesn't even include the new gas centrifuges.