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:
parent
6d8ac194e2
commit
c262cef04b
|
@ -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)",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user