Posts by Speiger

    Just to point that out. I use the IC2Exp API still and i kinda want to get informed when you guys rewrite the 1.10.2 API because its also something i need to take care of...
    Thanks that i get that through the backdoor.

    Did you take out the Jar that is inside the IC2Exp jar and put it into your Eclipse/Idea lib folder and registered it into your aviable source?


    Because IC2Exp has a Library that it can't extract when its in a dev envioment. And that could cause the crash. (I had that issue already)

    They can't really fix that since these values are auto generated...
    But what you can try is use IC2 scan command and do a recalculation of the values
    And then rescan the Obsidian.


    Since the values generated in the scanner code are random...
    (They use worldgen (which is random) to determen the base values of resources and all other values are based of these values then too)

    MauveCloud i may update the mod to 1.10.2 but not as addon anymore.
    If its going to be updated then it will be intigrated into ic2c.


    Because the calculation time would be way much reduced since i can process the caluclations while the game loads and the crops get registered, and i dont have to wait until the game is 99% loaded and then process the stuff.


    And on top of them i have kinda no interest in supporting IC2Exp anymore in that regard.


    That maybe for a dumb or dull reason but its going not to change xD

    Well in 1.4.7 and older versions where the Enet was fixed (it is not fixed yet in Exp) there was the thing that Transformers outputed 4 of the lower power packets. (in your case 4x512EU)
    And IC2Exp even supports that kind of API but they will not implement it because its harder to implement then the stuff that everything is using.
    Even so the amount of work is like 5 minutes max.


    You can't even implement the crop calculator in 1.10.2? I guess that's not really a big deal. Unlike the AgriCraft author, I don't mind experimenting a bit to see what I can get from crossbreeding.


    The calculator in itself? Yeah i could but i wont add that since most people wont use that kind of thing since you need to have a item to get it and it doesnt give you the best combo.
    And Agricraft is so simple that it takes no time to calculate... IC2 Crops are so complex that you can have a lot of cases to calculate.
    Its basicly a EnderIO AlloyFurnace.



    You can, the logic hasn't changed from 1.7. The difference is because JEI wants all the recipes it shows to be defined at game startup, all the combinations have to be worked out then rather than as it was running like NEI allowed you to do. Or at least that's what Speiger seems to be getting stuck with.


    Chocohead its not like that i can use the FMLPostInit event to start the loading thread if that would be possible then no problem... But i have to use the onLoadFInished event so that i get done as soon its done. And the calculation amount is really big and the sorting for duplicates to be removed is also not something that goes fast...
    And that would do the loading time really long or you wouldnt be able to load since i would have to lock the game until my stuff is beeing processed which basicly doesnt allow you to load worlds or join servers for that matter...

    Just a Note aroma. Its not my request that you add that kind of feature. Since i have already that kind of system installed and its fully compatible with ic2s current system...

    Did i say entire API? No!
    Overhaul is überarbeiten. That doesnt mean "You have to do everything of it" You only have to redo KeyComponents of it. And since i did point at the RecipeAPI that actually makes sense...

    Its a Overhaul of the RecipeAPI since your RecipeAPi doesnt support Custom RecipeOutput class. Overhaul doesnt mean that you have to replace everything but you have to do a good chunk of changes to make it actually work.