Skip to content

Commit

Permalink
Merge pull request #633 from refinedmods/fix/GH-631/silicon
Browse files Browse the repository at this point in the history
fix: silicon tag missing and recipes not using silicon tag
  • Loading branch information
raoulvdberge authored Jul 25, 2024
2 parents 0f02a97 + 5f59e3d commit 7d5db78
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Fixed crash when trying to export fluids into an Interface on Fabric.
- Fixed Relay configuration not being correct on NeoForge.
- Fixed crash in logs when trying to quick craft an empty result slot in the Crafting Grid.
- Fixed recipes not using silicon tag and Refined Storage silicon not being tagged properly.

## [2.0.0-milestone.4.4] - 2024-07-10

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"refinedstorage:silicon"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"S": {
"item": "refinedstorage:silicon"
"tag": "c:silicon"
},
"E": {
"item": "refinedstorage:quartz_enriched_iron"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"S": {
"item": "refinedstorage:silicon"
"tag": "c:silicon"
},
"E": {
"item": "refinedstorage:quartz_enriched_iron"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"item": "refinedstorage:advanced_processor"
},
"S": {
"item": "refinedstorage:silicon"
"tag": "c:silicon"
},
"M": {
"item": "refinedstorage:machine_casing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tag": "c:gems/diamond"
},
{
"item": "refinedstorage:silicon"
"tag": "c:silicon"
},
{
"tag": "c:dusts/redstone"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tag": "c:ingots/iron"
},
{
"item": "refinedstorage:silicon"
"tag": "c:silicon"
},
{
"tag": "c:dusts/redstone"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tag": "c:ingots/gold"
},
{
"item": "refinedstorage:silicon"
"tag": "c:silicon"
},
{
"tag": "c:dusts/redstone"
Expand Down

0 comments on commit 7d5db78

Please sign in to comment.