2021-01-03 18:59:21 +01:00
{
2021-04-04 13:52:35 +02:00
"$id" : "blockception.minecraft.behavior.1.16.100.items.minecraft:cooldown" ,
2021-01-03 18:59:21 +01:00
"title" : "Cooldown" ,
"description" : "Cool down time for a component. After you use an item it becomes unusable for the duration specified by the 'cool down time' setting in this component." ,
"type" : "object" ,
"additionalProperties" : false ,
"required" : [ "category" , "duration" ] ,
"properties" : {
2021-03-21 15:18:38 +01:00
"category" : { "type" : "string" , "description" : "The type of cool down for this item." , "title" : "Category" } ,
2021-05-18 23:32:44 +02:00
"duration" : {
"description" : "The duration of time this item will spend cooling down before becoming usable again." ,
"title" : "Duration" ,
"type" : "number"
}
2021-01-03 18:59:21 +01:00
}
}