Mekanism fluid tank (with 2000mb of milk) and harvestcraft recipe of milk bucket item
so here it is:
I remember when playing on 1.12.2 I could easily get a milk item bucket from basic fluid tank (from mekanism)
currently playing on 1.20.1 I see that I can't do it anymore...
so all that's left for me to do is add these recipes but the problem is that I don't know how to do it because I haven't made recipes with nbt yet
*I made a simple drawing of what it was like
for now I make something like this... and it doesn't work
ServerEvents.recipes(event => {
event.shapeless(
Item.of('pamhc2foodcore:saltitem', 4),
[
'<item:portabletanks:basicportabletank>.withTag({tileData: {output: 0, fluid: {FluidName: "minecraft:water", Amount: 2000}}})',
]
)
});