Minecraft

From Funiaita
Revision as of 12:35, 22 December 2016 by Zany (talk | contribs) (→‎Phased Pipes)

old content of this page: Minecraft (old)


I am playing mostly Tekkit-Lite.


Minecraft/Buildcraft (Tekkit-Lite)

Phased Pipes

Phased pipes teleport items, liquids or buildcraft power. There are three types of phased pipes, each one for one type of transport.


Here you can see how to send from a Redstone Energy Cell, using a "Wooden Conductive Pipe" and a "Phased Conductive Pipe": Mc-phased-pipe-send-power.png


Here we receive with a "Golden Conductive Pipe" and a "Phased Conductive Pipe" Mc-phased-pipe-receive-power.png


Of course you have to set the phased pipes to meaningful values:

  • sending versus receiving
  • either both public or both private
  • same channel nummber

Mincecraft/Mystcraft (Tekkit-Lite-Version)

Links

For a good book

  • Terrain generator, clear modifiers
  • Length, phase, direction, sun, clear modifiers
  • Length, phase, direction, moon, clear modifiers
  • Length, phase, direction, stars, clear modifiers
  • Biome, biome, biome, biome controller, clear modifiers
  • Features/materials/stability/aesthetic/weather pages go here, clear modifiers

Tekkit-Lite-Mystcraft-1-of-2.JPG Tekkit-Lite-Mystcraft-2-of-2.JPG

Server

Needed:

  • MineCraft Server Java Files
  • Java (I am using OpenJdk for Tekkit-Lite)
  • screen
apt-get install default-jre screen unzip

Script for starting the server: (launch.sh)

#!/bin/sh
cd /home/mc/tekkit-lite
java -Xmx2G -Xms1G -jar TekkitLite.jar nogui

Make lauch.sh executable

chmod u+x launch.sh

Cronjob of the user mc for starting minecraft:

@reboot . /etc/profile && screen -d -m /home/mc/tekkit-lite/launch.sh

Cronjob of the root for the daily restart of the server:

0 7 * * * /sbin/shutdown -r now

Connecting to the MineCraft console:

ssh mc@yourServer
screen -r

Leave the screen, but keep it running: Hold "ctrl", then press once "a" and after that press once "d" while you still hold "ctrl".

server.properties: http://minecraft.gamepedia.com/Server.properties