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