User Tools

Site Tools


items:item_components:compostable

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:compostable [2024/04/19 13:27] – removed - external edit (Unknown date) 127.0.0.1items:item_components:compostable [2024/04/19 13:27] (current) – ↷ Page moved from item_components:compostable to items:item_components:compostable errorcraft
Line 1: Line 1:
 +====== minecraft:compostable ======
 +The ''minecraft:compostable'' item component allows this item to be composted on a Composter.
  
 +
 +===== Fields =====
 +^  Name  ^  Description  ^  Type  ^  Default Value  ^
 +| ''level_increase_chance'' | The chance of increasing the level of the Composter. | A float ranging from ''0.0'' to ''1.0'' inclusive. | |
 +
 +
 +===== Example =====
 +<code javascript>
 +{
 +  "level_increase_chance": 0.65
 +}
 +</code>