Update 'mods/mobs/crafts.lua'

This commit is contained in:
thunderdog1138 2020-09-21 20:03:37 +00:00
parent c9f2e4b023
commit 72a6d27da4
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ minetest.register_craftitem("mobs:bantha_meat", {
minetest.register_craft({
type = "cooking",
output = "mobs:meat",
recipe = "mobs:meat_raw",
output = "mobs:bantha_meat",
recipe = "mobs:bantha_meat_raw",
cooktime = 5
})