Add "AND" condition (#57)

* Add "AND" condition

* Fix
This commit is contained in:
Misode
2019-12-30 03:01:44 +01:00
committed by GitHub
parent 7e254df910
commit 01a04c11f6
3 changed files with 27 additions and 4 deletions

View File

@@ -51,18 +51,19 @@
"condition.time_value": "Value",
"condition.time_period": "Period",
"condition.type": "Condition",
"condition.type.alternative": "Alternative",
"condition.type.alternative": "Alternative (OR)",
"condition.type.block_state_property": "Block Properties",
"condition.type.damage_source_properties": "Damage Source",
"condition.type.entity_properties": "Entity Properties",
"condition.type.entity_scores": "Entity Scores",
"condition.type.inverted": "Inverted",
"condition.type.inverted": "Inverted (NOT)",
"condition.type.killed_by_player": "Killed by Player",
"condition.type.location_check": "Location",
"condition.type.match_tool": "Tool Properties",
"condition.type.random_chance": "Random Chance",
"condition.type.random_chance_with_looting": "Random Chance with Looting",
"condition.type.reference": "Reference",
"condition.type.requirements": "Requirements (AND)",
"condition.type.survives_explosion": "Survives Explosion",
"condition.type.table_bonus": "Table Bonus",
"condition.type.time_check": "Time",