Moved to source folder
This commit is contained in:
31
source/behaviour/items/1.16.200/events/add_mob_effect.json
Normal file
31
source/behaviour/items/1.16.200/events/add_mob_effect.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
21
source/behaviour/items/1.16.200/events/damage.json
Normal file
21
source/behaviour/items/1.16.200/events/damage.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.decrement_stack",
|
||||
"title": "Decrement stack",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
25
source/behaviour/items/1.16.200/events/shoot.json
Normal file
25
source/behaviour/items/1.16.200/events/shoot.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
8
source/behaviour/items/1.16.200/events/swing.json
Normal file
8
source/behaviour/items/1.16.200/events/swing.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.swing",
|
||||
"title": "Swing",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
26
source/behaviour/items/1.16.200/events/teleport.json
Normal file
26
source/behaviour/items/1.16.200/events/teleport.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.teleport",
|
||||
"title": "Teleport",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"target": {
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": ["holder"]
|
||||
},
|
||||
"max_range": {
|
||||
"type": "array",
|
||||
"title": "Max range",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"items": [
|
||||
{ "type": "number", "title": "X", "description": "UNDOCUMENTATED" },
|
||||
{ "type": "number", "title": "Y", "description": "UNDOCUMENTATED" },
|
||||
{ "type": "number", "title": "Z", "description": "UNDOCUMENTATED" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
15
source/behaviour/items/1.16.200/events/transform_item.json
Normal file
15
source/behaviour/items/1.16.200/events/transform_item.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.transform_item",
|
||||
"title": "Transform item",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"transform": {
|
||||
"title": "Transform",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user