gregtech community edition integration
kurokamibe opened this issue ยท 3 comments
hi i would like to add custom recipe of ores from gregtech but it dont seem to work
<input>oreGarnierite</input>
<output type="relative" rolls="1">
<group probability="1">
<item quantity="32">nickel</item>
<item quantity="10">nickel</item>
<item quantity="32">oxygen</item>
</group>
</output>
</recipe>
i wonder where am i wrong, should i add a "gregtech:oreGarnierite" enstead or something of the kind?
I've pretty much stopped supporting the XML integration months ago. It may still work, but i'm not going to maintain it or troubleshoot it. I would highly recommend that you look to use the crafttweaker support instead which you can find here
ah ok thanks i will try it
(maybe that XML integration should be removed from the wiki)