Skip to content

Commit

Permalink
Fix missing recipes with re-dying glass and concrete powder
Browse files Browse the repository at this point in the history
  • Loading branch information
RhythmicSys committed Jul 25, 2024
1 parent e5a809a commit 3ce54ff
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tag": "purpur:dyeable_concrete_powder"
},
"X": {
"item": "minecraft:white_dye"
"item": "minecraft:yellow_dye"
}
},
"pattern": [
Expand All @@ -17,7 +17,7 @@
],
"result": {
"count": 8,
"id": "minecraft:white_concrete_powder"
"id": "minecraft:yellow_concrete_powder"
},
"show_notification": true
}
6 changes: 3 additions & 3 deletions packs/re_dye_concrete_powder/modrinth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v3.0 Update to 1.21",
"version_number": "3.0",
"changelog": "Update to 1.21 to use the new tag folder names",
"name": "v3.1 fix dye-ing yellow concrete powder",
"version_number": "3.1",
"changelog": "Yellow concrete powder is not made from white dye *finger guns*",
"game_versions": [
"1.21"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "stained_glass",
"key": {
"#": {
"tag": "purpur:dyeable_glass"
},
"X": {
"item": "minecraft:magenta_dye"
}
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 8,
"id": "minecraft:magenta_stained_glass"
},
"show_notification": true
}
6 changes: 3 additions & 3 deletions packs/re_dye_glass/modrinth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v3.0 Update to 1.21",
"version_number": "3.0",
"changelog": "Update to 1.21 to use the new tag folder names",
"name": "v3.1- add magenta stained glass",
"version_number": "3.1",
"changelog": "Magenta stained glass would like to join",
"game_versions": [
"1.21"
],
Expand Down

0 comments on commit 3ce54ff

Please sign in to comment.