mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Make the minimal development test somewhat playable by adding ore generation and removing the player visual switch test
This commit is contained in:
parent
e74da72b82
commit
4107390337
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue