Add Steel sign

This commit is contained in:
addi
2016-07-23 06:35:59 +02:00
parent 5e27234790
commit e74f54c342
5 changed files with 46 additions and 0 deletions

View File

@ -162,6 +162,8 @@ local MODPATH = minetest.get_modpath("arrow_signs")
-- Wooden Sign
dofile(MODPATH.."/wood.lua")
-- Steel Sign
dofile(MODPATH.."/steel.lua")
--Shared Locked sign
if minetest.get_modpath("locks") then