Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 263 Bytes

conditions.md

File metadata and controls

9 lines (5 loc) · 263 Bytes

Conditions

Explain all the kinds of ifs, elses, ternaries, etc

Describe good practice for avoiding if trees (stop, if else, non-section conditionals)

Talk about itemstack comparison and entitydata/playerdata comparison

Ways to sneak in and and or