auto: Formatted json files

This commit is contained in:
DaanV2
2021-01-05 10:49:01 +01:00
parent d649d675bc
commit fe6a98a06b
21 changed files with 187 additions and 202 deletions

View File

@@ -3,8 +3,5 @@
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace. // List of extensions which should be recommended for users of this workspace.
"recommendations": [ "recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
} }

View File

@@ -32,9 +32,7 @@
"type": "string", "type": "string",
"title": "UNDOCUMENATED", "title": "UNDOCUMENATED",
"description": "UNDOCUMENATED", "description": "UNDOCUMENATED",
"enum": [ "enum": ["self"]
"self"
]
} }
} }
}, },

View File

@@ -10,7 +10,7 @@
"protection": { "protection": {
"title": "Protection", "title": "Protection",
"description": "Amount of knockback resistance provided with the total maximum protection being 1.0", "description": "Amount of knockback resistance provided with the total maximum protection being 1.0",
"type":"number" "type": "number"
} }
} }
} }

View File

@@ -6,11 +6,11 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"dispensable": { "dispensable": {
"title": "Dispensable", "title": "Dispensable",
"description": "", "description": "",
"type": "boolean" "type": "boolean"
}, },
"slot": { "slot": {
"title": "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", "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",

View File

@@ -3,31 +3,29 @@
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.add_mob_effect", "$id": "blockception.minecraft.behaviour.1.16.100.items.events.add_mob_effect",
"title": "Add mob effect", "title": "Add mob effect",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"effect": { "effect": {
"type": "string", "type": "string",
"title": "Effect", "title": "Effect",
"description": "UNDOCUMENTATED" "description": "UNDOCUMENTATED"
}, },
"target": { "target": {
"type": "string", "type": "string",
"title": "Target", "title": "Target",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"enum": [ "enum": ["holder"]
"holder" },
] "duration": {
}, "type": "number",
"duration": { "title": "Duration",
"type": "number", "description": "UNDOCUMENTATED"
"title": "Duration", },
"description": "UNDOCUMENTATED" "amplifier": {
}, "type": "number",
"amplifier": { "title": "Amplifier",
"type": "number", "description": "UNDOCUMENTATED"
"title": "Amplifier", }
"description": "UNDOCUMENTATED" }
}
}
} }

View File

@@ -3,19 +3,19 @@
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.shoot", "$id": "blockception.minecraft.behaviour.1.16.100.items.events.shoot",
"title": "Shoot", "title": "Shoot",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"type": { "type": {
"type": "string", "type": "string",
"title": "Type", "title": "Type",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"enum": [ "magic" ] "enum": ["magic"]
}, },
"amount": { "amount": {
"type": "number", "type": "number",
"title": "Amount", "title": "Amount",
"description": "UNDOCUMENTATED" "description": "UNDOCUMENTATED"
} }
} }
} }

View File

@@ -3,6 +3,6 @@
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.decrement_stack", "$id": "blockception.minecraft.behaviour.1.16.100.items.events.decrement_stack",
"title": "Decrement stack", "title": "Decrement stack",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false "additionalProperties": false
} }

View File

@@ -3,21 +3,19 @@
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.remove_mob_effect", "$id": "blockception.minecraft.behaviour.1.16.100.items.events.remove_mob_effect",
"title": "Remove mob effect", "title": "Remove mob effect",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"effect": { "effect": {
"type": "string", "type": "string",
"title": "Effect", "title": "Effect",
"description": "UNDOCUMENTATED" "description": "UNDOCUMENTATED"
}, },
"target": { "target": {
"type": "string", "type": "string",
"title": "Target", "title": "Target",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"enum": [ "enum": ["holder"]
"holder" }
] }
}
}
} }

View File

@@ -3,23 +3,23 @@
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.shoot", "$id": "blockception.minecraft.behaviour.1.16.100.items.events.shoot",
"title": "Shoot", "title": "Shoot",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"angle_offset": { "angle_offset": {
"type": "number", "type": "number",
"title": "Angle offset", "title": "Angle offset",
"description": "UNDOCUMENTATED" "description": "UNDOCUMENTATED"
}, },
"launch_power": { "launch_power": {
"type": "number", "type": "number",
"title": "Launch power", "title": "Launch power",
"description": "UNDOCUMENTATED" "description": "UNDOCUMENTATED"
}, },
"projectile": { "projectile": {
"type": "string", "type": "string",
"title": "Projectile", "title": "Projectile",
"description": "UNDOCUMENTATED" "description": "UNDOCUMENTATED"
} }
} }
} }

View File

