From 41073903373cb31bd2e946988875b848b2c2f216 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 5 Apr 2012 21:42:33 +0300 Subject: Make the minimal development test somewhat playable by adding ore generation and removing the player visual switch test --- games/minimal/mods/default/init.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'games/minimal/mods/default') diff --git a/games/minimal/mods/default/init.lua b/games/minimal/mods/default/init.lua index b408e8cce..952c114db 100644 --- a/games/minimal/mods/default/init.lua +++ b/games/minimal/mods/default/init.lua @@ -11,6 +11,9 @@ LIGHT_MAX = 14 -- Definitions made by this mod that other mods can use too default = {} +-- Load other files +dofile(minetest.get_modpath("default").."/mapgen.lua") + -- -- Tool definition -- -- cgit v1.2.3