Search results

  1. C

    Myrathi's Mod Compendium

    And I was very glad to see it.
  2. C

    Myrathi's Mod Compendium

    Yay Myrathi. :) Always going the extra mile. :) Me, waiting patiently for Switches and InfiniBows 1.7.10...
  3. C

    Enchanting Plus Successor - Suggestion Thread

    A few general principles of what I'd like to see in a replacement for vanilla enchanting: — There should be a process to learn or discover new enchantments. Relevant drops may be applicable here. For instance, studying blaze rods or ghast tears would yield clues to fire-related enchants, snow...
  4. C

    Myrathi's Mod Compendium

    O Noble Myrathi, I have a suggestion. For a highly satirical addition to an already satirical mod. I suggest the addition of another drop to FinndusFillies, so that when you kill a horse, it also drops a horse skull, which functions exactly like a skeleton bone - i.e, you can grind it up into...
  5. C

    Permissions in FTB

    I've recently set up my first FTB server - 1.4.7 Ultimate with minor changes, set up as a server setup learning environment for me, for the most part, as a step towards building a more up-to-date and more extensively modified server with a fully custom modpack. (So far, it's mostly stock, but...
  6. C

    Disabling the GUI console on FTB server (Linux)

    Aha! Got pointed at the answer. '--nogui' does not work. 'nogui' as last argument, WITHOUT the '--', does. So hopefully the next person who has this problem will now find this answer...
  7. C

    Disabling the GUI console on FTB server (Linux)

    I haven't, because I didn't know about it, but I was hoping there was such an option; I just couldn't find any reference to it. Hmm... I just tried that, and this is the result: epsilon3:root:/opt/FTBserver:18 # java -Xms4G -Xmx4G -nogui -jar ftbserver.jar Unrecognized option: -nogui...
  8. C

    Disabling the GUI console on FTB server (Linux)

    I'm working on putting together a private FTB server for my kids. The server runs on my application server, an 8-core Linux box in my server rack that is effectively headless. (It has a monitor, via a KVM, but the monitor is almost never used.) The way I had my previous (Craftbukkit) server...