Use cooktime of 10 everywhere

This commit is contained in:
Wuzzy 2017-01-04 11:49:05 +01:00
parent 621273fc45
commit e29eb64398
6 changed files with 25 additions and 3 deletions

View file

@ -9,6 +9,6 @@ minetest.register_craft({
output = '"mesecons_materials:glue" 2',
type = "cooking",
recipe = "default:sapling",
cooktime = 2
cooktime = 10,
})