Adding investigate_suspicious_location

This commit is contained in:
DaanV2
2024-01-06 23:02:12 +01:00
parent 94be6e147b
commit f224ae3b24
5 changed files with 54 additions and 10 deletions

View File

@@ -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",

View File

@@ -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",