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 Mar 18, 2024
1 parent 5cac542 commit 8b429aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@ private void buildCookingRecipes(Consumer<FinishedRecipe> consumer) {
private void buildWorkbenchRecipes(Consumer<FinishedRecipe> consumer) {

WorkbenchRecipeBuilder.shaped(RecipeCategory.MISC, ModItems.PRIMORDIAL_CORE.get())
.pattern("PRB")
.pattern("PFB")
.pattern("#E#")
.pattern("CFM")
.define('B', Items.BEEF)
.define('P', Items.PORKCHOP)
.define('M', Items.MUTTON)
.define('C', Items.CHICKEN)
.define('R', Items.RABBIT)
.define('F', Items.ROTTEN_FLESH)
.define('E', Items.SPIDER_EYE)
.define('#', Items.ENDER_PEARL)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@
},
"P": {
"item": "minecraft:porkchop"
},
"R": {
"item": "minecraft:rabbit"
}
},
"pattern": [
"PRB",
"PFB",
"#E#",
"CFM"
],
Expand Down

0 comments on commit 8b429aa

Please sign in to comment.