- Updated for 1.21.40 (#324)
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
"if": { "properties": { "condition": { "type": "string", "const": "killed_by_player_or_pets" } } },
|
||||
"then": { "$ref": "./conditions/killed_by_player_or_pets.json" }
|
||||
},
|
||||
{
|
||||
"if": { "properties": { "condition": { "type": "string", "const": "killed_by_entity" } } },
|
||||
"then": { "$ref": "./conditions/killed_by_entity.json" }
|
||||
},
|
||||
{
|
||||
"if": { "properties": { "condition": { "type": "string", "const": "random_chance" } } },
|
||||
"then": { "$ref": "./conditions/random_chance.json" }
|
||||
|
||||
Reference in New Issue
Block a user