Heart Canisters: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
(→‎Features: Tweaked Wording)
(Added 1.8 crafting recipes)
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{ModuleInfobox|name=Heart Canisters|icon=heart_canisters.png|versions=1.14|type=Reliant|requires=[[Custom Crafters]]|creator=Sparks and SpiderRobotMan|updater=SpecialBuilder32 and Misode}}
{{ModuleInfobox|name=Heart Canisters|icon=heart_canisters.png|versions=1.15|type=Reliant|requires=[[Custom Crafters]]|creator=Sparks and SpiderRobotMan|updater=SpecialBuilder32 and Misode}}
This module adds craftable "heart canisters" that increase a player's health.
This module adds craftable canisters that increase a player's health.


== Features ==
== Features ==
Line 9: Line 9:
The heart canister item may be placed into the world as a block, and then broken again without losing it's health giving abilities.
The heart canister item may be placed into the world as a block, and then broken again without losing it's health giving abilities.


=== Recipes ===
=== Crafting Recipes ===
{| class="wikitable"
{| class="wikitable"
|+
|+
Line 18: Line 18:
|Tier 1 Heart
|Tier 1 Heart
Canister
Canister
|4x Obsidian, 1x Iron Block, 2x Diamond,
|Obsidian + Iron Block +
1x Wither Skeleton Skull, 1x Blaze Rod
Diamond +
|[[File:Heart canisters t1 recipe.png]]
Wither Skeleton Skull +
 
Blaze Rod
|{{Crafting
| Input = {{CraftingGrid
| Obsidian | Block of Iron | Obsidian
| Diamond | Wither Skeleton Skull | Diamond
| Obsidian | Blaze Rod | Obsidian
}}
| Output = {{CraftingCell
| gm4:Heart Canister Tier 1
}}
}}
|-
|-
|Tier 2 Heart
|Tier 2 Heart
Canister
Canister
|4x End Stone, 1x End Crystal, 2x Diamond,
|End Stone + End Crystal +
1x Heart Canister (Tier 1), 1x Nether Star
Diamond+
|[[File:Heart canisters t2 recipe.png]]
Heart Canister (Tier 1) +
 
Nether Star
|{{Crafting
| Input = {{CraftingGrid
| End Stone | End Crystal | End Stone
| Diamond | gm4:Heart Canister Tier 1 | Diamond
| End Stone | Nether Star | End Stone
}}
| Output = {{CraftingCell
| gm4:Heart Canister Tier 2
}}
}}
|}
|}


