event.custom({"type":"minecraft:crafting_shaped","pattern":["G G","MMM","WWW"],"key":{"M":Item.of('mekanism:ultimate_fluid_tank', '{mekData:{FluidTanks:[{Tank:1b,stored:{FluidName:"minecraft:water",Amount:256000}}]}}'),"G":{"item":"mekanism:hdpe_rod"},"W":{"item":"minecraft:terracotta"}},"result":{"item":"cookingforblockheads:sink","count":1}}) but it aint working
#im tryna make a recipe that contains a mekanism tank that contains fluid
12 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Why are you using custom recipes for a simple shaped recipe?
You can add, remove and modify recipes with KubeJS, and the wiki has a page on that!
oh
it still shows up as an empty tank
i am wanting it to be full of water
event.shaped(Item.of('cookingforblockheads:sink'), [ "G G", "MMM", "WWW" ], { "M":Item.of('mekanism:ultimate_fluid_tank', '{mekData:{FluidTanks:[{Tank:1b,stored:{FluidName:"minecraft:water",Amount:256000}}]}}'), "G":"mekanism:hdpe_rod", "W":"minecraft:terracotta" })
new code
how did you get the nbt for that item