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. D

    Cannot disable descriptive books

    Actually, I've just found out disabling the crafting recipe for Writing Desks is not enough, because Writing Desks spawn in villages. :( As Writing Desks can be used to create Ages (even without a Book Binder), this is a bit of a pain. I guess you'd have to use some mod that either prevents...
  2. D

    Forge Mods (server side only)

    The Redpower Tweaks mod is available here: http://pastehtml.com/view/cr72r0hhu.html I also want to point out the LoginMessage mod, because it can be used to force disable Cave Mode and Mob Radar on the VoxelMap for players connecting to your server. You can find it on the Rei's minimap page on...
  3. D

    Cannot disable descriptive books

    Disabling the age books only disables their crafting recipe, but they can still be created in the writing desk and book binder, so you need to disable those too. Also there seem to be two config options for the writing desk in the Mystcraft config, so I set them both to false, just to be sure...
  4. D

    Is there a way of quickly removing flowing lava?

    There's a very simple config change. Go to config/CodeChickenCore.cfg Change persistantLava=true to persistantLava=false This makes lava behave more like water. It doesn't clear away as instantly as water, but it certainly clears up a lot faster. Be aware that the config setting is...
  5. D

    [SOLVED]Disable VoxelMinimap

    Yeah this did baffle me too, as I tried with the & symbols and then with the section symbol and neither were working at first. Once mine started working I just decided "it's not broke, don't fix it". :D I just double checked mine and I am using the section symbol with the LoginMessage mod. I...
  6. D

    How to keep server up to date with client?

    There are no clues to update the server because the server is up to date. When the modpack version number increases is the only time the server needs updating. You can also "check for updates" by subscribing to this post here: http://forum.feed-the-beast.com/threads/ultimate.13719/ At the moment...
  7. D

    How to keep server up to date with client?

    Can you check which version of Twilight you have on the client that doesn't connect? (Look in the mods folder). If it's v1.14 then it's actually that your client is not up-to-date enough (not that it is more up to date than the server). When I first started Ultimate 1.0.1 I had the "there is a...
  8. D

    [SOLVED]Where is Tesseract in Config Files?

    Cool, although you still shouldn't use a liquiduct directly with a pump as there is a bug that causes you to lose vast quantities of the liquid. See here: http://www.reddit.com/r/feedthebeast/comments/18ypc5/psa_confirmed_liquiduct_bug_my_bad/
  9. D

    [SOLVED]Where is Tesseract in Config Files?

    I believe there is a bug with pumps and liquiducts. Use buildcraft pipes with pumps. (You can use liquiducts with Tesseracts, just not with pumps). See if that works.
  10. D

    How to keep server up to date with client?

    Sorry if it wasn't clear from my post. The server is up to date. I was recommending to get the few clients that have this problem to do the manual fix and everyone else remains happy. It might actually be that some clients aren't detecting an update because one of the ones I saw had to disable...
  11. D

    How to keep server up to date with client?

    I've had a few players report this Twilight Forest incompatibility. It's strange because my client (and most others) doesn't ask to update, but I've had three or four people with mismatched versions of Twilight Forest when running Ultimate 1.0.1. The solution seems to be to have them disable...
  12. D

    [SOLVED]Where is Tesseract in Config Files?

    Tesseracts are part of Thermal Expansion, so you can find the settings in: config/cofh/thermalexpansion.cfg The specific settings you're looking for are probably: B:transport.teleport.energy=true B:transport.teleport.items=true B:transport.teleport.liquid=true Which you...
  13. D

    [SOLVED]Disable VoxelMinimap

    I am using that LoginMessage mod from Rei's page and it does work. However, as I've said in the post just above, it appears that VoxelMap takes a while from when you first set the login message colour codes to when it actually does start blocking the features. This doesn't appear to be a problem...
  14. D

    Need some help with this crash :/

    Just also want to add that you should make a backup of the world first! Sometimes trying to repair a world can have unintended results, so make sure to have a backup to go back to if something doesn't work quite right.
  15. D

    Need some help with this crash :/

    Aha, that's the useful info! A quick google for that error (Chunk file at is in the wrong location; relocating) gives this solution: http://forum.feed-the-beast.com/threads/chunk-file-is-in-the-wrong-location-relocating.10663/ Give it a try, good luck!
  16. D

    Need some help with this crash :/

    Your ForgeModLoader log is from after the crash happened, maybe see if there's something in ForgeModLoader-1.log instead? However, if as you say it only occurs when one particular person is online, it might be worth opening their players/[username].dat inventory file in something like InvEdit...
  17. D

    Need some help with this crash :/

    That's a rather vague error. Look for the contents of your most recent ForgeModLoader-0.log for the time of the crash and also look for any hs_err_pid#####.log files that match the time of the crash (they might be in a crashlogs folder). Use pastebin.com, and put the pastebin links here instead...
  18. D

    Help On How To Avoid World Corruption

    You could ban all the known causes of world corruption (I think secret rooms mod items being used on Thaumcraft warded glass is one example), but that wouldn't help against any unexpected causes of world corruption. There are so many mods at play here that you never know what bizarre...
  19. D

    [SOLVED]Disable VoxelMinimap

    For me it was weird, it doesn't work at first. I even tried restarting the server and restarting the client etc, but it still didn't work. Then later on after I disconnected and reconnected again later on (having not changed a thing), it just started working. Not sure why, but after that...
  20. D

    [SOLVED]Disable VoxelMinimap

    Many thanks for finding the code. It works for me now! From testing I've found you don't need the spaces either, so you can just paste in §3§6§3§6§3§6§e§3§6§3§6§3§6§d to ensure there's no blank spaces output to the players when they login.