Quick Fix for MT Scripts
This commit is contained in:
parent
798742fd20
commit
219f2a0df7
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ public class MTGeneric {
|
|||
}
|
||||
|
||||
@ZenMethod
|
||||
public static void removeRecipe(IItemStack output, String machineName) {
|
||||
MineTweakerAPI.apply(new Remove(MinetweakerCompat.toStack(output), machineName));
|
||||
public static void removeRecipe(IItemStack output) {
|
||||
MineTweakerAPI.apply(new Remove(MinetweakerCompat.toStack(output), instance.getMachineName()));
|
||||
}
|
||||
|
||||
private static class Remove implements IUndoableAction {
|
||||
|
|
Loading…
Add table
Reference in a new issue