Posts by GregoriusT

    Nikolite, tugnsten, the gems and i don't remember what else isn't in the ore dictionary, ergo you must add it to the config list.

    Here the function, which defines VALUABLE ORES (needed 20 mins to find that), and the Codetag of the Forum is not working properly.


    public void registerOre(String var1, ItemStack var2)
    {
    if (var1.equals("dyeBlue"))
    {
    registerBlueDyeCraftingRecipes(var2);
    }
    else if (var1.equals("ingotBronze"))
    {
    registerBronzeIngotCraftingRecipes(var2);
    }
    else if (var1.equals("ingotCopper"))
    {
    registerCopperIngotCraftingRecipes(var2);
    Ic2Recipes.addMaceratorRecipe(var2, Ic2Items.copperDust);
    }
    else if (var1.equals("ingotRefinedIron"))
    {
    registerRefinedIronCraftingRecipes(var2);
    Ic2Recipes.addMaceratorRecipe(var2, Ic2Items.ironDust);
    }
    else if (var1.equals("ingotSilver"))
    {
    registerSilverIngotCraftingRecipes(var2);
    Ic2Recipes.addMaceratorRecipe(var2, Ic2Items.silverDust);

    if (!silverDustSmeltingRegistered)
    {
    FurnaceRecipes var3 = FurnaceRecipes.smelting();
    var3.addSmelting(Ic2Items.silverDust.itemID, Ic2Items.silverDust.getItemDamage(), var2);
    silverDustSmeltingRegistered = true;
    }
    }
    else if (var1.equals("ingotTin"))
    {
    registerTinIngotCraftingRecipes(var2);
    Ic2Recipes.addMaceratorRecipe(var2, Ic2Items.tinDust);
    }
    else if (var1.equals("ingotUranium"))
    {
    registerUraniumIngotCraftingRecipes(var2);
    }
    else if (var1.equals("itemDropUranium"))
    {
    Ic2Recipes.addCompressorRecipe(var2, Ic2Items.uraniumIngot);
    }
    else if (var1.equals("oreCopper"))
    {
    Ic2Recipes.addMaceratorRecipe(var2, StackUtil.copyWithSize(Ic2Items.copperDust, 2));
    addValuableOre(var2.itemID, var2.getItemDamage(), 2);
    }
    else if (!var1.equals("oreGemRuby") && !var1.equals("oreGemEmerald") && !var1.equals("oreGemSapphire"))
    {
    if (var1.equals("oreSilver"))
    {
    Ic2Recipes.addMaceratorRecipe(var2, StackUtil.copyWithSize(Ic2Items.silverDust, 2));
    addValuableOre(var2.itemID, var2.getItemDamage(), 3);
    }
    else if (var1.equals("oreTin"))
    {
    Ic2Recipes.addMaceratorRecipe(var2, StackUtil.copyWithSize(Ic2Items.tinDust, 2));
    addValuableOre(var2.itemID, var2.getItemDamage(), 2);
    }
    else if (var1.equals("oreUranium"))
    {
    Ic2Recipes.addCompressorRecipe(var2, Ic2Items.uraniumIngot);
    addValuableOre(var2.itemID, var2.getItemDamage(), 4);
    }
    else if (var1.equals("oreTungsten"))
    {
    addValuableOre(var2.itemID, var2.getItemDamage(), 5);
    }
    else if (var1.equals("woodRubber"))
    {
    Ic2Recipes.addExtractorRecipe(var2, Ic2Items.rubber);
    }
    else if (var1.startsWith("ore"))
    {
    addValuableOre(var2.itemID, var2.getItemDamage(), 1);
    }
    }
    else
    {
    addValuableOre(var2.itemID, var2.getItemDamage(), 4);
    }
    }

    WHAT DID YOU SAY, FenixR?

    OK its not in the Dictionary, but in the IC²-Sourcecode and the useless Nikolite is not included, so i'm partially right, FUCK YEAH!
    I generally thought you shut up, if you don't know it completely, like explained in your Signature.

    Welcome to the forums! This is the best idea from an under 20 posts guy! While this sounds kinda cool, I'm not sure if it would work that well. The only way to make it not op would be to make it take tons of uu and eu. My advice: crafting table 3 with an inv full of uu :D

    Is "The Craftingtable of Awesomeness" now finally Bugfree?

    Thats my Start (IC², Redpower, Thaumcraft2, Railcraft)

    1st Daytime (the most likely only time when i'm on Surface in the Beginning)
    - Punch/Chop a few Oaks.
    - Find Rubbertree and get Saplings from it.
    - Get Wheatseeds (Food) and Sugarcanes (For Thaumcraftresearch)

    1st Night started (and then you will not see me for a long time)
    - Start mining
    - Craft Gemtools of Redpower
    - Find large Pool of Lava
    - build temporary Base next to it
    - build Quaesitum and IC²-Cropbased-Sugarcanefarm
    - build Extractor and then Macerator (powered with Redstonedust in bottomslot)
    - build a normal Generator to burn my Scaffolds
    - build a small Oakfarm under the Earth (Delicious Apples)
    - Emptyfy the Lavalake with Lavacells
    - Craft Electrowrench to dismantle the two Machines
    - Search for another place for the real Base
    - mark an exact Chunk (16x16-Area) at the new Baseposition (Makes Chunkloaders more effective and less buggy)
    - build Thaumcraftworkshop
    - Craft the Chunkloadseal (Magic/Earth/Earth) of Thaumcraft for the Base
    - build a Redpowerbased, Geothermaldriven Factory for the mined Stuff
    - Mining, Mining, Mining (the last time, which i will do it myself)
    - build automanned Watermill (16 EU/t) with Redpower for the Factory, because the Lava weared out.
    - build a Tunnelboringmachine with Redpowers Frames, and if the Framebugs are fixed, also a IC²-Factory on it.
    - Let the Tunnelbore (with Railcraftchunkloader on board) run and explore the Surface for Thaumcrafts Artifacts/Monoliths.

    I have installed Mystcraft today, and i dont know, how it actually affects my Gameplay, but it changes not much on my Strategy.

    Minimaps, especially ones that show entities, are way overpowered, because they show you if a creeper is sneaking up on you. Honestly, the Quantum Suit is fine as it is and maybe an optional HUD would be fine, but I'm against any real "benefits" , like minimaps or showing OV (Ore Value).

    I'm using a Minimap WITH entityradar, you won't believe how often a Creeper sneaks up behind me and BOOM.

    why ami not bein taken seriously i mean its a fair suggetsion.
    and why ami getting baned??? because u say so u are the one that are bashing on me and makn me have a bad time
    ablaka should ban you all for being so mean and immature vs new peple.
    if ur not fond of lightning then just remove the effec same stuf different image.

    i came here to suggest stuf and not to be bashed to extinction so fuck you fenixr and fuck you lurker and fuck you xfmax-o-l and fuck you kevindude and fuck you nanomanz and fcuk you all for being such bitch

    I hope my friend alblaka wil ban you sons of bitches

    this applies to all you fkcuers

    Your Posts are just stupid, you got luck that you posted that at 1:00 am (in my Timezone), because i was in bed. Now i stand up and get the Message, that another Noob (you) suggests Lightningrods and Alblaka HATES Lightningrods, what you would know IF YOU ARE HIS FRIEND. Now you are stupid enough, to post a picture without checking if the URL is correct, and you are too stupid to even write your Stuff properly, also you commited every Noobcrime i can think of here, so thats the reason, why you most likely get banned.

    And before i forget that Facepalm on my Profilepic is now for you.

    Congratualtions, you Sir deserve a Megafacepalm! (look at my Profilepic)
    Why? The people above me already answered it, but i tell you in short:

    Lightningrods, presuggested Stuff, Title says not even 30% of that and you claimed that it says all, already implemented Superfuel, using Chuck Norris Name on Objects like Doors without his express permission, giving Notches away, no consistent order of that suggested Stuff and completely ununderstandable Grammar.

    Oh, just in case he deletes it:

    title says all, just that it would send a pulse whenever there is a successful trade, used for opening doors with a "key", useful for admin houses, without worldguard, currently, my house is made of safes, trying to add a tradomat keyhole for a piece of bedrock, no redstone signal, no chuck norris door MinecraftSkeleton I give you :Industrial Diamond: and MinecraftNotch if you implement this, oh, can you re-add :Superfuel: to fuel a gen in endgame, prefer when there is some consiquence, yet another idea, power surges, EV is emited into cable when lightning strikes it, use same detector code as presureplate, just for entitylightning;
    crafting:
    :Fuel: :Fuel: :Fuel:
    :Fuel: :Bio Fuel: :Fuel: :Superfuel:
    :Fuel: :Fuel: :Fuel:


    :Trade-O-Mat: :Copper Dust: where :Copper Dust: = redstone dust, crafted into keyhole, used as tradomat, just no output and no "requested" item sprite, that would just give away your key

    EDIT, whats wrong with the superfuel sprite? :Superfuel:

    Edit: Passinglurker, what's with your Scoringsystem for predenied Suggestions?

    Edit: He is no longer the Reason for my Facepalm, because there was someone, who is much more stupid. (Link in my Signature)

    Actually a COMPOSITE bow with carbon fibre is a nice idea. We have Composite bows at OUR era, they're modern. But it should not be energy-based thought

    Compositebows (even if not out of Carbonfibres) were already used by Djingis Khan (Dunno how to spell him in english), just a Fact of History.