Syntax: switch.$entity.type
Description: Switches based on the specified entity's Element. Cases for this switch include both Element aliases and literals.
Example:
Damage: #Change various mob damage mechanics. - 'switch.attacker.type': Zombie: - 'binom.30': '1' Wolf_Tame: '2' Wolf: '1' #Catches every other wolf. Creeper: '-2'
See also: Binomial, Addition
There was an error while loading. Please reload this page.