Tagged: Video Game Mods

2

Communicating with Minetest Server Using APIs

I have been playing Minetest for a while now, mostly in creative mode. Recently I wanted to control it programmatically. So I started looking for ways to do it. I found mineysocket mod, which gives remote access to Minetest server over a network/socket API. There are wrappers available for various languages, including Python.

Hi from Minetest 0

How to Write your First Minetest Mod

Table of Contents1 Minetest2 Installation and Running3 Mod structure4 Your first mode5 Include and use your mod I am a big fan of Minecraft. I remember buying it in 2011 from Mojang for 15 euros. It’s one of the few games I bought. It’s also one of those games I visit once in...