Search results

  1. B

    Request How can log4j2.xml be modified

    Well I figured it out and there are quite a few steps after changing the log4j2.xml. First the command to repack the jar file is: cd FTBServer-1.7.10-1558 jar cmf META-INF/MANIFEST.MF ../FTBServer-1.7.10-1558-test.jar . Next we need to sign the jar file and I followed the instructions...
  2. B

    Request How can log4j2.xml be modified

    Would you be able to help? Many thanks.
  3. B

    Request How can log4j2.xml be modified

    Thanks for your reply but I don't get it. log4j.configurationFile does not seem to be set and the ServerStart.sh does not include a -cp argument. So where do I put the log4j2-test.xml or log4j2.xml file? Do I just repack the jar file and if so what is the command lime? Thanks
  4. 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...
  5. B

    Request ServerStart.sh After Upgrade

    Passing an enviroment variable would be just fine, In this case it would still be useful to have a variable like ${FTB_DEFS} in the java line. To be honest I don't see what option people have except to define fml.queryResult=confirm with a nogui line anything else like cancel and the server...
  6. B

    Request ServerStart.sh After Upgrade

    That's for the upgrade script but it is a good idea. I usually run the lines from this script by hand because of the line " /bin/cp /usr/local/minecraft/infinity-${OLDVER}/ServerStart.sh ." as the FTBServer-1.7.10-1448.jar file sometimes gets updated between releases. And as the version number...
  7. B

    Request ServerStart.sh After Upgrade

    It works just fine. The first time the script is run after an upgrade after sh ./FTBInstall.sh is executed is adds -Dfml.queryResult=confirm to the command line to allow missing items to be fixed. After the first time this is not added again and runs normally. I added this FTB_DEFS=$1 to allow...
  8. B

    Request Liquid Tin (and other metals) into ingots

    If you can right click the molten tin bucket on a portable tank and tranfer liquid this way then you can put a faucet on the portable tank and pour the tin this way in the the casting basin.
  9. B

    Industrial Hemp and Multifarm

    Sometimes I forget the obvious, I'm using infinity 1.9.0 and Minecraft reloaded is included so I'll give the planter and harverster a try, thanks for the tip. I looks like the multifarm layout has changed again, north is no longer a strip but included part of the west side. Is this a correct...
  10. 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...
  11. 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...
  12. 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 [...