Update init.lua

master
NewbProgrammer101 2017-07-14 11:23:50 -05:00 committed by GitHub
parent e70fe91f1b
commit e2af2972c9
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
local path = minetest.get_modpath("dungeon-crawl")
dungeon-crawl = {}
dofile(path.."/spawn.lua")
minetest.register_node(":dungeon-crawl:dudresser", {
description = "Dungeon drawer",
tiles = {"dresser_top.png", "dresser_front.png"},