Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
fixed assembler recipes for casings
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Nov 21, 2023
1 parent 85a38b8 commit 28215e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ private static void addTierHull(Tier tier) {
}

private static void addCasing (Material mat, BlockCasing casing) {
ASSEMBLING.RB().ii(of(FRAME.get().get(mat).asItem(), 1), of(PLATE.get(mat), 6)).io(new ItemStack(casing,2)).add(AntimatterPlatformUtils.getIdFromBlock(casing).getPath(),80, 30);
ASSEMBLING.RB().ii(of(FRAME.get().get(mat).asItem(), 1), of(PLATE.get(mat), 6)).io(new ItemStack(casing,1)).add(AntimatterPlatformUtils.getIdFromBlock(casing).getPath(),80, 30);
}

private static void addWall(Material mat, BlockColoredWall casing) {
Expand Down

0 comments on commit 28215e4

Please sign in to comment.