Skip to content

Commit

Permalink
Fix autobuild of first godforge ring (GTNewHorizons#3675)
Browse files Browse the repository at this point in the history
  • Loading branch information
GDCloudstrike authored Dec 20, 2024
1 parent f23df3c commit f391685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public int survivalConstruct(ItemStack stackSize, int elementBudget, ISurvivalBu

survivialBuildPiece(STRUCTURE_PIECE_SHAFT, stackSize, 63, 14, 1, realBudget, env, false, true);

if (stackSize.stackSize > 0 && ringAmount < 1) {
if (stackSize.stackSize > 0) {
built += survivialBuildPiece(
STRUCTURE_PIECE_FIRST_RING,
stackSize,
Expand Down

0 comments on commit f391685

Please sign in to comment.