mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
actually ignore this
This commit is contained in:
parent
4724187cf0
commit
0df090d53d
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ public final class ItemUtil{
|
|||
public static boolean remapName(FMLMissingMappingsEvent.MissingMapping mapping){
|
||||
if(mapping != null && mapping.name != null){
|
||||
if(mapping.name.toLowerCase(Locale.ROOT).contains("distributor")){
|
||||
mapping.ignore();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue