also cook black cap gills into paraffin, they're oily

This commit is contained in:
FaceDeer
2019-08-07 01:33:59 -06:00
parent 3eacfd361d
commit ad11fa3677
4 changed files with 13 additions and 2 deletions

View File

@ -206,6 +206,7 @@ if minetest.get_modpath("bucket") then
type = "cooking",
output = "basic_materials:paraffin",
recipe = "oil:oil_bucket",
cooktime = 5,
replacements = {{"oil:oil_bucket", "bucket:bucket_empty"}},
})
end