Alchemistry

Alchemistry

16M Downloads

gregtech community edition integration

kurokamibe opened this issue ยท 3 comments

commented

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?

commented

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

commented

ah ok thanks i will try it
(maybe that XML integration should be removed from the wiki)

commented

I removed it from the wiki. Let me know if you managed to get this recipe working with crafttweaker