"Dialer" is a ComputerCraft program that acts as a server for a touchscreen portal system. It can change a MystCraft portal to a given destination, out of any provided in a given chest.
- ComputerCraft 1.74
- MystCraft 0.12.3.00
- OpenPeripherals Core 1.2
- OpenPeripherals Integration 0.3
- OpenPeripherals Addons 0.4
- As of Direwolf 1.3.0 (Core 1.1.1, Addons 0.3.1, Integration 0.2.2, Mystcraft 0.11.5.00), the code is no longer able to read names applied by the Writing Desk. Use anvil renames instead.
- Do not use IronChests chests, as they have been found to randomly destroy books. Safest containers to use are vanilla chests.
- There is no official method for automatically turning on a computer after a server restart. The autonomous activator is therefore required for this.
- An advanced computer
- An advanced monitor of at least 2x2 in size
- A vanilla single/double chest (can be changed in
dialer.lib.lua
line 19) - A MystCraft portal of any valid configuration with a book recepticle that must be directly above the chest
- A note block (audio output)
- Optional: A wired modem connection to any required peripheral
- Optional: A (powered as of DW20 1.1.1) Autonomous Activator that:
- Must be underneath the computer
- Must be facing upwards
- Must be configured to turn off when a redstone signal is given
Just upload all repository files, including startup
, into the computer's directory. To find the directory:
- Execute "id" on the computer and note the number
- In
world/computer
find or create the computer's directory
Reboot the computer to run the server, or execute dialer.lua
directly.