Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. R

    Problem FTB Server Open but Can't Reach Server

    Sounds more like this question needs to be answered by your hosting provider. We can't check your configs etc ;-) Are you sure you used the correct IP and port settings? if your IP is 1.1.1.1 and the port is 25565 you connect to the address 1.1.1.1:25565
  2. R

    CAN SOMEONE TRY JOIN MY SERVER TO SEE IF IT WORKS?

    I'm not into mc servers normally, just networking in general. I have no idea about bukkit and that stuff. Might be better to wait for someone with that knowledge to answer that.
  3. R

    CAN SOMEONE TRY JOIN MY SERVER TO SEE IF IT WORKS?

    Yup, it's working now!
  4. R

    CAN SOMEONE TRY JOIN MY SERVER TO SEE IF IT WORKS?

    Yes you need to put the local 192.168.0.7 IP there, since you need to tell the router where to send packets coming from the internet on port 25565 to the local network. Edit: Just tested, it's working now! Have fun. (but add a whitelist since your ip is noted here now, everyone can connect!)
  5. R

    Not sure if support, but what map mod does DW20 1.6.4 use?

    Without an error I'm not sure. However, I found a thread about how to disable the mapwriter minimap, might help you in keeping opis enabled but just disable the visual part of the minimap. http://forum.feed-the-beast.com/threads/direwolf-minimap-mod.35502/
  6. R

    CAN SOMEONE TRY JOIN MY SERVER TO SEE IF IT WORKS?

    It's not working yet, I'm getting a timeout error while connecting. Could you post some screenshots of your router configuration? Especially the portforwarding part? The portforwarding needs to point to IP 192.168.0.7 on port 25565
  7. R

    Not sure if support, but what map mod does DW20 1.6.4 use?

    It's called MapWriter I think and is part of the OPIS mod. Disable the Opis mod to get rid of the minimap.
  8. R

    CAN SOMEONE TRY JOIN MY SERVER TO SEE IF IT WORKS?

    It's quite normal that you can't connect to the 'outside' IP address, that's just because you're inside the network. Though your friends should be able to connect to the outside IP, if you have setup the portforwarding and firewall rules. Port 25565 is indeed the default port so that looks good...
  9. R

    CAN SOMEONE TRY JOIN MY SERVER TO SEE IF IT WORKS?

    The IP you listed is a local IP, which means it will only work on your local network. Go to a website like whatismyip.com and use that number to connect people from outside your local network. Though you probably need to do some port forwarding and stuff :)
  10. R

    Hydras Being Spawned/Captured By Players? - FTB Unleashed

    I'm not sure what version it was, or who it was, but I've seen a youtube video with some guys capturing bosses from the Twilight Forest using Mystcraft portals. They made a portal where the boss is and lure him into the portal. On the other end they had some cages to hold these bosses, like you...
  11. R

    Ideas for unattended automated mob essance farm?

    Because of the glitchy behaviour of the mobs, these farms usually don't last long in my game. When I have my first mob spawner ready with a grinder (and thereby enough mob essence), I upgrade my cow farm to an auto-spawner and grinder (or slaughterhouse) and only enable it when I need food or...
  12. R

    Ideas for unattended automated mob essance farm?

    Good to know, thanks loboca! So there is a mod in Unleashed who adds extra leather or something. Oh well, the hopper system works perfectly :)
  13. R

    Solar Panel Help

    I'm not sure if Dartcraft is in your modpack but that mod add's the force wrench. A tool to serialize tile entities like your solar panels into items, and drop them down somewhere else while keeping all the energy or other attributes (like items). Because you had no idea what I was talking about...
  14. R

    I broke Not Enough Items!

    Oh wow, thank you for the encouraging words! I'm here, in your thread, replying to your issue and you feel the need to talk me down like that? Just because you can't see how my solution would fix your issue doesn't necessarily mean it won't work. Besides, it's just a small thing to try. Let me...
  15. R

    Solar Panel Help

    It might be useful to include the mod pack / version you are using. Did you force wrench those solars? I've had this issue in FTB Unleashed 1.1.3 after having force wrenched the solars to move them around a bit. Though that was only a visual glitch, they did still work and after I restarted...
  16. R

    Ideas for unattended automated mob essance farm?

    Babies following their parents, it's a vanilla thing. It really has to do with breeding, not just getting back to their previous position. They follow their parents until they are grown mature.
  17. R

    Ideas for unattended automated mob essance farm?

    I use water flows to keep the babies (and parents) from glitching. 5x5 breeding room. 4 source blocks of water, one in each corner. (6 animals). This makes the parents stay in the middle of the room. 5x5 baby room. 2 blocks of water in the corners on the side of the breeding room. This way...
  18. R

    I broke Not Enough Items!

    It's in the standard minecraft options. Not too sure about the precise wording but it's the option to change the size of your Graphical User Interface, as in all the things on your screen (hotbar etc).
  19. R

    I broke Not Enough Items!

    Sometimes it helps to change the GUI scale in the options. Just toggle between a few modes and see if that fixes it.
  20. R

    Redstone Energy Conduit

    On the TE wiki it says: "As of version 2.4.5.0, there is NO ENERGY LOSS." Unleashed 1.1.3 uses version 2.4.6.0 As I understand it, the 5% loss value (I:EnergyFramework.Redstone.Loss=5) in the config is when energy is converted from a non Redstone Energy Framework source, or something. I'm not...