Merge pull request #171 from NewbProgrammer101/patch-1

Typo
This commit is contained in:
Toby plowy 2017-11-26 13:51:27 +01:00 committed by GitHub
commit 9d5c5e0b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ local paintings = {
{"dragon", "Dragon Painting", "2X1"},
{"landscape", "Landscape Painting", "1X2"},
{"forest", "Forest Painting", "1X2"},
{"waterlilie", "Water Lilie Painting", "1X1"},
{"waterlilie", "Water Lily Painting", "1X1"},
{"cthulhu", "Cthulhu Painting", "2X2"},
}
@ -50,4 +50,4 @@ for _, row in ipairs(paintings) do
},
sounds = default.node_sound_wood_defaults()
})
end
end