Go to file
Alessandro Norfo a1ce8817cc
Update README.md
2019-07-30 15:28:34 +02:00
mcpipy Port library to python 3. 2018-11-30 19:19:44 +00:00
socket ini 2017-08-27 17:30:43 +02:00
tests Add simple busted based test script for lua code. 2018-12-02 10:56:28 +00:00
LICENSE ini 2017-08-27 17:30:43 +02:00
PycraftMaterialsLibrary.py material Library 2017-09-24 11:40:49 +02:00
README.md Update README.md 2019-07-30 15:28:34 +02:00
TODO ini 2017-08-27 17:30:43 +02:00
base64.lua ini 2017-08-27 17:30:43 +02:00
block.lua ini 2017-08-27 17:30:43 +02:00
depends.txt ini 2017-08-27 17:30:43 +02:00
imageToMinecraft.py image to Minecraft: convert jpg files to object in minecraft made of wool blocks 2017-09-24 20:18:07 +02:00
init.lua wip autostart scratch_pycraft.py 2017-09-22 08:18:02 +02:00
installation.txt ini 2017-08-27 17:30:43 +02:00
prova.lua wip autostart scratch_pycraft.py 2017-09-22 08:18:02 +02:00
pycraft.s2e added 3 position blocks and improved blocks order 2017-09-22 19:25:55 +02:00
pycraft_minetest.png ini 2017-08-27 17:30:43 +02:00
pyturtlecraft.s2e fixed log.some experiments with hat and boolean blocks 2017-09-23 11:18:59 +02:00
scratch_pycraft.py fixed import 2017-09-22 08:11:56 +02:00
scratch_pyturtlecraft.py Merge remote-tracking branch 'origin/development' into development 2017-09-26 21:16:01 +02:00
settings.conf ini 2017-08-27 17:30:43 +02:00
slowbit32.lua ini 2017-08-27 17:30:43 +02:00
socket.lua ini 2017-08-27 17:30:43 +02:00
tools.lua ini 2017-08-27 17:30:43 +02:00

README.md

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...