master
NewbProgrammer101 2017-11-25 16:13:03 -06:00 committed by GitHub
parent e4433ae52d
commit da2840c2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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