Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
arpruss committed Jul 4, 2016
1 parent dd21e7d commit a25014e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# raspberryjammod
Raspberry Jam Mod - a Mod Forge Minecraft 1.8 mod implementing most of Raspberry Juice/Pi API
Raspberry Jam Mod - a Mod Forge Minecraft 1.8+ mod implementing most of Raspberry Juice/Pi API

To install for single-player and LAN use (as well as for client-side use with a server):
1. Set up a Minecraft 1.8 (exactly this version) profile and run it once.
2. Install the lastest version of Minecraft Forge for 1.8 (http://files.minecraftforge.net/)
2. Install the lastest version of Minecraft Forge for your Minecraft version (http://files.minecraftforge.net/)
3. Put RaspberryJamMod.jar in your .minecraft/mods folder
4. Put the sample scripts in in your .minecraft/mcpipy directory.
5. Install Python if you need to.
On Windows, steps 3-5 can be automated by using the .exe installer.

To install on a server:
1. Set up and run a Minecraft 1.8 server:
https://s3.amazonaws.com/Minecraft.Download/versions/1.8/minecraft_server.1.8.jar
2. Download a forge-1.8-xxxx-universal.jar (http://files.minecraftforge.net/) file
and put it in the same folder as your minecraft_server_1.8.jar file.
3. Create a mods/ folder in that folder and put RaspberryJamMod.jar there.
4. Put the sample scripts in a mcpipy/ subfolder of the same folder as your minecraft server.
5. Instead of running minecraft_server_1.8.jar to start the server, run forge-1.8-xxxx-universal.jar
1. Download a Forge installer from http://files.minecraftforge.net/
2. Run and it point it to a directory where you want your server to be, select "Server",
and it will download and install a Minecraft server.
3. Create a mods/ folder in the server directory and put RaspberryJamMod.jar there.
4. Put some sample scripts in a mcpipy/ subdirectory of the same folder as your minecraft server.
Make sure to include all mcpipy/mcpi.
5. Make a passwords.dat file if your server is open outside your LAN. (Documentation TODO.)
6. Instead of running minecraft_server_X.Y.jar to start the server, run the forge jar.

0 comments on commit a25014e

Please sign in to comment.