dirt with dry grass now drops dry grass instead of grass
This commit is contained in:
parent
7031c6a972
commit
4e3f2f281d
@ -97,7 +97,9 @@ minetest.register_node(
|
|||||||
max_items = 3,
|
max_items = 3,
|
||||||
items = {
|
items = {
|
||||||
{items = {"default:dirt"}, rarity = 1},
|
{items = {"default:dirt"}, rarity = 1},
|
||||||
{items = {"default:grass 2"}, rarity = 6},
|
{items = {"default:dry_grass 4"}, rarity = 12},
|
||||||
|
{items = {"default:dry_grass 2"}, rarity = 6},
|
||||||
|
{items = {"default:dry_grass 1"}, rarity = 2},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user