Posts by ciroreed

    I can't fill my 'Fluid solidifier' with any liquid. Im googling around but no solution yet:


    What im doing:


    - Connect a 'fluid solidifier' to the electric network

    - Shift + Right click holding a cell with a fluid on one of machine sides (this works fine for other machines but fluid solidifier)


    GT version: gregtech-5.09.28pre


    UPDATE:


    https://imgur.com/a/OLaRh


    previous image: cover at left machine iza pump at "import". the milk desapears from cannin machine, that's right. But milk doesn't go across pipe to reach fluid solidifier. Something is blocking wont allowing liquid to enter in that machine :(



    Im missing something? thanks

    Rules: {
    report bugs if knew (...)
    get benefit from bugs can be punished
    respect other players, always be polite
    enjoy
    }

    • 76 mods
    • 15 plugins
    • Factions PVP
    • Hardcore survival


    Also you may read below.


    <- DOWNLOAD MODPACK ->

    If you have already a launcher you can use it. this modpack is an installer that REPLACES ALL CONTENTS IN .minecraft FOLDER, SO BACKUP YOUR WORLDS.


    If u want use our launcher you can download from here: LAUNCHER


    SERVER ADDRESS: minecraft.iskra-server.net


    webpage in construction: http://iskra-server.net/


    Staff Inessa, ciroreed


    Some screenshots:





    complete mod list:


    ProjRed|Expansion@4.5.8.59
    gregtech@MC1710
    BiblioCraft@1.9.1
    BuildCraft|Silicon@6.2.6
    BuildCraft|Transport@6.2.6
    GraviSuite@1.7.10-2.0.3
    ProjRed|Compatibility@4.5.8.59
    mcp@9.05
    FML@7.10.85.1230
    BuildCraft|Core@6.2.6
    NotEnoughItems@1.0.3.76
    IC2@2.2.656-experimental
    ForgeMultipart@1.1.0.314
    neiintegration@1.0.3
    Forestry@3.2.0.5
    ComputerCraft@1.65
    BuildCraft|Factory@6.2.6
    ProjRed|Transmission@4.5.8.59
    Forge@10.13.2.1230
    CodeChickenCore@1.0.4.29
    ProjRed|Transportation@4.5.8.59
    BuildCraft|Energy@6.2.6
    Railcraft@9.4.0.0
    ProjRed|Integration@4.5.8.59
    ProjRed|Core@4.5.8.59
    cfm@3.4.7
    McMultipart@1.1.0.314
    ForgeMicroblock@1.1.0.314
    ProjRed|Illumination@4.5.8.59
    ProjRed|Exploration@4.5.8.59
    MrTJPCoreMod@1.0
    BuildCraft|Builders@6.2.6
    simpleores@1.5.1
    simplecore@1.0.1

    This is my first minecraft mod, based on industrialcraft mod



    I post here before release it because i need some help or support by some experimented ic2 modders.
    I know how to use java, i'm a programer. dont worry about that. But i dont have time to look for docs (anyway doesnt exist any ic2 documentation well explained..).


    This addon will be OPEN SOURCE so feel free to suggest changes or new features to this mod here: https://github.com/ciroreed/Revolution_tools
    Any person that help me to develop this, if he/she want will show as a mod owner too. I just want see this mod operative, i dont care about who gets the "likes". Simply i have the idea and i need someone who teach me to code some stuff or want to work with me on this project.


    Here is a briew description about the mod idea/objectives:


    1º -> this mod is planned as a pvp extension of industrialcraft2.


    2º -> it planned to play on servers, so i need that these new items
    such as weapons and electric armors dont be overpowered. Each one must
    have their weak points... it must be funny, easy and fair to play with
    others. For example i dont want make an ironman's armor that kills all
    players pressing one key... (that is the reason witch i planned this new
    mod).


    3º -> will be similar to those ic2 addons:


    http://ic2ca.wikia.com/wiki/Main_Page -> GOOD IDEA, BUT TOO OP


    [Addon v1.118, 2.0 exp for MC 1.6.4] Gravitation Suite v1.9.8 ! [SSP/SMP] -> TOO OP, funny on SSP


    Those are too OP! and make my server a little unfair for noobs/starters on servers. most addons or mods are thought for SSP. Well, this one will be more funny for servers. Last half year i own a modded server (1.4.7) and I have those mods. Obviusly first players that get :Matter: (people who played tekkit in most cases) and then get :Quantum-Bodyarmor: will rule the server.. and its soo boring.. :thumbdown: . Because no one can beat him. Only admins...


    My first idea in particular is create some item/weapon that subtract all energy from electrical armors like :Quantum-Bodyarmor: :Quantum-Helmet: :Quantum-Leggings: :Quantum-Boots: and then make it useless (i would like that when qsuit doesnt have power get the player heavyweight and slowed) [gregtech teslastaff?? but it doesnt work at all :cursing: ]


    Make other laser instead of :Mining Laser: that F**** multiplayer too. The new laser cant destroy blocks ... or some specific blocks...


    Then i want extend and create other armors , with some advantages and, obviusly, weak points.
    Please comment! :)


    SORRY FOR MY ENGLISH LEVEL, IM SPANISH! :D

    error while shoot one arrow


    what i did


    in minecraftforge.com [http://files.minecraftforge.ne…e-src-1.4.7-6.6.2.534.zip] i get mcp with forge installed. I guess that only rest copy ic2 files into minecraft.jar (deleting integration of course). then i run decompile and i get a lot of errors. some of them are cutte simple to solve, but there are others ... very hard. Y think that these errors are made during deobfuscate code.


    when i solve all of ic2 code issues, i modify (for example) quantum suit amount of energy get consumed when receive damage (this is my only interest), then i get QSuitArmor.class (modified) y copy it into normal ic2.jar (i delete meta-inf) ... but, i get errors like (Entity not found or some shit).. i seems that forge isnt decompiled right.. im tired.


    I WANT LEARN TO MODD IC2, i love this mod, but i dont like some things that i want add or delete on it. PLEAseEEEEEE HELP MEE XD


    sorry for my english.. im spanish, wrong education!

    even when i modify ic2 code, for example this:


    public int getEnergyPerDamage()
    {
    return 900;
    }


    by this:


    public int getEnergyPerDamage()
    {
    return 10000;
    }


    when i run minecraft it crash and it say


    ClassNotFound ... i dont understand..


    i modified nanosaber too


    any way i get same error. How i can fix this? or it doesnt care for modding?


    13:26:12 - # Warning: unknown class Side in cpw/mods/fml/relauncher


    13:26:12 - # Warning: unknown class SideOnly in cpw/mods/fml/relauncher


    13:26:12 - Unrecoverable error during obfuscation, see log file for details.


    13:26:12 -


    13:26:12 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound pl


    13:26:12 - '"C:\Program Files\Java\jdk1.7.0_17\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\minecraf...' failed : 1


    13:26:12 -


    13:26:12 - == ERRORS FOUND ==


    13:26:12 -


    13:26:12 - Unrecoverable error during obfuscation, see log file for details.


    13:26:12 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound pl


    13:26:12 - ==================


    13:26:12 -


    13:26:12 - Decompile failed

    pretty cool for single player. But ... not for servers, please add some entries in config files next update to make it customizable, for example ¿how much damage may absorb gravichestplate? in percent: 20


    by this way, the first player that craft the gravi suit do not become GOD in the server. And may be balanced. Because in my server gravichest now is banned, because first one that made this armor is overpowered and invincible. Im not agree

    13:26:12 - # Warning: unknown class Side in cpw/mods/fml/relauncher
    13:26:12 - # Warning: unknown class SideOnly in cpw/mods/fml/relauncher
    13:26:12 - Unrecoverable error during obfuscation, see log file for details.
    13:26:12 -
    13:26:12 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound pl
    13:26:12 - '"C:\Program Files\Java\jdk1.7.0_17\bin\java" -cp "runtime\bin\retroguard.jar;lib;lib\*;jars\minecraf...' failed : 1
    13:26:12 -
    13:26:12 - == ERRORS FOUND ==
    13:26:12 -
    13:26:12 - Unrecoverable error during obfuscation, see log file for details.
    13:26:12 - RetroGuard error: COM.rl.obf.classfile.ClassFileException: ClassNotFound pl
    13:26:12 - ==================
    13:26:12 -
    13:26:12 - Decompile failed


    finally it doesn't work