User Tools

Site Tools


items:item_components:potion_holder

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
items:item_components:potion_holder [2024/04/19 13:27] – removed - external edit (Unknown date) 127.0.0.1items:item_components:potion_holder [2024/04/19 13:27] (current) – ↷ Page moved from item_components:potion_holder to items:item_components:potion_holder errorcraft
Line 1: Line 1:
 +====== minecraft:potion_holder ======
 +The ''minecraft:potion_holder'' item component allows this item to hold effects via the [[mc>Item_format/1.20.5#potion_contents|minecraft:potion_contents]] item stack component, which are then displayed in the tooltip.
 +It also allows this item to be used in a [[mc>Brewing_Stand|Brewing Stand]].
  
 +
 +==== Fields ====
 +^  Name  ^  Description  ^  Type  ^  Default Value  ^
 +| ''duration_multiplier'' | The factor to multiply the effect duration by to display in the tooltip. | A positive float | |
 +
 +
 +==== Example ====
 +<code javascript>
 +{
 +  "duration_multiplier": 1.0
 +}
 +</code>