-
Install Minecraft from this link
-
Install MinecraftForge (download an installer of recommended version).
-
After the installation you should see a new Forge profile whendc running Minecraft.
-
Close the game and install RasberryJamMod.
-
Download an installer from here and start the installation.
-
After a successful installation now you need to install Python for Windows. Remember to check "Add python.exe to Path".
-
Use
Windows + R
shortcut and type%appdata%\.minecraft
. You will open a hidden folderminecraft
. Check if amods
folder is created. If yes, everything is fine. If not, you need to create a new folder callecmods
. -
Download a
mods.zip
file from here and unzip its content inmods
folder. -
Download
python-scripts.zip
from here. Unzip it in.minecraft
folder. -
After extracting, check if
mcpipy
folder exists. We will use it to run our new scripts.
- Install Minecraft from this link
- Install MinecraftForge (download an installer of recommended version).
- When installing, choose a default folder (
Application Support/minecraft
). - After the installation, run Minecraft and choose Play Forge. When initialization is done, close the game.
- Go to
cd ~/Library/“Application Support”/minecraft/mods
- Install mods for Python
wget https://github.com/arpruss/raspberryjammod/releases/download/0.94/mods.zip
- Unzip this mod in the
mods
folder:unzip mods.zip
- Go up to
minecraft
folder and install python-scripts:wget https://github.com/arpruss/raspberryjammod/releases/download/0.94/python-scripts.zip
unzip python-scripts.zip
inminecraft folder
- All scripts should be placed in
minecraft/mcpipy
folder
- Run Minecraft
- Choose Singleplayer --> Create New World --> Options:
- Game Mode: Creative
- More World Options:
- Generate Structures: Off
- World Type: Superflat
- Run scripts inside the game:
- Run a console by hitting
/
on the keyboard - type:
py name-of-your-script
- We should play Minecraft only during a day, so we need to set this in the terminal using:
time set day
command.
- Run a console by hitting
VS Code which can be downloaded from here.