Skip to content

Commit

Permalink
Merge pull request #5 from GDCloudstrike/unlocksingularities
Browse files Browse the repository at this point in the history
Unlock all compound singularities
  • Loading branch information
Connor-Colenso authored Dec 30, 2022
2 parents 7353439 + 2f0562f commit 1508e8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void postInit() {
false,
"If this Config Option is Enabled, for Every 9 Singularities Used in the Eternal Singularity Recipe, You will Receive an Additional Eternal Singularity for the Recipe Output.");
if (config.hasChanged()) config.save();
final int compoundMax = (int) Math.ceil((float) singularityCount / 9);
final int compoundMax = 16;
(eternalSingularityRecipe = new ShapelessOreRecipe(new ItemStack(
EternalSingularityItem.instance, easyMode ? MathHelper.clamp_int(compoundMax, 1, 64) : 1)))
.getInput()
Expand Down

0 comments on commit 1508e8c

Please sign in to comment.