M  init.lua
This commit is contained in:
HybridDog 2016-10-06 15:04:29 +02:00
parent d2f923a510
commit d8e9c4ca17

View File

@ -12,11 +12,11 @@ local dog_sounds = {
--This is for the fur blocks.
local colours = {
["b"] = "black",
["bw"] = "brown",
["w"] = "white",
["y"] = "yellow",
["o"] = "orange"
b = "black",
bw = "brown",
w = "white",
y = "yellow",
o = "orange"
}
for s,l in pairs(colours) do