Skip to content

Commit 3ce54ff

Browse files
committed
Fix missing recipes with re-dying glass and concrete powder
1 parent e5a809a commit 3ce54ff

File tree

4 files changed

+31
-8
lines changed

4 files changed

+31
-8
lines changed

packs/re_dye_concrete_powder/data/purpur/recipe/re_dyed_concrete_powder/yellow_concrete_powder.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"tag": "purpur:dyeable_concrete_powder"
88
},
99
"X": {
10-
"item": "minecraft:white_dye"
10+
"item": "minecraft:yellow_dye"
1111
}
1212
},
1313
"pattern": [
@@ -17,7 +17,7 @@
1717
],
1818
"result": {
1919
"count": 8,
20-
"id": "minecraft:white_concrete_powder"
20+
"id": "minecraft:yellow_concrete_powder"
2121
},
2222
"show_notification": true
2323
}

packs/re_dye_concrete_powder/modrinth.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "v3.0 Update to 1.21",
3-
"version_number": "3.0",
4-
"changelog": "Update to 1.21 to use the new tag folder names",
2+
"name": "v3.1 fix dye-ing yellow concrete powder",
3+
"version_number": "3.1",
4+
"changelog": "Yellow concrete powder is not made from white dye *finger guns*",
55
"game_versions": [
66
"1.21"
77
],
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "building",
4+
"group": "stained_glass",
5+
"key": {
6+
"#": {
7+
"tag": "purpur:dyeable_glass"
8+
},
9+
"X": {
10+
"item": "minecraft:magenta_dye"
11+
}
12+
},
13+
"pattern": [
14+
"###",
15+
"#X#",
16+
"###"
17+
],
18+
"result": {
19+
"count": 8,
20+
"id": "minecraft:magenta_stained_glass"
21+
},
22+
"show_notification": true
23+
}

packs/re_dye_glass/modrinth.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "v3.0 Update to 1.21",
3-
"version_number": "3.0",
4-
"changelog": "Update to 1.21 to use the new tag folder names",
2+
"name": "v3.1- add magenta stained glass",
3+
"version_number": "3.1",
4+
"changelog": "Magenta stained glass would like to join",
55
"game_versions": [
66
"1.21"
77
],

0 commit comments

Comments
 (0)