Add flint and flint-and-steel
This commit is contained in:
parent
dfee51c21e
commit
28884cc784
7 changed files with 47 additions and 3 deletions
|
@ -353,9 +353,15 @@ minetest.register_node("default:gravel", {
|
|||
footstep = {name = "default_gravel_footstep", gain = 0.5},
|
||||
dug = {name = "default_gravel_footstep", gain = 1.0},
|
||||
}),
|
||||
drop = {
|
||||
max_items = 1,
|
||||
items = {
|
||||
{items = {'default:flint'}, rarity = 16},
|
||||
{items = {'default:gravel'}}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
minetest.register_node("default:clay", {
|
||||
description = "Clay",
|
||||
tiles = {"default_clay.png"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue