Skip to content

Commit

Permalink
Severely nerf Coalescence Matrix recipe
Browse files Browse the repository at this point in the history
The amount of void blocks required makes it very hard to achieve in average playthroughs especially for what you get out of it.
  • Loading branch information
IcarussOne committed Aug 15, 2024
1 parent 884a057 commit 12f5f57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private static void initPrimordialAccretionChamber() {
}

private static void initCoalescencePlatform() {
Part VMET = new Part(BlocksTC.metalBlockVoid, null);
Part VMET = new Part(BlocksTC.stoneArcane, null);
Part ASBR = new Part(BlocksTC.stoneArcaneBrick, null);
Part SNTP = new Part(BlocksTC.stoneArcane, "AIR");
Part SNB1 = new Part(BlocksTC.stoneArcane, new ItemStack(BlocksTC.pillarArcane, 1, BlockPillar.calcMeta(EnumFacing.EAST)));
Expand Down

0 comments on commit 12f5f57

Please sign in to comment.