Posts by GregoriusT

    I have the feeling rubber tree will be too soon..

    How right you are. :D


    But Methane Cells -> 600EU is a Math Error on my Side, I should buff it to 601? maybe 602 EU?


    Did I mention that I HATE THE FORGEDIRECTION-ENUM-CODE!!! I'm currently at rewriting my Code, and for absolutely NO REASON all 7 Directions (UNKNOWN is also one) are IDENTICAL, while Iterating through them, NO MATTER what I do, my Debug Print shows me:




    Side: DOWN Slot: 11 Inventory Start: 0 Inventory End: 9
    Side: UP Slot: 11 Inventory Start: 0 Inventory End: 9
    Side: NORTH Slot: 11 Inventory Start: 0 Inventory End: 9
    Side: SOUTH Slot: 11 Inventory Start: 0 Inventory End: 9
    Side: WEST Slot: 11 Inventory Start: 0 Inventory End: 9
    Side: EAST Slot: 11 Inventory Start: 0 Inventory End: 9
    Side: UNKNOWN Slot: 11 Inventory Start: 0 Inventory End: 9


    For my Autocrafting Table, after I changed the Itemtransfer Code of my Advanced Buffer/Regulator.

    Anyone having issues with the Tiny Dusts not showing in NEI?

    I have no Issues with that Feature. :P

    Also We found nasty dupe bug with the auto crafting table. It was pretty much duping MFSU's with the logi pipes. Might be logi at fault or GT or both, I'm not sure but I just disabled it and removed the block.

    Problem with Logistics Pipes, which has been stated to be fixed long time ago. I don't know why, but these Pipes can access invalid Inventoryspace aka Holoslots.

    It'd be nice if there was a uu matter recipe for lily pads.

    That would be a huge waste of UUM, but you are free to do so in the next Version (oops forgot to add it, then next Version, sorry ^^') after I fixed the new Explosion triggers for my Machines, if they are broken without Wrench. At least my new Machine is already working.



    V2.75b:
    Added Chemical Reactor to combine the contents of 2 Cells. It uses the previously unused Texture from the Electrolyzer
    Added Explosions if you are stupid enough to break electrically charged Machines, not using a Wrench. WARNING: Explosions cause massive Chainreactions, which can wreck your WHOLE Workshop!

    The Liquid Transposer of Thermal Expansion does that.



    And yes other Liquids than either Lava or Water are currently not accepted in my Machines. And the Creosote Cell, will be removed in the 1.5-Update, if Railcraft really adds it. I will add a deprication Tooltip to said Cell.


    RichardG: Why isn't your Liquid Turtle working with all Liquids from the beginning? On the LiquidUU Thread you said, you need the Liquid Dictionary Entry for them, but a normal Tank doesnt need such Entry for storing Fluids. Is there a special reason for that?

    due invalid implementation of item\recipe registration by ic2.


    no matter how mods loaded, ic2 will load recipes first.

    Not to mention that Redpower has the same Problem (registers Recipes at least in the load Phase, if not even earlier), what kinda surprised me, as I was able to detect the Storage Block Recipes of Redpower in the load Phase.

    FYI, the bauxite at extrabiomes plains/forest sub-biome (if there's any) should be added specifically by Greg himself, maybe he hasn't added bauxite world gen into some XB biomes, and I'm 100% sure you will find bauxite in vanilla forest/plains (mystcraft age is a good idea)..

    Shrubland? Shouldn't there be Rubies? Here's a List:


    at gregtechmod.GT_Mod.load(GT_Mod.java:767)]

    Lets see what I have there in the Code...

    Code
    GT_OreDictUnificator.registerOre("10kEUStore", new ItemStack(GT_ModHandler.getIC2Item("reBattery", 1).getItem(), 1, -1));


    ...You haven't installed IC² properly. That is the first Location, where a Nullpointer from an IC²-API call doesnt get caught (everything before that is hard enough to resist Nullpointers from the IC²-Item-API), and I highly doubt, that the reBattery has been renamed or removed from IC².

    One would have to disable the IC²-Crafting Recipe for these Blocks as they use the Ore Dictionary for crafting (OreDict for crafting is good for anything but Storage Blocks), this needs a seperate Mod to achieve. It happens to me, that I know an Addon, which adds this Functionality, to re-enable Redpowers Storageblocks, by doing so. Its linked in my Signature.

    Thanks for the reply, I will try to log a bug / feature request with Forge team then about the Enchanting book

    Already fixed. I found the hook for that. Also you should never request a Hook if you are neither a Modder, nor directly sent by one. LexManos doesnt like to get spammed.

    Also, I searched through the configs again and didn't see anything related to the Anvil recipe, am I going blind? :( I want to keep the iron block recipe requiring use of the Compressor, but have some way to craft the Anvil, in the early game before we might have a Compressor. Does that make sense?

    You can enable the regular Crafting AND keep the Compressor Recipe.


    Edit:
    V2.75a:
    Fixed a few Bugs
    Added Dragon Egg Siphon. Now that Dragon Egg duping is no longer possible using Pistons, I can safely add this. Don't even try to use preduped Eggs or otherwise aquired multiple Eggs ontop of this Device, I have special Code to prevent running multiple Dragon Egg Siphons. EU Output is 128EU/t (can be adjusted in Config).