This commit is contained in:
DaanV2
2021-03-21 15:18:38 +01:00
parent d3298267bc
commit 698ee42623
960 changed files with 5960 additions and 22946 deletions

View File

@@ -1,31 +1,14 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.add_mob_effect",
"title": "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"
}
"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" }
}
}

View File

@@ -6,16 +6,7 @@
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"title": "Type",
"description": "UNDOCUMENTATED",
"enum": ["magic"]
},
"amount": {
"type": "number",
"title": "Amount",
"description": "UNDOCUMENTATED"
}
"type": { "type": "string", "title": "Type", "description": "UNDOCUMENTATED", "enum": ["magic"] },
"amount": { "type": "number", "title": "Amount", "description": "UNDOCUMENTATED" }
}
}

View File

@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.decrement_stack",
"title": "Decrement stack",
"title": "Decrement Stack",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false

View File

@@ -1,21 +1,12 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.remove_mob_effect",
"title": "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"]
}
"effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTATED" },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTATED", "enum": ["holder"] }
}
}

View File

@@ -6,20 +6,8 @@
"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"
}
"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" }
}
}

View File

@@ -6,15 +6,10 @@
"type": "object",
"additionalProperties": false,
"properties": {
"target": {
"type": "string",
"title": "Target",
"description": "UNDOCUMENTATED",
"enum": ["holder"]
},
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTATED", "enum": ["holder"] },
"max_range": {
"type": "array",
"title": "Max range",
"title": "Max Range",
"description": "UNDOCUMENTATED",
"items": [
{ "type": "number", "title": "X", "description": "UNDOCUMENTATED" },

View File

@@ -1,15 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.transform_item",
"title": "Transform item",
"title": "Transform Item",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false,
"properties": {
"transform": {
"title": "Transform",
"description": "UNDOCUMENTATED",
"type": "string"
}
}
"properties": { "transform": { "title": "Transform", "description": "UNDOCUMENTATED", "type": "string" } }
}