Put these arguments the right way round

This commit is contained in:
Electroblob77
2020-06-20 21:50:12 +01:00
parent c6a3f090cd
commit f2de40e096
46 changed files with 51 additions and 50 deletions
@@ -17,7 +17,7 @@ import net.minecraft.world.World;
public class Snare extends SpellRay {
public Snare(){
super("snare", false, SpellActions.POINT);
super("snare", SpellActions.POINT, false);
this.soundValues(1, 1.4f, 0.4f);
this.ignoreLivingEntities(true);
addProperties(DAMAGE, EFFECT_DURATION, EFFECT_STRENGTH);