1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-12-23 16:30:21 +01:00

fix crash in old lights conversion abm

This commit is contained in:
Vanessa Ezekowitz 2013-11-09 20:52:01 -05:00
parent ccdbc80295
commit 54431d5880

View File

@ -1,6 +1,9 @@
-- This file supplies glowlights -- This file supplies glowlights
local dirs1 = { 20, 23, 22, 21 }
local dirs2 = { 9, 18, 7, 12 }
local S = homedecor.gettext local S = homedecor.gettext
local colors = {"yellow","white"} local colors = {"yellow","white"}