Mekanism fluid tank (with 2000mb of milk) and harvestcraft recipe of milk bucket item


Ticket #BADB98C9๐Ÿ’ฌ 2 โ€ข 1.20.1 โ€ข ForgeView on Discord ๐Ÿกต

KEJWII 

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

[View 402027657-4d0f5ac3-cc7d-452f-b58c-fc5ba2471776.png]


KEJWII 

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}}})',
  ]
)



});