Updated filter refernences

This commit is contained in:
DaanV2
2021-06-03 14:11:45 +02:00
parent 8edda85149
commit 85f00c81cf
217 changed files with 277 additions and 349 deletions

View File

@@ -1,5 +1,5 @@
{
"$id": "blockception.minecraft.behavior.entities.1.16.100.base_priority",
"$id": "blockception.minecraft.behavior.entities.1.16.100.priority",
"additionalProperties": false,
"type": "integer",
"title": "Priority",

View File

@@ -10,7 +10,7 @@
"description": "The filters to check to determine if the event should be fired",
"title": "TODO Title"
},
"target": { "$ref": "../filters/types/base_subject.json", "description": "The entity to target", "title": "Target" }
"target": { "$ref": "../../filters/filters/types/subject.json", "description": "The entity to target", "title": "Target" }
},
"additionalProperties": false
}