made mod mode ignore other filters by default

This commit is contained in:
Ellpeck 2016-12-27 11:29:51 +01:00
parent 84a37a0ab3
commit 6e8505f3ee

View file

@ -193,6 +193,12 @@ public class FilterSettings{
} }
else if(id == this.modButtonId){ else if(id == this.modButtonId){
this.respectMod = !this.respectMod; this.respectMod = !this.respectMod;
if(this.respectMod){
this.respectMeta = false;
this.respectNBT = false;
this.respectOredict = 0;
}
} }
else if(id == this.oredictButtonId){ else if(id == this.oredictButtonId){
if(this.respectOredict+1 > 2){ if(this.respectOredict+1 > 2){