Minecraft: Difference between revisions

From Funiaita
Line 6: Line 6:


== Minecraft/Buildcraft (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.


== Mincecraft/Mystcraft (Tekkit-Lite-Version) ==
== Mincecraft/Mystcraft (Tekkit-Lite-Version) ==

Revision as of 12:20, 22 December 2016

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.

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