Fix properties file and correct method signature.

This commit is contained in:
Sindusk
2018-05-30 02:31:51 -04:00
parent 1ce8da9c65
commit e756f954a0
3 changed files with 3 additions and 2 deletions

View File

@@ -469,6 +469,7 @@ public class MaterialTweaks {
Util.instrumentDeclared(thisClass, ctActions, "getVariableActionTime", "getStaminaModiferFor", replace);
Util.instrumentDeclared(thisClass, ctActions, "getSlowActionTime", "getStaminaModiferFor", replace);
Util.instrumentDeclared(thisClass, ctActions, "getPickActionTime", "getStaminaModiferFor", replace);
replace = "$_ = $proceed($$)*"+MaterialTweaks.class.getName()+".getMaterialSpeedModifier(realSource);";
Util.instrumentDeclared(thisClass, ctActions, "getItemCreationTime", "getStaminaModiferFor", replace);
}
} catch (NotFoundException e) {