Rename mcl_core:dry_shrub to mcl_core:deadbush

This commit is contained in:
Wuzzy 2017-02-11 21:00:42 +01:00
parent 88888760f5
commit b5a4adc2e3
3 changed files with 3 additions and 4 deletions

View file

@ -1318,7 +1318,7 @@ minetest.register_node("mcl_core:obsidian", {
groups = {cracky=4,level=2,oddly_breakable_by_hand=4,building_block=1},
})
minetest.register_node("mcl_core:dry_shrub", {
minetest.register_node("mcl_core:deadbush", {
description = "Dead Bush",
drawtype = "plantlike",
visual_scale = 1.0,