Use cooktime of 10 everywhere
This commit is contained in:
parent
621273fc45
commit
e29eb64398
6 changed files with 25 additions and 3 deletions
|
@ -85,6 +85,7 @@ minetest.register_craft({
|
|||
type = "cooking",
|
||||
output = "default:iron_nugget",
|
||||
recipe = "farming:hoe_steel",
|
||||
cooktime = 10,
|
||||
})
|
||||
|
||||
minetest.register_tool("farming:hoe_gold", {
|
||||
|
@ -113,6 +114,7 @@ minetest.register_craft({
|
|||
type = "cooking",
|
||||
output = "default:gold_nugget",
|
||||
recipe = "farming:hoe_gold",
|
||||
cooktime = 10,
|
||||
})
|
||||
|
||||
minetest.register_tool("farming:hoe_diamond", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue