Rename mcl_core:dry_shrub to mcl_core:deadbush
This commit is contained in:
parent
88888760f5
commit
b5a4adc2e3
3 changed files with 3 additions and 4 deletions
|
@ -467,7 +467,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
|||
nn = minetest.get_node({x=x,y=ground_y,z=z}).name
|
||||
-- If sand, add dry shrub
|
||||
if nn == "mcl_core:sand" then
|
||||
minetest.set_node(p,{name="mcl_core:dry_shrub"})
|
||||
minetest.set_node(p,{name="mcl_core:deadbush"})
|
||||
|
||||
-- If dirt with grass, add grass
|
||||
elseif nn == "mcl_core:dirt_with_grass" then
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue