event.custom({
"type": "integrateddynamics:mechanical_drying_basin",
"fluid": {
"fluid": 'starbunclemania:source_fluid',
"amount": 1000
},
"duration": 100,
"result": {
"item": 'ars_nouveau:source_gem_block'
}
}).id('kubejs:drying_sourceblock_mechanical')
Could someone help me disect https://github.com/CyclopsMC/IntegratedDynamics/blob/23972d04571db9dd709f99acf0177bc5d84aa734/src/main/java/org/cyclops/integrateddynamics/blockentity/BlockEntityMechanicalDryingBasin.java and figure out how to add a custom RF requirement in there? it seems like it's a customizable amount but I can't quite find the code that links it