Update init.lua

master
NewbProgrammer101 2017-07-14 11:28:35 -05:00 committed by GitHub
parent e2af2972c9
commit 5efb0168a4
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ dungeon-crawl = {}
dofile(path.."/spawn.lua")
-- Mobs
dofile(path.."/mobs/kobold.lua")
-- Nodes
minetest.register_node(":dungeon-crawl:dudresser", {
description = "Dungeon drawer",
tiles = {"dresser_top.png", "dresser_front.png"},