forked from xjboss/KCauldronX
Update forge to 1481
This commit is contained in:
@ -5,15 +5,15 @@ import net.md_5.specialsource.JarRemapper;
|
||||
|
||||
public class KCauldronRemapper extends JarRemapper {
|
||||
public KCauldronRemapper(JarMapping jarMapping) {
|
||||
super(jarMapping);
|
||||
super(jarMapping);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String mapSignature(String signature, boolean typeSignature) {
|
||||
try {
|
||||
return super.mapSignature(signature, typeSignature);
|
||||
} catch (Exception e) {
|
||||
return signature;
|
||||
}
|
||||
try {
|
||||
return super.mapSignature(signature, typeSignature);
|
||||
} catch (Exception e) {
|
||||
return signature;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user