Skip to content

Commit

Permalink
Add source cost to cell housing recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Sep 14, 2023
1 parent 2960da4 commit 354769a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public void addEntries() {
.withPedestalItem(2, ItemsRegistry.MANIPULATION_ESSENCE)
.withPedestalItem(2, ItemsRegistry.SOURCE_GEM)
.withPedestalItem(4, Items.GOLD_INGOT)
.withSourceCost(2000)
.build());
addRecipe(builder()
.withResult(ArsEngBlocks.SOURCE_ACCEPTOR)
Expand Down

0 comments on commit 354769a

Please sign in to comment.