Recent content by nodar86

  1. N

    Problem missing IDs (map search tool?)

    We get missing IDs on our map which means that our server tries to re-read the config every minute or so. My question is whether there is a tool that can list out all block on the map with the ID XY? IDK if mcedit can do this or not but I really do need a tool for doing it. Thanks in advance
  2. N

    Solved Forge Essentials with DW20 pack

    Solved it! The hosting blocked http connection. I added the libs by hand, it solved the problem :)
  3. N

    Problem Flattener Filter java.lang.ArrayIndexOutOfBoundsException

    I don't really know what happened, but my server crashed with the log below. I see it is caused by a flattener filler. Does anyone know what possibly can be the problem and how to solve it? 2013-01-07 17:00:15 [INFO] [STDERR] t: Ticking tile entity 2013-01-07 17:00:15 [INFO] [STDERR] at...
  4. N

    Solved Forge Essentials with DW20 pack

    I've been trying to use Forge Essentials with the Direwolf20 pack, but I couln't get it started. What can possibly be the problem? Or which version should I use? Who doesn't knows the mod: http://www.minecraftforum.net/topic...tection-logging-more-for-forge-based-servers/
  5. N

    Slot reserve mod for forge

    I was searching for a slot reserve mod for my server (DW20 pack). Can anyone tell me about a mod which can reserve slots for ops or allow them to join a full server?
  6. N

    Forge Essentials w/ Direwolf20 pack

    Yay, no replies :\
  7. N

    Forge Essentials w/ Direwolf20 pack

    I've been trying to use Forge Essentials with the Direwolf20 pack, but I couln't get it started. What can possibly be the problem? Or which version should I use? Who doesn't knows the mod...
  8. N

    Mod code fixes and tweaks

    Thanks very much
  9. N

    Handling excess materials with router sorting

    I would have, but I use the FTB Beta A pack so no redpower :\
  10. N

    Mod code fixes and tweaks

    I couldn't find the \.ftbserver\mods\ComputerCraft\lua\rom folder. Shall I create it myself or is this post simply outdated?
  11. N

    Handling excess materials with router sorting

    Good idea, but what would happen if I only had 56 of the excess item and no more? The first gate would never be triggered
  12. N

    Handling excess materials with router sorting

    I recently made a sorting system with 2 factorization routers. ***BBB<etc.> | C=input chest ***BBB<etc.> | R=router* CRRBBB<etc.> | B=barrel * First router(bandwith, machine filter, ejector) extracting everything from the chest and putting it in the 2nd router Second...