Posts by SkylordJoel

    Hi. I just started running a test 1.6.2 IC2 world. When I loaded it up, mojang screen said this:



    Thanks! (Using 1.6.2)

    Sorry if my suggestions were already suggested:


    Firstly, and electromagnet recipe
    C C S
    C S C
    S C C


    C= Copper Cable (insulated)
    S = Iron Rod


    This will be used in the following recipes.


    Electric Motor recipe changed to:
    E E E
    R R R
    E C E


    E = Electromagnet
    R = Iron Rod
    C = (Insulated) Copper Cables


    Make electric engines and motors interchangeable but add a piston to the electric motor for the electric engine.


    (Auto) Electric Furnace
    E E E
    E F E
    E G E


    E = Heating Coil (lowest tier)
    F = Furnace, Iron Furnace or Steam Furnace (haven't decided)
    G = Insulated Copper Cable


    Induction Furnace
    E E E
    C F C
    C G C


    E = Electromagnet
    F = Electric Furnace (Auto Electric Furnace)
    G = Insulated Gold Cable
    C = Coil (Mid or High tier)


    Also macerator
    S M S
    S D S
    S M S


    S = Steel or similar plate
    D = Diamond or Tungsten grinder (wasn't the original name something like wolfram? I just know it is made out of tungsten)
    M = Electric Motor or Engine



    So yeah, this is how I think IC2 should be nerfed.

    Ummm, that doesn't exist in my version of the src code - probably the most similar is ic2.api.Ic2Recipes.getMacerator recipes or ic2.api.Ic2Recipes.getMaceratorOutputFor - my code for recipes is here on minecraft forums.



    http://www.minecraftforum.net/…ui-not-working-correctly/

    Hi,
    I am working on a mod which will add a type of, well, macerator :Macerator: , which will be powered by combustible materials utilised in a built in alternator :Wind Mill: . I was wondering how to add every single recipe of the macerator :Macerator: into this block. I have already sorted out the GUIs and stuff with help from coolAlias.
    Thanks,
    SkylordJoel


    EDIT:
    Note I am working on a 1.4.7 version of the API for FTB Ultimate compatibility.