Adding investigate_suspicious_location
This commit is contained in:
@@ -25,6 +25,15 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"item": {
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "./identifier.json" },
|
||||
{
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/object_item_descriptor"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tags": {
|
||||
"type": "string",
|
||||
"$ref": "../../molang/string.json",
|
||||
|
||||
@@ -138,9 +138,6 @@
|
||||
"conduit.deactivate",
|
||||
"conduit.short",
|
||||
"convert_mooshroom",
|
||||
"convert_to_drowned",
|
||||
"convert_to_frog",
|
||||
"convert_to_stray",
|
||||
"converted_to_zombified",
|
||||
"copper.wax.off",
|
||||
"copper.wax.on",
|
||||
@@ -296,6 +293,10 @@
|
||||
"milk.screamer",
|
||||
"milk",
|
||||
"mob.armor_stand.place",
|
||||
"mob.husk.convert_to_drowned",
|
||||
"mob.husk.convert_to_frog",
|
||||
"mob.husk.convert_to_stray",
|
||||
"mob.husk.convert_to_zombie",
|
||||
"mob.player.hurt_drown",
|
||||
"mob.player.hurt_freeze",
|
||||
"mob.player.hurt_on_fire",
|
||||
|
||||
Reference in New Issue
Block a user