mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-13 03:49:09 +01:00
made mod mode ignore other filters by default
This commit is contained in:
parent
84a37a0ab3
commit
6e8505f3ee
1 changed files with 6 additions and 0 deletions
|
@ -193,6 +193,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