Added suspect_tracking
This commit is contained in:
@@ -161,6 +161,7 @@
|
|||||||
"minecraft:sound_volume": { "$ref": "./components/sound_volume.json" },
|
"minecraft:sound_volume": { "$ref": "./components/sound_volume.json" },
|
||||||
"minecraft:spawn_entity": { "$ref": "./components/spawn_entity.json" },
|
"minecraft:spawn_entity": { "$ref": "./components/spawn_entity.json" },
|
||||||
"minecraft:spell_effects": { "$ref": "./components/spell_effects.json" },
|
"minecraft:spell_effects": { "$ref": "./components/spell_effects.json" },
|
||||||
|
"minecraft:suspect_tracking": { "$ref": "./components/suspect_tracking.json" },
|
||||||
"minecraft:strength": { "$ref": "./components/strength.json" },
|
"minecraft:strength": { "$ref": "./components/strength.json" },
|
||||||
"minecraft:tameable": { "$ref": "./components/tameable.json" },
|
"minecraft:tameable": { "$ref": "./components/tameable.json" },
|
||||||
"minecraft:tamemount": { "$ref": "./components/tamemount.json" },
|
"minecraft:tamemount": { "$ref": "./components/tamemount.json" },
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"$id": "blockception.minecraft.behavior.entities.minecraft.suspect_tracking",
|
||||||
|
"type": "object",
|
||||||
|
"title": "Suspect Tracking",
|
||||||
|
"additionalProperties": false,
|
||||||
|
"required": [],
|
||||||
|
"properties": {},
|
||||||
|
"description": "Allows this entity to remember suspicious locations"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user