Skip to content

Instantly share code, notes, and snippets.

View rubenwardy's full-sized avatar

rubenwardy rubenwardy

View GitHub Profile
@rubenwardy
rubenwardy / mod_debug.lua
Last active January 3, 2022 08:56
Craft recipe checker for Minetest
-- Written by rubenwardy, WTFPL
-- To use:
-- * Save as mod_debug.lua in builtin/game
-- * add dofile(gamepath.."mod_debug.lua") to the last line of builtin/game/init.lua
-- OR
-- * Install as a mod. Needs to be run before any other mod.
local mod = {}
mod.recipes = {}
mod.aliases = {}
@rubenwardy
rubenwardy / nbe_compile.sh
Last active October 31, 2022 02:27
One line install script for The-NodeBox-Generator.
sudo apt-get install git-core build-essential libirrlicht-dev cmake libpng12-dev libbz2-dev libjpeg8-dev libgl1-mesa-dev && git clone http://github.com/rubenwardy/nodeboxeditor && cd nodenoxeditor && cmake . && make -j2 && ./bin/nodeboxeditor
@rubenwardy
rubenwardy / README.md
Last active January 4, 2016 18:46
Minetest Installer Script

Created by rubenwardy, based on a script by kaeza.

Your build directory should look like this:

  • minetest32/ (no games folder)
  • minetest64/ (no games folder)
  • games/
    • minetest_game/
    • minimal/
  • install.txt (included below)