Revert "Fixes #219 Potentialy breaking for MT scripts."
This reverts commit f326dbfec9
.
This commit is contained in:
parent
a7001bbfd7
commit
de1d036b33
10 changed files with 22 additions and 44 deletions
|
@ -72,10 +72,8 @@ public class MTAlloySmelter {
|
|||
}
|
||||
|
||||
@ZenMethod
|
||||
public static void removeRecipe(IIngredient output) {
|
||||
for(IItemStack itemStack : output.getItems()){
|
||||
MineTweakerAPI.apply(new Remove(MinetweakerCompat.toStack(itemStack)));
|
||||
}
|
||||
public static void removeRecipe(IItemStack output) {
|
||||
MineTweakerAPI.apply(new Remove(MinetweakerCompat.toStack(output)));
|
||||
}
|
||||
|
||||
private static class Remove implements IUndoableAction {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue