fixed incorrect nodenames for iron and coal in poison ivy walls list

master
Vanessa Ezekowitz 2013-02-20 23:38:50 -05:00
parent 6d8ac194e2
commit c262cef04b
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ local walls_list = {
"default:brick",
"default:tree",
"default:jungletree",
"default:coal",
"default:iron"
"default:stone_with_coal",
"default:stone_with_iron"
},
minetest.register_node('poisonivy:seedling', {
description = "Poison ivy (seedling)",