2022-06-07 20:42:18 +02:00
|
|
|
{
|
2022-07-20 21:25:32 +02:00
|
|
|
"$id": "blockception.minecraft.behavior.items.minecraft:shooter",
|
2022-06-07 20:42:18 +02:00
|
|
|
"title": "Shooter",
|
|
|
|
|
"description": "Shooter Item Component.",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {
|
|
|
|
|
"ammunition": {
|
|
|
|
|
"title": "Ammunition",
|
2022-07-22 19:41:04 +02:00
|
|
|
"description": "Ammunition.",
|
2022-06-07 20:42:18 +02:00
|
|
|
"type": "array",
|
|
|
|
|
"items": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"title": "Ammunition",
|
2022-07-22 19:41:04 +02:00
|
|
|
"description": "UNDOCUMENTED.",
|
2022-06-07 20:42:18 +02:00
|
|
|
"$comment": "UNDOCUMENTED",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {
|
2022-07-22 19:41:04 +02:00
|
|
|
"item": { "title": "Item", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" },
|
|
|
|
|
"use_offhand": { "title": "Use Offhand", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" },
|
|
|
|
|
"search_inventory": { "title": "Search Inventory", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" },
|
|
|
|
|
"use_in_creative": { "title": "Use In Creative", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "boolean" }
|
2022-06-07 20:42:18 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"charge_on_draw": { "title": "Charge On Draw", "description": "Charge on draw? Default is set to false.", "default": false, "type": "boolean" },
|
|
|
|
|
"launch_power_scale": {
|
|
|
|
|
"title": "Launch Power Scale",
|
|
|
|
|
"description": "Launch power scale. Default is set to 1.0.",
|
|
|
|
|
"default": 1.0,
|
|
|
|
|
"type": "number"
|
|
|
|
|
},
|
|
|
|
|
"max_draw_duration": { "title": "Maximum Draw Duration", "description": "Draw Duration. Default is set to 0.", "default": 0, "type": "number" },
|
|
|
|
|
"max_launch_power": { "title": "Maximum Launch Power", "description": "Launch power. Default is set to 1.0.", "default": 0, "type": "number" },
|
|
|
|
|
"scale_power_by_draw_duration": {
|
|
|
|
|
"title": "Scale Power By Draw Duration",
|
|
|
|
|
"description": "Scale power by draw duration? Default is set to false.",
|
|
|
|
|
"default": false,
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|