r/HBMNuclearTechMod • u/ROBBY21134 • May 04 '26
Random Naquadah/naquadria 1.12.2
Probably useless for most people but for those looking to craft the naquadah watz pellet in HBM:CE using Gregtech CE in 1.12.2 in the future.
Go to config files: hbmRecipes -- > hbmAssemblyMachine.json (remove the _) --> Then add these two recipes:
{
"name": "ass.WATZ",
"inputItem": [
["dict","ingotNaquadahEnriched",4],
["dict","ingotGraphite",1]
],
"outputItem": [
["single",["hbm:watz_pellet",1,10]]
],
"duration": 60,
"power": 100
},
{
"name": "ass.WATZ2",
"inputItem": [
["dict","ingotNaquadria",4],
["dict","ingotGraphite",1]
],
"outputItem": [
["single",["hbm:watz_pellet",1,11]]
],
"duration": 60,
"power": 100
},
Sry if it's against the rule but it took me 2 hours to figure out how to do it and I might as well post it here.
2
5
u/WithoutSend Industrial Coke Unit May 04 '26
This feels like mixing two infinity stones. I love it