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
@@ -20,7 +20,7 @@ public class ConjureBlock extends SpellRay {
private static final String BLOCK_LIFETIME = "block_lifetime";
public ConjureBlock(){
super("conjure_block", false, SpellActions.POINT);
super("conjure_block", SpellActions.POINT, false);
this.ignoreLivingEntities(true);
addProperties(BLOCK_LIFETIME);
}