mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Made mod mode ignore all other filters by default
This commit is contained in:
parent
c00f2c812f
commit
4f5b58a92b
1 changed files with 6 additions and 0 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue