Posts by DreamMasterXXL


    Greg have enought Drills I think.


    The Fixes i will add.

    IC2 Canner, Coil and Heat Conducter:


    Some IC2 Rotor Work


    You're doing an awesome job with this. Just dropping to ask. Mind if I use most of these on a private server of mine running a private pack ? Also any way I could add to this list to give back a little something ? I got Extra Utilities in my pack and I need to nerf some of the recipes TO HELL. Great mod, way too cheap.


    Thanks.


    You can use my Scrips on your private Server!


    I dont using Extra Utilityies because I have everything what I need in the other Mods.


    If you nerfing Extra Utilities or other mods please post it here i can add it to my Github:


    https://github.com/Dream-Master/Mods-Get-Gregged

    Some Highlands Dyes:


    Some Minecraft changes only with Gregtech installed:


    And the Assembler Recipes for Nuclear Control:


    Nuclear Control 2:


    Some Biome o Plenty Nerfs:



    And the Greg Recipe for Wood Rings:


    Code
    //Wood Ring
    recipes.addShaped(<gregtech:gt.metaitem.01:28809>, [
    [<gregtech:gt.metatool.01:34>, null, null],
    [<gregtech:gt.metaitem.01:17809>, null, null]]);

    Thank i add this to my Github.


    If you want to crafting only one item you not need to write *1


    I not have Buildcraft installed yet but what this Sign "| " mean?
    recipes.addShaped(<BuildCraft|Transport:item.buildcraftPipe.pipeitemsstripes> * 4, [[<ore:gearGold>, <ore:blockGlass>, <ore:gearGold>] ] );

    The annoying thing is that IC2 machine recipes can only be added. Being able to remove them would make life so much easier when trying to balance things.


    It's very easy to remove all these Ic2 stuff but i don´t want. I like to make Power with different Machines ans Energy Types like Wind, Water, Solar,Steam and Nuclear look like in the real world. I try only to balancing things not be too much overpowered when using together with Gregtech .


    well now with newest buildcraft, HanakoCZ pipe tweaks doesn't work. unfortunately :( ( cause all pipes can now be made with colored glass! )


    any idea how to update nerfs for pipes now? cause doing every recipe by hand would take ages now. (again, mod that nerfs recipes, gregtech like, would be great!)


    EDIT : ok I did it, now only way to get colored pipes is to take 8 of them and put dye in the center, that means that the first way of crafting colored pipes got removed. it works fine but I can't put it here cause character limit...


    Split it in two Posts because i like it when other People sharing Stuff.
    If you don´t want using every typ of Glass you have to specified it.


    all Glass Types <minecraft:glass>
    Normal mc Glass <ore:blockGlassColorless>
    all Glastypes oredict <ore:blockGlass>

    Beginng to change all IC2 Stuff:




    Compressor Recipes:


    Code
    import mods.ic2.Compressor;
    //IC 2
    
    
    
    
    //Uranium Block
    Compressor.addRecipe(<IC2:blockMetal:3>, <IC2:itemUran238> * 9);