Posts by Shedar


    You shouldn't place all mods into minecraft.jar.
    IC2 and its addons should be placed into mods folder.

    You want that ic2 take another block ID for devices that emit light?


    Additional id is not required. Nuclear Control still uses one block id. And I have Info Panels (emits light when turned on), Industrial Alarm (variable light level) and other blocks. All you need is to override getLightValue method and update light when it's required.


    Do you use soundpacks or controlpack?

    Nice job, I like this stats system you have running. Have you ever consider actually making some kind of stats mod for servers? It would be sweet say for server admins to be able to have a small banner with actual real info that can be customized in the config that shows fun and useful information. To many of these so called stats banners are more for advertising but it be neat to actually have one for a purpose.


    I saw bukkit plugin, which saves statistic to google analytics.
    I even thought to save my stat to google analytics as custom variables. But I don't know any way to group requests for GA and I don't want to spam http requests from MC client. So I decided to make my own solution. If my class will be used by multiple mods it will send all data about used mods and versions in one request.

    v.1.4.1 released


    - MC 1.4.2, ic2 1.108 compatibility update
    - Range Trigger block - takes Energy Sensor or Energy Array card and emits a redstone sigal in specified range. Starts at higher value and stops at lower.
    - Info Panel title text box focus fixed (was unusable with NEI)
    - Text Card added. You can enter any text to display on the Panel. Up to 10 lines of text. Text editor is not finished (clipboard and hotkeys support), will be improved in future versions.
    - Cards API added. Any mod can add data cards for Information Panels.
    - Energy Counter negative values fixed


    Information for mod devs:
    1. API download . Should be enough in most cases, but I'm open for suggestions if you need more then provided. Examples can be found in Nuclear control source code - https://bitbucket.org/shedar/ic2-nuclear-control (shedar.mods.ic2.nuclearcontro.ItemCard* classes).
    2. Server part of my stat system works just fine, and last changes to StatisticReport class should fix sharing of user ids. So if you are interested in mod usage statistic (mod packs make donwloads count useless), something like this or this, or my signature, I can register you on my server. PM me for details.


    Thanks for the compatiblity. But isnt it a bit OP to just make 4 Upgrades and a Counter instead of my superexpensive Supercondensator?


    Your supercondencator is more then 8192eu/packet, if I remember correctly. I don't see another way to handle more then 2048 eu/t with counter. Transformer upgrades are IC2 way to handle large packets, without making of multiple tiers of each block. But if you have a better idea - I'm open for suggestions.