User Tools

Site Tools


items:item_components:fuel

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:fuel [2024/04/19 13:27] – removed - external edit (Unknown date) 127.0.0.1items:item_components:fuel [2024/04/19 13:27] (current) – ↷ Page moved from item_components:fuel to items:item_components:fuel errorcraft
Line 1: Line 1:
 +====== minecraft:fuel ======
 +The ''minecraft:fuel'' item component allows this item to be used as fuel in furnaces.
  
 +==== Fields ====
 +^  Name  ^  Description  ^  Type  ^  Default Value  ^
 +| ''ticks'' | The duration in [[mc>Tick#Game_tick|ticks]] to burn this fuel for. | A positive integer | |
 +
 +
 +==== Example ====
 +<code javascript>
 +{
 +  "ticks": 1600
 +}
 +</code>