@@ -3,6 +3,6 @@
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.swing", "$id": "blockception.minecraft.behaviour.1.16.100.items.events.swing",
"title": "Swing", "title": "Swing",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false "additionalProperties": false
} }

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.1.16.100.items.events.transform_item", "$id": "blockception.minecraft.behaviour.1.16.100.items.events.transform_item",
"title": "Transform item", "title": "Transform item",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"transform": { "transform": {

View File

@@ -32,9 +32,7 @@
"type": "string", "type": "string",
"title": "UNDOCUMENATED", "title": "UNDOCUMENATED",
"description": "UNDOCUMENATED", "description": "UNDOCUMENATED",
"enum": [ "enum": ["self"]
"self"
]
} }
} }
}, },

View File

@@ -10,7 +10,7 @@
"protection": { "protection": {
"title": "Protection", "title": "Protection",
"description": "Amount of knockback resistance provided with the total maximum protection being 1.0", "description": "Amount of knockback resistance provided with the total maximum protection being 1.0",
"type":"number" "type": "number"
} }
} }
} }

View File

@@ -6,11 +6,11 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"dispensable": { "dispensable": {
"title": "Dispensable", "title": "Dispensable",
"description": "", "description": "",
"type": "boolean" "type": "boolean"
}, },
"slot": { "slot": {
"title": "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", "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",

View File

@@ -3,31 +3,29 @@
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.add_mob_effect", "$id": "blockception.minecraft.behaviour.1.16.200.items.events.add_mob_effect",
"title": "Add mob effect", "title": "Add mob effect",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"effect": { "effect": {
"type": "string", "type": "string",
"title": "Effect", "title": "Effect",
"description": "UNDOCUMENTATED" "description": "UNDOCUMENTATED"
}, },
"target": { "target": {
"type": "string", "type": "string",
"title": "Target", "title": "Target",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"enum": [ "enum": ["holder"]
"holder" },
] "duration": {
}, "type": "number",
"duration": { "title": "Duration",
"type": "number", "description": "UNDOCUMENTATED"
"title": "Duration", },
"description": "UNDOCUMENTATED" "amplifier": {
}, "type": "number",
"amplifier": { "title": "Amplifier",
"type": "number", "description": "UNDOCUMENTATED"
"title": "Amplifier", }
"description": "UNDOCUMENTATED" }
}
}
} }

View File

@@ -3,19 +3,19 @@
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.shoot", "$id": "blockception.minecraft.behaviour.1.16.200.items.events.shoot",
"title": "Shoot", "title": "Shoot",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"type": { "type": {
"type": "string", "type": "string",
"title": "Type", "title": "Type",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"enum": [ "magic" ] "enum": ["magic"]
}, },
"amount": { "amount": {
"type": "number", "type": "number",
"title": "Amount", "title": "Amount",
"description": "UNDOCUMENTATED" "description": "UNDOCUMENTATED"
} }
} }
} }

View File

@@ -3,6 +3,6 @@
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.decrement_stack", "$id": "blockception.minecraft.behaviour.1.16.200.items.events.decrement_stack",
"title": "Decrement stack", "title": "Decrement stack",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false "additionalProperties": false
} }

View File

@@ -3,21 +3,19 @@
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.remove_mob_effect", "$id": "blockception.minecraft.behaviour.1.16.200.items.events.remove_mob_effect",
"title": "Remove mob effect", "title": "Remove mob effect",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"effect": { "effect": {
"type": "string", "type": "string",
"title": "Effect", "title": "Effect",
"description": "UNDOCUMENTATED" "description": "UNDOCUMENTATED"
}, },
"target": { "target": {
"type": "string", "type": "string",
"title": "Target", "title": "Target",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"enum": [ "enum": ["holder"]
"holder" }
] }
}
}
} }

View File

@@ -3,23 +3,23 @@
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.shoot", "$id": "blockception.minecraft.behaviour.1.16.200.items.events.shoot",
"title": "Shoot", "title": "Shoot",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"angle_offset": { "angle_offset": {
"type": "number", "type": "number",
"title": "Angle offset", "title": "Angle offset",
"description": "UNDOCUMENTATED" "description": "UNDOCUMENTATED"
}, },
"launch_power": { "launch_power": {
"type": "number", "type": "number",
"title": "Launch power", "title": "Launch power",
"description": "UNDOCUMENTATED" "description": "UNDOCUMENTATED"
}, },
"projectile": { "projectile": {
"type": "string", "type": "string",
"title": "Projectile", "title": "Projectile",
"description": "UNDOCUMENTATED" "description": "UNDOCUMENTATED"
} }
} }
} }

View File

@@ -3,6 +3,6 @@
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.swing", "$id": "blockception.minecraft.behaviour.1.16.200.items.events.swing",
"title": "Swing", "title": "Swing",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false "additionalProperties": false
} }

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.transform_item", "$id": "blockception.minecraft.behaviour.1.16.200.items.events.transform_item",
"title": "Transform item", "title": "Transform item",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"transform": { "transform": {