From 8c6d3efd65b10704778e0f15d1ab7df00335933c Mon Sep 17 00:00:00 2001 From: Milan* Date: Mon, 26 Feb 2018 22:37:08 +0100 Subject: [PATCH] update immortal bottle node and texture --- bottles.lua | 10 +++++----- textures/immortal_bottle.png | Bin 0 -> 1798 bytes 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 textures/immortal_bottle.png diff --git a/bottles.lua b/bottles.lua index 90425b9..4c7946b 100644 --- a/bottles.lua +++ b/bottles.lua @@ -184,10 +184,10 @@ minetest.register_node("magical_potion:speed", { }) minetest.register_node("magical_potion:immortal", { - description = "Small bottle of immortal", + description = "Bottle of immortal", drawtype = "plantlike", - tiles = {"immortal_bottle_small.png"}, - wield_image = "immortal_bottle_small.png", + tiles = {"immortal_bottle.png"}, + wield_image = "immortal_bottle.png", paramtype = "light", is_ground_content = false, walkable = false, @@ -198,9 +198,9 @@ minetest.register_node("magical_potion:immortal", { }, groups = {vessel=1,dig_immediate=3,attached_node=1, potion=1}, sounds = default.node_sound_glass_defaults(), - inventory_image = "immortal_bottle_small.png", + inventory_image = "immortal_bottle.png", on_use = function(itemstack, player) - playereffects.apply_effect_type("immortal_bottle", 5, player) + playereffects.apply_effect_type("immortal_bottle", 120, player) if minetest.get_modpath("vessels") then player:get_inventory():add_item("main", "vessels:glass_bottle") end diff --git a/textures/immortal_bottle.png b/textures/immortal_bottle.png new file mode 100644 index 0000000000000000000000000000000000000000..9b48e155a1ba8f3377b57cf90bf625a4487008f4 GIT binary patch literal 1798 zcmZ`(dpHz$7yg+Ux6lm5`et0lxJ@XMw2aFbBX>sbi>NP?@#H?`&Lq}IDw6v!mSk0o z+OUQpvE(izV$o7zW3{dm4d3{7_s{*~ocFx%InQ~XbDr~@43d+z)FI>{0DzRO4e=ZR zLV{2Tz@P%C^?mLx08NsEo0R|ym18Q=$yMsu4o9 z2SLiBm52RWk_3_>#m$Rq85R-}7)ljT04yT|FHi$7p`$6(AhfluBk9tKKv4ihbZv!gf8wQ9dD#T^s*_nw}LiA6RRaxWTfI{$Q8XnC_ zO>G@@U#}{A@pRAJ?m>=Qi4$t&!)z=rw$Wp0oiWu7-j!7Vvt;D*5EO7LINH0##T&mw zfFmDK0mnq(^p1ysmr%yKqYBLScPNH(^gW^T8fE+Q1u8MIR7sQLpm^Wk-~S=>F{Nl= z_Wu+7yQA4l2$E!>;J-_FTVUV}2;$)IEI=|xGL0_6ij10efT)3?e=|3XJUz-AuRH$5 zcWFp6YW_ZxBDV`qkiqiftW?W(25QJko1d;;U&AIk!%!Qoh%2wR@httl1Zi0D=CsVj zB3n(YL8>hZ;*;nJ+u8{g+gfC!#flOO6Ll>{4Q|K9HTpVYwTHa^o zT3sN0X>QGK-};!wA3zT!B!Y-q(YCa3xD{`SjJEEXa`BwT^oEs&Rbx^2>zbQh^?>E zJ!=K&j36$9pYB_2+rK66#CMdMD}9SzhN9&lX~OtzW)$T=&lC`!R1m?yMAxGMm^>Le z?jWy8CHzn-;g*vF&U^$C;H@ctQxeZU)AUHM#h0g**8Euhq^K8op9xa%WZ}L3{7jph zHX4|udMMBZZhY}$GE{=9zJ8jq{xORRnJjeVG*&7+SL3m|i)~ zHItUL6pu<-Mh=HioLfVh6q(EB!IX)wL&B*to&!2>QX=($nxZoD20dL7fPd1eU-cLG2W(VpS z$>F(HJp{~}7|GGy;*Adr&h*XBSXc>J7>x)$g)^Atx!XS6yv_)^_ zO|7|dEtp@7BDnh8XfXHlWw|;8>^{Edz4S$O+VE=c%=oicULoh|ZjIm`>$K~*bh;$( z@|xxFdBz%*Q-q^P!+@^B;^8oUuG*wXoGD0b^1j-7xLTHe(r%28Q1>$kh2ZBo-8(_c zs>YI73%`KsC4wQO5^ErZL*+fnZTs_j^I_IvLN+Kb(wZ{8`{zDJZ+A zcUr-IDotg@9g1UTt*yt=g584VRx$ChhRXN5a$ELlsZH2gSTz?(?2Ne8UuQ5;Y3(4f z`5i5|tJl!GQGZ#On?43AYBOs}e$|kz_+jGx3yKsi3`$#o@ZeX@I|s%6ICSuEfvuGj Jv6c{!@;`;r`}zO? literal 0 HcmV?d00001