Update init.lua

master
starninjas 2019-04-27 19:18:28 -06:00 committed by GitHub
parent db1ebce496
commit a9c7a99894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ minetest.register_craftitem("xocean:kelp", {
minetest.register_craftitem("xocean:sushi", {
description = "Sushi",
on_use = minetest.item_eat(6),
inventory_image = "xocean_dried_sushi.png",
inventory_image = "xocean_sushi.png",
})
minetest.register_craft({
output = '"xocean:sushi" 1',