pycraft_mod/README.md

1.2 KiB

Pycraft mod for Minetest

pycraft_minetest icon

This is a fork of the https://github.com/arpruss/raspberryjammod-minetest created to support the Pycraft for Minetest Python library: https://github.com/sprintingkiwi/pycraft_lib

Thanks to Arpruss for his amazing work :)

Alessandro Norfo (ale.norfo@gmail.com) & Giuseppe Menegoz (gmenegoz@gmail.com)

Getting started

WINDOWS

Go to the release page and download the last version of the Pycraft_Minetest.exe installer: https://github.com/sprintingkiwi/pycraft_mod/releases.

LINUX

  • Install Minetest from your distribution's repository
  • Install Lua (preferably 5.1)
  • Install Luarocks for your version of Lua
  • In a terminal execute this command as superuser: luarocks install luasocket
  • Follow this tutorial on how to install a mod in Minetest: http://dev.minetest.net/Installing_Mods. We suggest to clone this repository inside the "mods" folder of Minetest.
  • Create a world (it's better to enable creative mode)
  • Click on "configure" and enable "pycraft_mod"
  • Play the game

MAC OSX

Work in progress...