Jukebox with RedPower 2
Spoiler
I made a jukebox with Redpower 2 and ComputerCraft.
It plays ALL VANILLA Minecraft music discs.
-----Installation-------------------------------------------------------------------------------
1. Download the zip and extract it
2. Put the file where you can access it in-game (preferably /rom/programs)
3. Watch video on how 2 build
4. Power it up with some BT Batteries
5. PROFIT
---------------------------------------------------------------------------------------------------
The Internet (Client/Server)I made a jukebox with Redpower 2 and ComputerCraft.
It plays ALL VANILLA Minecraft music discs.
-----Installation-------------------------------------------------------------------------------
1. Download the zip and extract it
2. Put the file where you can access it in-game (preferably /rom/programs)
3. Watch video on how 2 build
4. Power it up with some BT Batteries
5. PROFIT
---------------------------------------------------------------------------------------------------
Spoiler
Well like dan200 said, use rednet to invent the internet. I DID THAT.
Readme:
APIsWell like dan200 said, use rednet to invent the internet. I DID THAT.
Readme:
Spoiler
Copy the folders programs, apis, help, and config to /.minecraft/mods/Computercraft/rom/
Put a modem on the right of the computer.
On your computer foler/directory (/.minecraft/saves/[WORLD/computer/[COMP ID]/) make a folder (the path is in the config)
(Or use mkdir)
Put in the folder any text files (.txt) you want people to access (that is the webpage)
(Or edit it in-game ex. edit /server/derp.txt)
On the SERVER computer type:
ENJOY
You can also use the api (found in the apis)
How it works:Copy the folders programs, apis, help, and config to /.minecraft/mods/Computercraft/rom/
Put a modem on the right of the computer.
On your computer foler/directory (/.minecraft/saves/[WORLD/computer/[COMP ID]/) make a folder (the path is in the config)
(Or use mkdir)
Put in the folder any text files (.txt) you want people to access (that is the webpage)
(Or edit it in-game ex. edit /server/derp.txt)
On the SERVER computer type:
serverOn the CLIENT computer type:
clientConntect to the id of the server with the program.
ENJOY
You can also use the api (found in the apis)
Spoiler
The program gets the settings.
The client computer asks the server for the file
The client saves the file as the name in the config (landing page)
Runs the program for custom home pages.
Download:The program gets the settings.
The client computer asks the server for the file
The client saves the file as the name in the config (landing page)
Runs the program for custom home pages.
Spoiler
Web.zip at the bottom of the page
Web.zip at the bottom of the page
Turtle2 API:
Spoiler
Functions
The Internet (Client/Server)Functions
Spoiler
turtle2.isEmpty() - Checks if the turtle is completely empty.
turtle2.isFull() - Checks if the turtle has 64 in each slot.
turtle2.emptyOut() - Drops every item in the turtle.
I AM ACCEPTING REQUESTS
Installationturtle2.isEmpty() - Checks if the turtle is completely empty.
turtle2.isFull() - Checks if the turtle has 64 in each slot.
turtle2.emptyOut() - Drops every item in the turtle.
I AM ACCEPTING REQUESTS
Spoiler
1. Download turtle2.zip
2. Extract the folder to /mods/ComputerCraft/lua/
3. PROFIT!!!
1. Download turtle2.zip
2. Extract the folder to /mods/ComputerCraft/lua/
3. PROFIT!!!
Spoiler
Functions in the internet api:
internet.server() - Creates the server. Can allow access for /server/.
internet.client( nServerID,sPage ) - Access the server.
Download is in Web.zip at the bottom
Functions in the internet api:
internet.server() - Creates the server. Can allow access for /server/.
internet.client( nServerID,sPage ) - Access the server.
Download is in Web.zip at the bottom
Attached Files
-
Web.zip 2.74K
120 downloads
-
Juke.zip 759bytes
73 downloads
-
turtle2.zip 1.16K
87 downloads












