[GregTech-5][1.7.10-FORGE-1355+][Unofficial but approved Port][Stable] Even GT5 Experimental is slowly getting stable.

  • Hey Guys,

    do you know if gregtech generates adamantium or other metallurgy ores? I have disabled the metallurgy ores, because i want only the gt ones... If not, is there a tutorial to add custom ore generation to WorldGeneration.cfg?

  • Ok, GT5U 5.09.xx made fuel last longer. But one thing about the Pyrolyze oven it take EU that have to created in this Process to maintain the whole chain, coke ovens only need time, the whole process has to create a energy surplus in order to run machines from it, wood is a renewable energy source, so running time based processes to gain more fuel value is good, but energy processes degrade the efficiency even more.

    Anyway this is not the right thread for this discussion (and the results should effect the page about the large boilers as well).

    You can use NEI with @gregtech, you want the stone version ID for the config to add in, the other ones are made automatically.


    I still have never fiqued this out ebuff to get it right, If you have, please share your knoledge with the rest of the class. :P

  • !!!!Sorry for my bad english!!!!

    When i generate a new world with every gregtech5unofficial version and every thermal expansion version the game crash without the crash-report....it is only a my problem? i searched in google information about this but i did not discover nothing

    this not happen with the gregtech 6

    this is my log

    Display Spoiler

    Edited once, last by Shassyra (November 27, 2015 at 3:27 PM).

  • hm, as far as i understand your log, something is messing with Ender IO, but there are so many mods in I have no knowledge about jet many be somebody else can help you. Also For me it locks like, you are trying to load the map, when you get shut down, may be this info will help the next one, I don't know much about AT launcher.

    As Promised here my insights in gregtech custom oregen:

    First you have to turn the lines for custom oregen you what to use 'true' .

    Code
    B:ore.mix.custom.xx_false=false -> =true
    B:ore.small.custom.xx_false=false -> =true


    Example:

    Code
    B:ore.mix.custom.00__false=true
    B:ore.small.custom.00_false=true


    Then you need to edit the entry you choosen:


    to something like this (in my chase this will spawn small Neutronium Ore in The End with a rarity of about 3 ores per chunk):


    For the mix one it gets a little bit trickier. From:


    In this case it will spawn a Berylium/Neutronium vein with Adamantite and Vulkanite mixed in, with a denstiy comareable of Diamond, in the end and the overworld, but not in Twilight Forrest at arround 45 to 60 height, but more seldom than diamonds and a size between diamonds and redstone:


    Hope GregoriusT, is pleased with me and can confirm, I got it right, the twilight Forrest stuff is untested. So this one should be correct now.

    Edited 2 times, last by Kupferdrache: adjust to recently got additional insights. (November 28, 2015 at 9:56 AM).

  • hm, as far as i understand your log, something is messing with Ender IO, but there are so many mods in I have no knowledge about jet many be somebody else can help you. Also For me it locks like, you are trying to load the map, when you get shut down, may be this info will help the next one, I don't know much about AT launcher.

    As for the inside I found into gregtech ore gen, this follows as edit to this post, once I cleaned up my mess, shouldn't take long.

    Thanks....i try to understand....i focus on ender io


    edit: i discover that is a problem with enderIO Addons mod....if i disable it, gregtech work. Thanks for the help!

    Edited once, last by Shassyra (November 27, 2015 at 7:04 PM).

  • B:ore.mix.custom.xx_false=false -> _true=true
    B:ore.small.custom.xx_false=false -> _true=true

    No! Never change parameter name! Only value.
    All text before "=" is parameter, and only after "=" is value that need to be changed

    So that is right
    mix.custom.xx_false=false -> _false=true

    Ideal Industrial Assembly (IIA) - my pretty hard industrial modpack based on GT5.09

    Идеальная Индустриальная Сборка (ИИС) - довольно сложный сугубо индустриальный модпак, базирующийся на GT5.09

    http://sapientmail.wixsite.com/minecraft

  • That can happen in only one case
    For example default string is "I:Amount_32=32", if you change it to "I:Amount_32=64" it is correct. But if change it to "I:Amount_64=64" than GT would not find parameter "I:Amount_32" in config and will generate it with default value "I:Amount_32=32", but string "I:Amount_64=64" will not change anything, because "I:Amount_64" is unknown parameter name.

    "_anything" is not suffix, its just default value included to parameter name for information.

    Ideal Industrial Assembly (IIA) - my pretty hard industrial modpack based on GT5.09

    Идеальная Индустриальная Сборка (ИИС) - довольно сложный сугубо индустриальный модпак, базирующийся на GT5.09

    http://sapientmail.wixsite.com/minecraft

  • Hi. Please, help. Google and ftb wiki don't help me.
    Steeleafranks crop don't becomes mature. What kind of block should I use, or what conditions must be carry out? I used a block of iron, steel, Ironwood, leaves and it didn't help.
    Thx for help and sorry for bad english.

  • Hi. Please, help. Google and ftb wiki don't help me.
    Steeleafranks crop don't becomes mature. What kind of block should I use, or what conditions must be carry out? I used a block of iron, steel, Ironwood, leaves and it didn't help.
    Thx for help and sorry for bad english.

    As far as I can tell from the source code, in GT 5.09.xx steeleaf requires a block with ore dictionary entry "oreSteeleaf" or "blockSteeleaf", but I'm not sure such blocks exist even with Twilight Forest installed - I don't have it installed myself, but http://ftb.gamepedia.com/Steeleaf indicates that Twilight Forest only provides steeleaf in item form as chest loot, and I don't find any such blocks defined by GregTech.

  • As far as I can tell from the source code, in GT 5.09.xx steeleaf requires a block with ore dictionary entry "oreSteeleaf" or "blockSteeleaf", but I'm not sure such blocks exist even with Twilight Forest installed - I don't have it installed myself, but http://ftb.gamepedia.com/Steeleaf indicates that Twilight Forest only provides steeleaf in item form as chest loot, and I don't find any such blocks defined by GregTech.

    Thx for answer.

  • GT tin cables are supposed to be able to connect to a Forestry electrical engine, right? They don't for me. If the non-connection is deliberate, I suggest adding a mention of it to the GT5 mod compatibility wiki page.


    No. Forestry electrical engine is IC2 EU producer, so you need to use transformer first and then cable (same as you do with other IC2 energy producing machines.