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

    Request How can log4j2.xml be modified

    Hi, I would like to modify log4j2.xml so that it includes dates in the files. I tried jar xf and jar cf but the resulting jar could not find the manifest. The patch is: --- log4j2.xml.orig 2015-11-10 16:42:16.000000000 +0100 +++ log4j2.xml 2016-07-21 06:18:56.000000000 +0200 @@ -11,7...
  2. B

    Industrial Hemp and Multifarm

    Hi folk, Does any one know if it is possible to farm Industrial Hemp with a multi-farm? If so what would be the correct Electron Tube? I've tried crop but this does not work. A second question is if the multifarm does not work what would be a good alternative for automating the farming of...
  3. B

    Open 1.8.2: tile.pipeBlock.name instead of Kinesis Pipe for BC Transport

    Version: 1.8.2 What is the bug: Hi, Since about version 1.8.x when pointing at items, instead of the seeing the name of the item like Transport Pipe, etc I'm seeing tile.pipeBlock.name for BC Transport items. I'm running FTB Infinity 1.9.0 on a local Linux server and the client on a Windows...
  4. B

    Request ServerStart.sh After Upgrade

    Hi, Would it be possible to add something like this to ServerStart.sh --- ServerStart.sh.orig 2015-06-23 15:32:46.000000000 +0200 +++ ServerStart.sh 2015-07-31 08:47:10.408960353 +0200 @@ -2,6 +2,7 @@ cd "$(dirname "$0")" +FTB_DEFS=$1 # makes things easier if script needs debugging if [...