Fix wield image of raw porkchop

This commit is contained in:
Wuzzy 2017-02-01 19:20:16 +01:00
parent d4e22cd844
commit 0c2ae9bac5
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ minetest.register_craftitem("mcl_mobitems:cooked_chicken", {
minetest.register_craftitem("mcl_mobitems:porkchop", {
description = "Raw Porkchop",
inventory_image = "mcl_mobitems_porkchop_raw.png",
wield_image = "mcl_mobitems_porkchop.png",
wield_image = "mcl_mobitems_porkchop_raw.png",
on_use = minetest.item_eat(3),
groups = { food = 2, eatable = 3 },
stack_max = 64,