Skip to content

Commit

Permalink
+ fix skull-sword recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlimiter committed Dec 30, 2023
1 parent 9d5ef5f commit f7ee17b
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,16 +345,16 @@ protected void buildRecipes(@NotNull Consumer<FinishedRecipe> consumer) {
.unlockedBy("has_item", has(ModItems.infinity_ingot.get())).save(consumer);

ModShapedRecipeBuilder.shaped(RecipeCategory.TOOLS, ModItems.skull_sword.get())
.pattern(" IX")
.pattern(" IXI")
.pattern(" IXI ")
.pattern(" IXI ")
.pattern(" B IXI ")
.pattern(" BXI ")
.pattern(" CX")
.pattern(" CXC")
.pattern(" CXC ")
.pattern(" CXC ")
.pattern(" B CXC ")
.pattern(" BXC ")
.pattern(" WB ")
.pattern(" W B ")
.pattern("D ")
.define('I', ModItems.infinity_ingot.get())
.define('C', ModItems.crystal_matrix_ingot.get())
.define('W', ItemTags.LOGS)
.define('D', Tags.Items.NETHER_STARS)
.define('X', Items.BLAZE_POWDER)
Expand Down

0 comments on commit f7ee17b

Please sign in to comment.