remove iridium from doungen loot

  • hi


    generel info
    minecraft version 1.7.10
    ic2 version last experimental


    what i wanna do
    i wannt to remove the iridium shads and ore from the doungen chest (not
    including the stronghold thats the only place were you should be able to
    find it with a 100% chance to find 9 iridium shads)


    what i tryed
    i installed eclipse and the forge source and tryed to decode the ic2
    classes what went realy well so that i was able to see the .java version
    of the IC2Loot.class
    i was able to spot and understand what i have to change


    what my problem is
    i cant compile the .java datei back to .class because i dont have the
    source code to do this (thats what eclipse is saying to me)


    sincerely Fabian


    ps: i know that i have the worst english here

  • Instead of trying to make a custom build of IC2, why not use the TooMuchLoot mod: http://minecraft.curseforge.com/projects/toomuchloot


    BTW, IC2 normally just adds to the loot available for generation in the various loot chests, which use vanilla Minecraft game mechanics. Getting a true 100% chance of finding 9 iridium shards in strongholds would require either custom chests generated in the strongholds, or a complete overhaul of how loot is generated for stronghold chests.

  • Well if he wants to delete it he can use the DeleteItem function from GenChestHooks which Just load a submod a couple secs later...


    Also i did not see that there is a static methode which allow you to delete items... xD