Line 34: Line 58:
Due to a Minecraft [https://bugs.mojang.com/browse/MC-25088 bug] with the health boost status effect, removing or adding a canister to a stack in the player's inventory will cause their health to go back to the original 10 hearts, and they will need to regenerate the extra hearts.  
Due to a Minecraft [https://bugs.mojang.com/browse/MC-25088 bug] with the health boost status effect, removing or adding a canister to a stack in the player's inventory will cause their health to go back to the original 10 hearts, and they will need to regenerate the extra hearts.  


It is possible to pickup the player_head item after placing and breaking it faster than the code reapplying custom data to the item. This causes the item to have no custom name, and not give any extra health. Throwing the item on the ground for a several seconds will correct this issue.
It is possible to pickup the player head item after placing and breaking it faster than the code reapplying custom data to the item. This causes the item to have no custom name, and not give any extra health. Throwing the item on the ground and picking it up after one second will correct this issue.


=== Advancements ===
=== Advancements ===
Line 57: Line 81:


== Learn More and Download ==
== Learn More and Download ==
{{YouTube|url=https://youtu.be/zjmL6rjoq0g}}
{{YouTube|url=https://youtu.be/zjmL6rjoq0g}}{{Download|url=https://gm4.co/modules/heart-canisters}}
 
{{Download|url=https://gm4.co/modules/heart-canisters}}


== History ==
== History ==
Line 82: Line 104:
|19 Nov 2018
|19 Nov 2018
|Updated for 1.13 data packs
|Updated for 1.13 data packs
|-
|1.15
|26 Dec 2019
|Updated for 1.15 base module
|}
|}


Line 99: Line 125:
|Tier 1 Heart
|Tier 1 Heart
Canister
Canister
|4x Obsidian, 1x Iron Block, 2x Diamond,  
|4x Obsidian, 2x Diamond,  
1x Enchanted Golden Apple, 2x Iron Block
1x Enchanted Golden Apple, 2x Iron Block
|
|{{Crafting
| Input = {{CraftingGrid
| Obsidian | Block of Iron | Obsidian
| Diamond | Enchanted Golden Apple | Diamond
| Obsidian | Block of Iron | Obsidian
}}
| Output = {{CraftingCell
| gm4:Heart Canister Tier 1
}}
}}
|-
|-
|Tier 2 Heart
|Tier 2 Heart
Line 107: Line 142:
|4x End Stone, 1x Enchanted Golden Apple, 2x Diamond,  
|4x End Stone, 1x Enchanted Golden Apple, 2x Diamond,  
1x Heart Canister (Tier 1), 1x Nether Star
1x Heart Canister (Tier 1), 1x Nether Star
|
|{{Crafting
| Input = {{CraftingGrid
| End Stone | Enchanted Golden Apple | End Stone
| Diamond | gm4:Heart Canister Tier 1 | Diamond
| End Stone | Nether Star | End Stone
}}
| Output = {{CraftingCell
| gm4:Heart Canister Tier 2
}}
}}
|}
|}



Revision as of 19:20, 30 June 2020

Heart Canisters

Module TypeReliant
Created bySparks and SpiderRobotMan
Last Updated bySpecialBuilder32 and Misode
Required ModulesCustom Crafters
Compatible MC Versions1.15

This module adds craftable canisters that increase a player's health.

Features

Heart Canisters are a custom item, craftable using a Custom Crafter. Heart Canisters increase the number of hearts a player has with each canister in a player's inventory increasing their maximum health by 2 hearts, up to a maximum of 20 additional hearts.

Two tiers of heart canisters are craftable with five of each are required for the maximum possible health. Tier 2 heart canisters require five tier 1 canisters also in the inventory to function. Heart canisters of the same type must be in the same inventory slot to provide the proper amount of health.

The heart canister item may be placed into the world as a block, and then broken again without losing it's health giving abilities.

Crafting Recipes

Item Ingredients Recipe (Custom Crafter)
Tier 1 Heart

Canister

Obsidian + Iron Block +

Diamond + Wither Skeleton Skull +

Blaze Rod

Tier 2 Heart

Canister

End Stone + End Crystal +

Diamond+ Heart Canister (Tier 1) +

Nether Star

Technical Details

Heart Canister textures were created by Jonpot

Due to a Minecraft bug with the health boost status effect, removing or adding a canister to a stack in the player's inventory will cause their health to go back to the original 10 hearts, and they will need to regenerate the extra hearts.

It is possible to pickup the player head item after placing and breaking it faster than the code reapplying custom data to the item. This causes the item to have no custom name, and not give any extra health. Throwing the item on the ground and picking it up after one second will correct this issue.

Advancements

Advancement Description Requirement
Can't buy my love Craft a Tier 1 Heart Canister. Carry a tier 1 canister in your inventory
Love is all you need Craft a Tier 2 Heart Canister. Carry a tier 2 canister in your inventory
All My Loving Max out your Heart Canister health. Carry 5 of each tier canister in your inventory

Learn More and Download

Watch on YouTube Download

History

Version Date Change
1.8 21 Feb 2015 Released Heart Canisters
18 Apr 2015 Updated skull format for 1.8
1.12 10 Sep 2017 Updated for 1.12 command format
1.13 19 Nov 2018 Updated for 1.13 data packs
1.15 26 Dec 2019 Updated for 1.15 base module

Previous Versions

MC 1.8 Version

The MC 1.8 Versions did not have achievements. Additionally the recipes were cheaper in this version.

v1.0-1.1 Crafting

Item Ingredients Recipe (Custom Crafter)
Tier 1 Heart

Canister

4x Obsidian, 2x Diamond,

1x Enchanted Golden Apple, 2x Iron Block

Tier 2 Heart

Canister

4x End Stone, 1x Enchanted Golden Apple, 2x Diamond,

1x Heart Canister (Tier 1), 1x Nether Star

MC 1.12 Version

In the MC 1.12 version, the advancements were actually a simulated achievement, using tellraw to show the message. This has been transferred to advancements upon the release of the 1.13 version.