Made mod mode ignore all other filters by default

This commit is contained in:
Ellpeck 2016-12-27 10:31:22 +01:00
parent c00f2c812f
commit 4f5b58a92b

View file

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