move ink sac to mcl_mobitems
This commit is contained in:
parent
e2fd8b804c
commit
a599f66360
|
@ -240,14 +240,4 @@ mcl_mobs:spawn_specific(
|
|||
water)
|
||||
|
||||
-- spawn egg
|
||||
mcl_mobs:register_egg("mobs_mc:glow_squid", S("Glow Squid"), "#0000FF", "#ffffff", 1)
|
||||
|
||||
-- dropped item (used to craft glowing itemframe)
|
||||
|
||||
minetest.register_craftitem("mobs_mc:glow_ink_sac", {
|
||||
description = S("Glow Ink Sac"),
|
||||
_doc_items_longdesc = S("Use it to craft the Glow Item Frame."),
|
||||
_doc_items_usagehelp = S("Use the Glow Ink Sac and the normal Item Frame to craft the Glow Item Frame."),
|
||||
inventory_image = "extra_mobs_glow_ink_sac.png",
|
||||
groups = { craftitem = 1 },
|
||||
})
|
||||
mcl_mobs:register_egg("mobs_mc:glow_squid", S("Glow Squid"), "#0000FF", "#ffffff", 0)
|
||||
|
|
|
@ -390,6 +390,15 @@ minetest.register_alias("mobs_mc:iron_horse_armor", "mcl_mobitems:iron_horse_arm
|
|||
minetest.register_alias("mobs_mc:gold_horse_armor", "mcl_mobitems:gold_horse_armor")
|
||||
minetest.register_alias("mobs_mc:diamond_horse_armor", "mcl_mobitems:diamond_horse_armor")
|
||||
|
||||
minetest.register_craftitem("mcl_mobitems:glow_ink_sac", {
|
||||
description = S("Glow Ink Sac"),
|
||||
_doc_items_longdesc = S("Use it to craft the Glow Item Frame."),
|
||||
_doc_items_usagehelp = S("Use the Glow Ink Sac and the normal Item Frame to craft the Glow Item Frame."),
|
||||
inventory_image = "extra_mobs_glow_ink_sac.png",
|
||||
groups = { craftitem = 1 },
|
||||
})
|
||||
|
||||
|
||||
-----------
|
||||
-- Crafting
|
||||
-----------
|
||||
|
|
BIN
mods/ITEMS/mcl_mobitems/textures/extra_mobs_glow_ink_sac.png
Normal file
BIN
mods/ITEMS/mcl_mobitems/textures/extra_mobs_glow_ink_sac.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 407 B |
Loading…
Reference in New Issue
Block a user