Thanks to NorthWestWind for original mod
this mod will allow datapack changes to the fission reactor coolant and processing parts.
example of datapack:
{
"type": "mekanism:fluid_coolant",
"input": {
"fluid": "kubejs:beanonium_fluid",
"amount": 1
},
"output": {
"gas": "kubejs:nitromethane",
"amount": 50
},
"thermalEnthalpy": 20,
"conductivity": 10,
"efficiency": 2
}
file structure: zip with mcmeta->data->namespace->recipes->coolant
{
"type": "mekanism:fission",
"input": {
"fluid": "kubejs:beanonium_fluid",
"amount": 1
},
"fuel": {
"gas": "mekanism:fissile_fuel",
"amount": 1
},
"output": {
"gas": "mekanism:nuclear_waste",
"amount": 50
},
"heat": 1
}
file structure:
zip with mcmeta->data->namespace->recipes->processing