Fixing
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.damage_sensor",
|
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.damage_sensor",
|
||||||
"title": "Damage Sensor 1.8.0",
|
"title": "Damage Sensor 1.8.0",
|
||||||
"additionalProperties": false,
|
|
||||||
"description": "Defines what events to call when this entity is damaged by specific entities or items.",
|
"description": "Defines what events to call when this entity is damaged by specific entities or items.",
|
||||||
"type": "object",
|
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"damagespec": {
|
"damagespec": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.interact",
|
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.interact",
|
||||||
"description": "Defines interactions with this entity.",
|
"description": "Defines interactions with this entity.",
|
||||||
"title": "Interact 1.8.0",
|
"title": "Interact 1.8.0",
|
||||||
"additionalProperties": false,
|
|
||||||
"type": "object",
|
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"interact_object": {
|
"interact_object": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user