[MineTweaker-Scripts & Mod-Configs] Let's Greg other mods!

  • Let's Greg other Mods (because many recipes are very cheap)



    You like the way Greg makes some Recipes?
    The Vanilla Minecraft Recipes are too easy for you?
    Fear of building all machines from one mod in a single day ?
    Looking for some challenge ?
    Or just more awesome, complex recipes just like Greg would do ?



    Than you are right here in this Thread!!!


    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


    This is the place where you can show off your Minetweaking skills or even get help with Minetweaker/Modtweaker.
    No matter for which mod you're searching recipes for, come right in, 'cause we might have something for you !


    If you have some Minetweaker scripts or even some greggy configs, please post them here so we can help this project grow. If you have got lots of them, we can even make a special directory for you on the community Github so you can have your own little modpack space !


    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


    Minetweaker Addon 1.0.1 for Gregtech 5(with Fusion Reaktor support)


    My Minetweaker AddOn adding support for all Gregtech Maschines in Version 5.07* and 5.08.* Unofficial.
    (Mixer, Chemical Bath, Chemical Rector Fluid Support, Distillery, Brewing Maschine, Assembler Fluid Support, Precision Laser Engraver, Forming Press, Packer, Unpacker, Separator, Polarizer, Fluid Heater, Distillation Tower, Slicer,Fluid Canner, Amplifabricator and Fusion Reactor)
    Mod Page


    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


    Every Scripts I am hosting on Github:
    Mods get Gregged


    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


    Minetweaker Forum
    Minetweaker Forum


    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  • Make the Sturdy Machine Casing from Forestry harder


    Code
    recipes.addShaped(<Forestry:sturdyMachine>, [
    [<gregtech:gt.metaitem.01:17300>, <gregtech:gt.metaitem.01:17300>, <gregtech:gt.metaitem.01:17300>],
    [<gregtech:gt.metaitem.01:17300>, <IC2:blockMachine>, <gregtech:gt.metaitem.01:17300>],
    [<gregtech:gt.metaitem.01:17300>, <gregtech:gt.metaitem.01:17300>, <gregtech:gt.metaitem.01:17300>]]);
  • Make the JABBA Movers harder


  • Make the Forrestry Machines harder


  • changing the Fluid and Solid Firebox from Railcraft


  • Add an Recepies for the MC Saddle


    Code
    recipes.addShaped(<minecraft:saddle>, [
    [<minecraft:leather>, <minecraft:leather>, <minecraft:leather>],
    [<minecraft:carpet>, <minecraft:carpet>, <minecraft:carpet>],
    [<gregtech:gt.metaitem.01:28032>, <minecraft:string>, <gregtech:gt.metaitem.01:28032>]]);




    I will add more soon ...

  • Changing the Armor and Gunbox from Flans Mod


  • Rain Tank and Bottler from Forestry


  • Imibis Micro Block Saw


    Code
    recipes.remove(<ImmibisMicroblocks:immibis.microblocksaw>);
    
    
    
    
    recipes.addShaped(<ImmibisMicroblocks:immibis.microblocksaw>, [
    [null, null, null],
    [<gregtech:gt.metaitem.01:23032>, <gregtech:gt.metaitem.01:23032>, <gregtech:gt.metaitem.01:23032>],
    [<gregtech:gt.metaitem.02:7500>, <gregtech:gt.metaitem.02:7500>, <gregtech:gt.metaitem.01:28032>],
    [null, null, null]]);
  • Carpenters Hammer and Chisel


  • Changing Charger from AE2 an delete some Machines from AE2 because of Gregtech Machines


  • And one more for the moment


    The mc piston:


    Code
    recipes.remove(<minecraft:piston>);
    
    
    
    
    recipes.addShaped(<minecraft:piston>, [
    [<gregtech:gt.metaitem.02:31809>, <minecraft:wooden_slab>, <gregtech:gt.metaitem.02:31809>],
    [<minecraft:stonebrick>, <Railcraft:part.plate>, <minecraft:stonebrick>],
    [<minecraft:stonebrick>, <minecraft:redstone>, <minecraft:stonebrick>]]);
  • Too many recipes :o , but btw, can someone make a tutorial on minetweaker, because I want to also change the recipes of some things but IDK how to use it :c