Updated
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"const": "1.11.0",
|
||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
||||
},
|
||||
"minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTED: minecraft:entity", "title": "Entity" }
|
||||
"minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "The minecraft entity behavior specification", "title": "Entity" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"const": "1.12.0",
|
||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
||||
},
|
||||
"minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTED: minecraft:entity", "title": "Entity" }
|
||||
"minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "The minecraft entity behavior specification", "title": "Entity" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -33,16 +33,19 @@
|
||||
"title": "On Damage",
|
||||
"properties": {
|
||||
"filters": { "$ref": "../../filters/filters.json" },
|
||||
"event": { "type": "string", "pattern": "^.*$", "description": "UNDOCUMENTED: event", "title": "Event" },
|
||||
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "UNDOCUMENTED: target", "title": "Target" }
|
||||
},
|
||||
"on_damage_sound_event": {
|
||||
"type": "string",
|
||||
"description": "Defines what sound to play, if any, when the on_damage filters are met.",
|
||||
"title": "On Damage Sound Event"
|
||||
"event": { "type": "string", "pattern": "^.*$", "description": "Defines what event to run", "title": "Event" },
|
||||
"target": {
|
||||
"$ref": "../../filters/filters/types/subject.json",
|
||||
"description": "filters to use to define specific tests",
|
||||
"title": "Target"
|
||||
}
|
||||
}
|
||||
},
|
||||
"on_damage_sound_event": { "$ref": "../../1.8.0/types/event.json" }
|
||||
"on_damage_sound_event": {
|
||||
"$ref": "../../1.8.0/types/event.json",
|
||||
"description": "Defines what sound to play, if any, when the on_damage filters are met.",
|
||||
"title": "On Damage Sound Event"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -2,19 +2,16 @@
|
||||
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.experience_reward",
|
||||
"type": "object",
|
||||
"title": "Experience Reward 1.13.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"description": "Defines the amount of experience rewarded when the entity dies or is successfully bred.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"on_bred": {
|
||||
"type": "string",
|
||||
"default": 0,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "A molang expression defining the amount of experience rewarded when this entity is successfully bred. An array of expressions adds each expression's result together for a final total.",
|
||||
"title": "On Bred"
|
||||
},
|
||||
"on_death": {
|
||||
"type": "string",
|
||||
"default": 0,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "A molang expression defining the amount of experience rewarded when this entity dies. An array of expressions adds each expression's result together for a final total.",
|
||||
"title": "On Death"
|
||||
}
|
||||
|
||||
@@ -93,13 +93,12 @@
|
||||
},
|
||||
"properties": {
|
||||
"interactions": {
|
||||
"title": "Interactions",
|
||||
"description": "The interactions that are defined",
|
||||
"oneOf": [
|
||||
{ "type": "object", "$ref": "#/definitions/interaction_spec" },
|
||||
{ "type": "array", "items": { "$ref": "#/definitions/interaction_spec" } }
|
||||
],
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Interactions"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"title": "Blocks To Avoid",
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
|
||||
@@ -34,12 +34,12 @@
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"title": "Blocks To Avoid",
|
||||
"items": {
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Block",
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "Block To Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -34,12 +34,12 @@
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"title": "Blocks To Avoid",
|
||||
"items": {
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Block",
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "Block To Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -34,12 +34,12 @@
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"title": "Blocks To Avoid",
|
||||
"items": {
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Block",
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "Block To Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -34,12 +34,12 @@
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"title": "Blocks To Avoid",
|
||||
"items": {
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Block",
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "Block To Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -34,12 +34,12 @@
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"title": "Blocks To Avoid",
|
||||
"items": {
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Block",
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "Block To Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -43,12 +43,12 @@
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"title": "Lower bound",
|
||||
"title": "Lower Bound",
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "Lower bound (inclusive) of the scatter range, as an offset from the input point to scatter around"
|
||||
},
|
||||
{
|
||||
"title": "Upper bound",
|
||||
"title": "Upper Bound",
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "Upper bound (inclusive) of the scatter range, as an offset from the input point to scatter around"
|
||||
}
|
||||
@@ -101,13 +101,13 @@
|
||||
"properties": {
|
||||
"numerator": {
|
||||
"title": "Numerator",
|
||||
"description": "UNDOUCMNEATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "integer",
|
||||
"minimum": 1
|
||||
},
|
||||
"denominator": {
|
||||
"title": "Denominator",
|
||||
"description": "UNDOUCMNEATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "integer",
|
||||
"minimum": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user