From 29329c4aac353323cd0cf327953f8e2e2e624850 Mon Sep 17 00:00:00 2001 From: PrairieAstronomer Date: Sat, 25 Jun 2022 16:41:32 -0600 Subject: [PATCH] Heart of the Sea Item. Item Texture by RandomLegoBrick. --- mods/ITEMS/mcl_mobitems/init.lua | 9 +++++++++ mods/ITEMS/mcl_mobitems/locale/template.txt | 2 ++ .../textures/mcl_mobitems_heart_of_the_sea.png | Bin 0 -> 440 bytes 3 files changed, 11 insertions(+) create mode 100644 mods/ITEMS/mcl_mobitems/textures/mcl_mobitems_heart_of_the_sea.png diff --git a/mods/ITEMS/mcl_mobitems/init.lua b/mods/ITEMS/mcl_mobitems/init.lua index 38d4a4e63..2f3bd3c01 100644 --- a/mods/ITEMS/mcl_mobitems/init.lua +++ b/mods/ITEMS/mcl_mobitems/init.lua @@ -336,6 +336,15 @@ minetest.register_craftitem("mcl_mobitems:nautilus_shell", { stack_max = 64, }) +minetest.register_craftitem("mcl_mobitems:heart_of_the_sea", { + description = S("Heart of the Sea"), + _tt_help = S("Used to craft a conduit"), + _doc_items_longdesc = S("The Heart of the Sea is used to craft a conduit. They can be obtained by finding them in a buried treasure chest."), + inventory_image = "mcl_mobitems_heart_of_the_sea.png", + groups = { craftitem=1 }, + stack_max = 64, +}) + local horse_armor_use = S("Place it on a horse to put on the horse armor. Donkeys and mules can't wear horse armor.") minetest.register_craftitem("mcl_mobitems:iron_horse_armor", { diff --git a/mods/ITEMS/mcl_mobitems/locale/template.txt b/mods/ITEMS/mcl_mobitems/locale/template.txt index 3f9cf1054..690ae3fac 100644 --- a/mods/ITEMS/mcl_mobitems/locale/template.txt +++ b/mods/ITEMS/mcl_mobitems/locale/template.txt @@ -96,6 +96,8 @@ Place it on a saddled pig to mount it. You can now ride the pig like a horse. Pi Nautilus Shell= Used to craft a conduit= The Nautilus Shell is used to craft a conduit. They can be obtained by fishing or killing a drowned that is wielding a shell.= +Heart of the Sea= +The Heart of the Sea is used to craft a conduit. They can be obtained by finding them in a buried treasure chest.= Iron Horse Armor= Iron horse armor can be worn by horses to increase their protection from harm a bit.= diff --git a/mods/ITEMS/mcl_mobitems/textures/mcl_mobitems_heart_of_the_sea.png b/mods/ITEMS/mcl_mobitems/textures/mcl_mobitems_heart_of_the_sea.png new file mode 100644 index 0000000000000000000000000000000000000000..4f6affbf123f6d2eeb69bdbd9fc6bea0183af14f GIT binary patch literal 440 zcmV;p0Z0CcP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0ZmCnK~y+TW1ti; zLTL;jYT^DL$^?VgCw5|0iy;Wpm|0l}=HI#VnBn=0Hw;$}9{}^w4MO37H0#(pFnD>` zFqjx=G3-Bdn&I$~^H5m`02zdA2oscsYqqs91Z&0xKx&Y^2R8r)9PLcOG%nj=UV#Cy zQ;=;J7ZYaq_U#A5wjD>n3P1p+Y1d>E21C<^@n#z`Y_bVbOE`boGCbZ7_hY@%QKV@Tf!y z5DHvawjo#EfFAJ`2*_8+n)5CCZe0c6b}fYSv`Y#d-d41hF(0J3Hfz%T#? iU