Skip to content

Commit

Permalink
feat: tweak Primordial Core recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jun 16, 2023
1 parent 59beb5c commit 93726a4
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ protected static void stairs(Consumer<FinishedRecipe> consumer, ItemLike result,
private void registerWorkbenchRecipes(Consumer<FinishedRecipe> consumer) {

WorkbenchRecipeBuilder.shaped(ModItems.PRIMORDIAL_CORE.get())
.pattern("#P#")
.pattern("BEM")
.pattern("#C#")
.pattern("P#B")
.pattern("#E#")
.pattern("C#M")
.define('B', Items.BEEF)
.define('P', Items.PORKCHOP)
.define('M', Items.MUTTON)
.define('C', Items.CHICKEN)
.define('E', Items.ENDER_PEARL)
.define('#', Items.BLAZE_POWDER)
.define('E', Items.SPIDER_EYE)
.define('#', Items.ENDER_PEARL)
.unlockedBy(hasName(Items.ENDER_PEARL), has(Items.ENDER_PEARL)).save(consumer);

WorkbenchRecipeBuilder.shaped(ModItems.DESPOIL_SICKLE.get())
Expand Down

0 comments on commit 93726a4

Please sign in to comment.