FluidConverters

FluidConverters

50k Downloads

[1.10.2] Recipe for Fluid Converter missing in JEI

Morpheus1101 opened this issue ยท 5 comments

commented

is the Fluid Converter meant to have a recipe? JEI shows no recipe an i was wanting to use it to convert blood from Tinkers into EvilCraft blood to use in the Intergrated Dynamics Drying Basin

commented

Yes, this should be the default recipe:

GameRegistry.addRecipe(new ShapedOreRecipe(result, true,
new Object[]{
"I I",
"GBG",
"I I",
'B', container,
'G', new ItemStack(Items.gold_nugget),
'I', new ItemStack(Items.iron_ingot)
}

With container being any container of a converted fluid.

It's possible that this broke because of the latest Forge fluid changes, I'll have to look into that.

commented

This is using Forge *.2094

commented

Ok, either im doing it wrong or the recipe is completely broken(tending to go with the 1st option)
mmd

commented

Your recipe should be correct, so something must be broken on my end. I'll look into it. (Hopefully this evening)

commented

Fixed as of 866c961

Requested an MMD server update for this: https://github.com/MinecraftModDevelopment/MMD-Dev-Server/issues/209