Recent content by pfeiferocks

  1. P

    Bug Server Crash with out of Memory, PoweredTierRecipe.java:102

    There are duplicate entry's in that file In my new file there are 100 of "recipeGroup": "Villager", "teamID": "UNKNOWN", "currentTier": 0 and 2 of "recipeGroup": "resgen", "teamID": "Red Team", "currentTier": 3 I hope that would be fixed actual size is 272KB Update: actual size is...
  2. P

    Bug Server Crash with out of Memory, PoweredTierRecipe.java:102

    Yeah the file was 400MB big ... i dont know how that could be happend That's the old file craftingTiers.zip If anyone need it
  3. P

    Bug Server Crash with out of Memory, PoweredTierRecipe.java:102

    I updated my Server to 2.0.1 with a map reset, after some lags and building a platform in the nether some ghasts attacked me with many lags and I fell out of the world and then I had a out of memory error. I set my max from 2 (default) to 6 GB and it still crashs when I join. log...
  4. P

    Open 2.3.3: 2.3.5 - Unable to craft beegonia

    Your MT fix ^^ #bees / Botania fix mods.botania.Apothecary.removeRecipe("beegonia"); mods.botania.Apothecary.removeRecipe("hiveacynth"); mods.botania.Apothecary.removeRecipe("hibeescus"); mods.botania.Apothecary.addRecipe("beegonia", [<ore:petalWhite>, <ore:petalYellow>, <ore:petalYellow>...
  5. P

    Open 2.3.3: 2.3.5 Infinity evolved Ender IO crash

    it is fixed in a newer kcauldron build, but they have many bugs at the moment
  6. P

    Open 2.3.3: 2.3.5 Items missing in NEI

    Create a new file, "fix.zs" for example. Copy the the code bellow into the file and save. Place file into the "\minecraft\modpack\common\scripts" folder. Make sure it ends in ".zs" and not ".txt" or ".doc" import mods.nei.NEI; NEI.addEntry(<MagicBees:beeNugget:5>)...
  7. P

    Open 2.3.3: Chunk load/server crash

    Its a world anchor and try to use this version https://repo.prok.pw/pw/prok/KCauldron/1.7.10-1614.175/KCauldron-1.7.10-1614.175.jar
  8. P

    Open 2.3.3: FTB Infinity Evolved crash

    Update java and reinstall the modpack
  9. P

    Open 2.2.2: FTB Infinity Optifine crash

    I dont have problems with optifine. Is there somethin bevor EnderIO?
  10. P

    Open 2.3.3: 2.3.5 Infinity evolved Ender IO crash

    Not only the autocrafter Killer Joe, Farming Station
  11. P

    Open 2.2.2: Iridium Ore Spawns in Runic Dungeon Chests Expert Mode

    you can't find iridium ore in normal loot chests DungeonLoot.zs @7 vanilla.loot.removeChestLoot("dungeonChest", <IC2:itemOreIridium>); few? i got a stack in 20-30min. EDIT: In a single chest i got once 4 iridium In the old ChestGen config there is no iridium
  12. P

    Open 2.2.2: Iridium Ore Spawns in Runic Dungeon Chests Expert Mode

    Version: 2.2.2 What is the bug: Iridium Ore Spawns in Runic Dungeon Chests. you can easy get iridium, too easy. Mod & Version: runicdungeons-1.1.6a Paste.feed-the-beast.com log: Can it be repeated: Go into the runic dungeon. Known Fix: config/RunicDungeons/ChestGeneration.cfg remove...