Tinkernut Labs



  • Hacking Minecraft Pi Edition

    April 12, 2013 // davisde // Computer Hardware, DIY Projects, Gaming Tags: download, game, Gaming, install, minecraft, pi, python, raspberry, Scripting, scripts, Video 3 Responses


    Minecraft is now available for the Raspberry Pi. Not only that, but it’s a hackable version that allows you to write scripts for the game using python.

     

    Martin O’Hanlin’s blog – http://www.stuffaboutcode.com

    Minecraft Python Block List – http://goo.gl/raZkd

     

    Raspberry pi beginners guide – http://goo.gl/PVZWa

    Raspberry Pi Playlist  – http://goo.gl/OkNQU

  • How to set up a Minecraft Server

    April 20, 2011 // davisde // Featured Articles, Gaming Tags: beta, contest, craft, free, game, Gaming, how, mine, minecraft, server, tinkernut, tips, to, tricks, tutorial, Video, walkthrough, win 28 Responses


    Description:

    Minecraft is a super popular games among the geek community. So in this episode, I’ll show you how to set up your own Minecraft game server.

    You can download the server software here:
    http://www.minecraft.net/download.jsp

    If you have a mac, use the command line to launch the server software:
    java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui

    Here’s the contents of the server.properties file:
    level-name=world
    hellworld=false
    spawn-monsters=true
    online-mode=true
    spawn-animals=true
    max-players=10
    server-ip=
    pvp=true
    level-seed=
    server-port=25565
    white-list=false