ExNihilo fix
- Heat sources can't be removed (Issue: jaredlll08/ModTweaker2#225 )
This commit is contained in:
parent
326156ecdb
commit
8eb85f1022
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public class Crucible {
|
|||
}
|
||||
|
||||
//Removes a recipe, will always remove the key, so all should be good
|
||||
private static class RemoveHeatSource extends BaseMapAddition<ItemInfo, Float>
|
||||
private static class RemoveHeatSource extends BaseMapRemoval<ItemInfo, Float>
|
||||
{
|
||||
public RemoveHeatSource(Map<ItemInfo, Float> recipes) {
|
||||
super(Crucible.nameHeatSource, ExNihiloHelper.getHeatMap(), recipes);
|
||||
|
|
Loading…
Reference in a new issue