19 lines
541 B
JSON
19 lines
541 B
JSON
|
|
{
|
||
|
|
"$id": "blockception.minecraft.behavior.items.minecraft:compostable",
|
||
|
|
"title": "Compostable",
|
||
|
|
"description": "Allows items to be compostable in the composter block.",
|
||
|
|
"type": "object",
|
||
|
|
"additionalProperties": false,
|
||
|
|
"required": [ ],
|
||
|
|
"properties": {
|
||
|
|
"composting_chance": {
|
||
|
|
"description": "The chance of this item generating a compost layer when supplied to the composter block.",
|
||
|
|
"title": "Composting Chance",
|
||
|
|
"type": "integer",
|
||
|
|
"minimum": 1,
|
||
|
|
"maximum": 100,
|
||
|
|
"default": 100
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|