mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-06-28 14:16:11 +02:00
fixed incorrect nodenames for iron and coal in poison ivy walls list
This commit is contained in:
@ -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)",
|
||||
|
Reference in New Issue
Block a user