Showing posts with label Minecraft. Show all posts
Showing posts with label Minecraft. Show all posts

Sunday, September 07, 2025

Wild Bees

I've enjoyed the wild bees this summer. One of the highlights of the summer was coming upon a nectar and pollen feast these black bees were having in a gentle winding ravine behind the Las Madres Pueblo on my dad's property. 


Tuesday, July 09, 2019

Minecraft with Python: RaspberryJam Mod on Linux

The steps to set up Python coding in Minecraft on Linux were a little tricky to figure out so here they are for reference:

OS

Ubuntu 18 installed on PC
Install Python 2.7 or 3

Friday, January 19, 2018

Set up MCPI Mod for Teacher Gaming Minecraft EDU on Mac

These are just some itemized steps so I can remember, for getting started coding Python on a Minecraft EDU server.
First, download and run the Minecraft EDU v 1.7.10 jar installer (I have) and install the client only (for students).
Then, download the McpiApiMod and put it in Library / Application Support / minecraftedu / minecraft / mods folder. This folder is tricky to get to. Open Finder, click Go and press option key, click Library, etc.

Saturday, November 05, 2016

Getting Oriented With Minecraft Pi

Minecraft Pi is Python for Minecraft. You can run Python programs from a folder on your computer that make things happen in a Minecraft server in the same computer or even on a remote one. Actually Minecraft Pi is for the Raspberry Pi but I'm using the MCPI mod which can work on a regular (vanilla) Minecraft server or I have it working on a MinecraftEdu server (version 1.7.10).