Add saddle, fix mob texture names

This commit is contained in:
Wuzzy 2017-01-20 21:09:29 +01:00
parent 7ac1d3ec35
commit 709079f407
12 changed files with 13 additions and 7 deletions

View file

@ -192,6 +192,13 @@ minetest.register_craftitem("mcl_mobitems:rabbit_foot", {
stack_max = 64,
})
minetest.register_craftitem("mcl_mobitems:saddle", {
description = "Saddle",
wield_image = "mcl_mobitems_saddle.png",
inventory_image = "mcl_mobitems_saddle.png",
stack_max = 1,
})
-----------
-- Crafting
-----------

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B