Skip to main content

And Junction

The and junction results in a match if both it's left- and it's right-hand-side expressions evaluate to a match. It is evaluated before the or and after the negation, if not otherwise specified by the use of parentheses.

LanguageIdentifier
en_usand
en_gband
de_deund
de_atund
de_chund
zh_cn
tr_trve

Examples

Input: unbreaking 2 and thorns 3
Result: An item containing both unbreaking 2 and thorns 3

Input: thorns 2 and not dia-ches
Result: An item which contains thorns 2 and is not of type diamond chestplate