auto: Formatted json files
This commit is contained in:
@@ -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