Add saddle, fix mob texture names
This commit is contained in:
parent
7ac1d3ec35
commit
709079f407
12 changed files with 13 additions and 7 deletions
|
@ -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
|
||||
-----------
|
||||
|
|
BIN
mods/mcl_mobitems/textures/mcl_mobitems_saddle.png
Normal file
BIN
mods/mcl_mobitems/textures/mcl_mobitems_saddle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 315 B |
Loading…
Add table
Add a link
Reference in a new issue