auto: Formatted json files
This commit is contained in:
5
.vscode/extensions.json
vendored
5
.vscode/extensions.json
vendored
@@ -3,8 +3,5 @@
|
||||
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
||||
|
||||
// List of extensions which should be recommended for users of this workspace.
|
||||
"recommendations": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode"
|
||||
]
|
||||
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
|
||||
}
|
||||
|
||||
@@ -32,9 +32,7 @@
|
||||
"type": "string",
|
||||
"title": "UNDOCUMENATED",
|
||||
"description": "UNDOCUMENATED",
|
||||
"enum": [
|
||||
"self"
|
||||
]
|
||||
"enum": ["self"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"protection": {
|
||||
"title": "Protection",
|
||||
"description": "Amount of knockback resistance provided with the total maximum protection being 1.0",
|
||||
"type":"number"
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"dispensable": {
|
||||
"title": "Dispensable",
|
||||
"description": "",
|
||||
"type": "boolean"
|
||||
},
|
||||
"dispensable": {
|
||||
"title": "Dispensable",
|
||||
"description": "",
|
||||
"type": "boolean"
|
||||
},
|
||||
"slot": {
|
||||
"title": "Slot",
|
||||
"description": "equipment_slot: slot.weapon.mainhand, slot.weapon.offhand, slot.armor.head, slot.armor.chest, slot.armor.legs, slot.armor.feet, slot.hotbar, slot.inventory, slot.enderchest, slot.saddle, slot.armor, slot.chest",
|
||||
|
||||
@@ -3,31 +3,29 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.add_mob_effect",
|
||||
"title": "Add mob effect",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"effect": {
|
||||
"type": "string",
|
||||
"title": "Effect",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": [
|
||||
"holder"
|
||||
]
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
"title": "Duration",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"amplifier": {
|
||||
"type": "number",
|
||||
"title": "Amplifier",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"effect": {
|
||||
"type": "string",
|
||||
"title": "Effect",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": ["holder"]
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
"title": "Duration",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"amplifier": {
|
||||
"type": "number",
|
||||
"title": "Amplifier",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.shoot",
|
||||
"title": "Shoot",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"title": "Type",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": [ "magic" ]
|
||||
},
|
||||
"amount": {
|
||||
"type": "number",
|
||||
"title": "Amount",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"title": "Type",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": ["magic"]
|
||||
},
|
||||
"amount": {
|
||||
"type": "number",
|
||||
"title": "Amount",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.decrement_stack",
|
||||
"title": "Decrement stack",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -3,21 +3,19 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.remove_mob_effect",
|
||||
"title": "Remove mob effect",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"effect": {
|
||||
"type": "string",
|
||||
"title": "Effect",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": [
|
||||
"holder"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"effect": {
|
||||
"type": "string",
|
||||
"title": "Effect",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": ["holder"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,23 +3,23 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.shoot",
|
||||
"title": "Shoot",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"angle_offset": {
|
||||
"type": "number",
|
||||
"title": "Angle offset",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"launch_power": {
|
||||
"type": "number",
|
||||
"title": "Launch power",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"projectile": {
|
||||
"type": "string",
|
||||
"title": "Projectile",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"angle_offset": {
|
||||
"type": "number",
|
||||
"title": "Angle offset",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"launch_power": {
|
||||
"type": "number",
|
||||
"title": "Launch power",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"projectile": {
|
||||
"type": "string",
|
||||
"title": "Projectile",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.swing",
|
||||
"title": "Swing",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.transform_item",
|
||||
"title": "Transform item",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"transform": {
|
||||
@@ -12,4 +12,4 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,9 +32,7 @@
|
||||
"type": "string",
|
||||
"title": "UNDOCUMENATED",
|
||||
"description": "UNDOCUMENATED",
|
||||
"enum": [
|
||||
"self"
|
||||
]
|
||||
"enum": ["self"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"protection": {
|
||||
"title": "Protection",
|
||||
"description": "Amount of knockback resistance provided with the total maximum protection being 1.0",
|
||||
"type":"number"
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"dispensable": {
|
||||
"title": "Dispensable",
|
||||
"description": "",
|
||||
"type": "boolean"
|
||||
},
|
||||
"dispensable": {
|
||||
"title": "Dispensable",
|
||||
"description": "",
|
||||
"type": "boolean"
|
||||
},
|
||||
"slot": {
|
||||
"title": "Slot",
|
||||
"description": "equipment_slot: slot.weapon.mainhand, slot.weapon.offhand, slot.armor.head, slot.armor.chest, slot.armor.legs, slot.armor.feet, slot.hotbar, slot.inventory, slot.enderchest, slot.saddle, slot.armor, slot.chest",
|
||||
|
||||
@@ -3,31 +3,29 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.add_mob_effect",
|
||||
"title": "Add mob effect",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"effect": {
|
||||
"type": "string",
|
||||
"title": "Effect",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": [
|
||||
"holder"
|
||||
]
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
"title": "Duration",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"amplifier": {
|
||||
"type": "number",
|
||||
"title": "Amplifier",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"effect": {
|
||||
"type": "string",
|
||||
"title": "Effect",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": ["holder"]
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
"title": "Duration",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"amplifier": {
|
||||
"type": "number",
|
||||
"title": "Amplifier",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.shoot",
|
||||
"title": "Shoot",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"title": "Type",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": [ "magic" ]
|
||||
},
|
||||
"amount": {
|
||||
"type": "number",
|
||||
"title": "Amount",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"title": "Type",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": ["magic"]
|
||||
},
|
||||
"amount": {
|
||||
"type": "number",
|
||||
"title": "Amount",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.decrement_stack",
|
||||
"title": "Decrement stack",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -3,21 +3,19 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.remove_mob_effect",
|
||||
"title": "Remove mob effect",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"effect": {
|
||||
"type": "string",
|
||||
"title": "Effect",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": [
|
||||
"holder"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"effect": {
|
||||
"type": "string",
|
||||
"title": "Effect",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": ["holder"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,23 +3,23 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.shoot",
|
||||
"title": "Shoot",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"angle_offset": {
|
||||
"type": "number",
|
||||
"title": "Angle offset",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"launch_power": {
|
||||
"type": "number",
|
||||
"title": "Launch power",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"projectile": {
|
||||
"type": "string",
|
||||
"title": "Projectile",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"angle_offset": {
|
||||
"type": "number",
|
||||
"title": "Angle offset",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"launch_power": {
|
||||
"type": "number",
|
||||
"title": "Launch power",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"projectile": {
|
||||
"type": "string",
|
||||
"title": "Projectile",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.swing",
|
||||
"title": "Swing",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.transform_item",
|
||||
"title": "Transform item",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"transform": {
|
||||
@@ -12,4 +12,4 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user