Merge pull request from NewbProgrammer101/patch-2

Typo
This commit is contained in:
Toby plowy 2018-01-19 09:28:24 +01:00 committed by GitHub
commit c75352bfa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions
mods
mapgen
paintings

@ -2116,7 +2116,7 @@ minetest.register_node("mapgen:big_mushroom_stem", {
})
minetest.register_node("mapgen:big_mushroom_red", {
description = "Big Mushroom Red",
description = "Big Red Mushroom",
tiles = {
"mapgen_big_mushroom_red.png",
"mapgen_big_mushroom_bottom.png",
@ -2127,7 +2127,7 @@ minetest.register_node("mapgen:big_mushroom_red", {
})
minetest.register_node("mapgen:big_mushroom_brown", {
description = "Big Mushroom Brown",
description = "Big Brown Mushroom",
tiles = {
"mapgen_big_mushroom_brown.png",
"mapgen_big_mushroom_bottom.png",
@ -2161,4 +2161,4 @@ minetest.register_node("mapgen:glowing_mushroom_white", {
fixed = {-0.5, -0.5, -0.5, 0.5, 0, 0.5}
},
walkable = false,
})
})

@ -8,7 +8,7 @@ local paintings = {
{"forest", "Forest Painting", "1X2", "D00Med"},
{"waterlilie", "Water Lily Painting", "1X1", "toby109tt"},
{"cthulhu", "Cthulhu Painting", "2X2", "toby109tt"},
{"mistiriusgirl", "Mistirius Girl Painting", "1X2", "toby109tt"},
{"mistiriusgirl", "Mysterious Girl Painting", "1X2", "toby109tt"},
{"possessedwoman", "Possessed Woman Painting", "1X2", "D00Med"},
{"rose", "Rose Painting", "1X1", "toby109tt"},
}
@ -170,4 +170,4 @@ minetest.register_node("paintings:easel", {
inv:set_stack("output", 12, "")
end,
sounds = default.node_sound_wood_defaults()
})
})