Merge pull request #161 from Zixxl/master
Fix for Thermionic Fabricator Cast removal
This commit is contained in:
commit
4c5c9fa720
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class ThermionicFabricator {
|
|||
private final RecipeType type;
|
||||
|
||||
public Remove(ItemStack input, List list, RecipeType type) {
|
||||
super(String.format("Forestry Thermionic Fabricator (%s)", type.toString()), RecipeManager.smeltings, input);
|
||||
super(String.format("Forestry Thermionic Fabricator (%s)", type.toString()), list, input);
|
||||
this.type = type;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue