Fix for Thermionic Fabricator Cast removal
Fixed removing a cast from Thermionic Fabricator will lead to a ClassCastException exception
This commit is contained in:
parent
cc0f2fdc7a
commit
dded005201
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