Skip to content

Commit

Permalink
Fix satellite builder forcing parts in every slot
Browse files Browse the repository at this point in the history
  • Loading branch information
voidsong-dragonfly committed Mar 31, 2021
1 parent c6bfdbd commit 4fa92f0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ public boolean canAssembleSatellite() {
ItemStack stack = getStackInSlot(i);
if (!stack.isEmpty() && SatelliteRegistry.getSatelliteProperty(stack).getPowerGeneration() > 0 )
hasPowerGeneration = true;
if(!stack.isEmpty() && SatelliteRegistry.getSatelliteProperty(stack) == null)
return false;
}

//Make sure critical parts exist and output is empty
Expand Down

0 comments on commit 4fa92f0

Please sign in to comment.