Rename mcl_core:grass to mcl_core:tallgrass

This commit is contained in:
Wuzzy 2017-02-11 20:57:56 +01:00
parent 896db07ebe
commit 88888760f5
5 changed files with 12 additions and 12 deletions

View file

@ -1349,7 +1349,7 @@ minetest.register_node("mcl_core:dry_shrub", {
},
})
minetest.register_node("mcl_core:grass", {
minetest.register_node("mcl_core:tallgrass", {
description = "Tall Grass",
drawtype = "plantlike",
tiles = {"default_tallgrass.png"},