hello i don't know if its issue or i am doing it wrong here is the code i don't want this return an empty bucket but it show error:
recipes.addShapeless(.noReturn(), [.withTag({fluids: {FluidName: "milk_friesian", Amount: 1000}}).onlyWithTag({fluids: {FluidName: "milk_friesian", Amount: 1000}})]);
it worked ! thank you very much!
yes you right and should goes after NBT tag
solution :
recipes.addShapeless(, [.withTag({fluids: {FluidName: "milk_sheep", Amount: 1000}}).onlyWithTag({fluids: {FluidName: "milk_sheep", Amount: 1000}}).noReturn()]);
hello i don't know if its issue or i am doing it wrong here is the code i don't want this return an empty bucket but it show error: recipes.addShapeless(.noReturn(), [.withTag({fluids: {FluidName: "milk_friesian", Amount: 1000}}).onlyWithTag({fluids: {FluidName: "milk_friesian", Amount: 1000}})]);