1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2024-11-05 09:50:27 +01:00

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

This commit is contained in:
Vanessa Ezekowitz 2013-02-20 23:38:50 -05:00
parent 6d8ac194e2
commit c262cef04b

View File

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