Skip to content

Commit

Permalink
fix painter recipe to use blue instead of black dye
Browse files Browse the repository at this point in the history
  • Loading branch information
ferriarnus committed Mar 6, 2024
1 parent 3b6ae56 commit 88fc68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tag": "forge:ingots/redstone_alloy"
},
"B": {
"tag": "forge:dyes/black"
"tag": "forge:dyes/blue"
},
"C": {
"item": "enderio:void_chassis"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ protected void buildRecipes(RecipeOutput recipeOutput) {
.pattern("MAM")
.define('R', Tags.Items.DYES_RED)
.define('G', Tags.Items.DYES_GREEN)
.define('B', Tags.Items.DYES_BLACK)
.define('B', Tags.Items.DYES_BLUE)
.define('I', EIOTags.Items.INGOTS_COPPER_ALLOY)
.define('C', EIOBlocks.VOID_CHASSIS)
.define('M', EIOTags.Items.GEARS_IRON)
Expand Down

0 comments on commit 88fc68b

Please sign in to comment.