Fixed not using Forge silicon tag for recipes. Fixes #3371
This commit is contained in:
@@ -7,6 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed not using Forge silicon tag for recipes.
|
||||||
|
- Small corrections to the Korean translation.
|
||||||
|
|
||||||
## [v1.11.0] - 2022-09-30
|
## [v1.11.0] - 2022-09-30
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"S": {
|
"S": {
|
||||||
"tag": "refinedstorage:silicon"
|
"tag": "forge:silicon"
|
||||||
},
|
},
|
||||||
"E": {
|
"E": {
|
||||||
"item": "refinedstorage:quartz_enriched_iron"
|
"item": "refinedstorage:quartz_enriched_iron"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"S": {
|
"S": {
|
||||||
"tag": "refinedstorage:silicon"
|
"tag": "forge:silicon"
|
||||||
},
|
},
|
||||||
"E": {
|
"E": {
|
||||||
"item": "refinedstorage:quartz_enriched_iron"
|
"item": "refinedstorage:quartz_enriched_iron"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"item": "refinedstorage:advanced_processor"
|
"item": "refinedstorage:advanced_processor"
|
||||||
},
|
},
|
||||||
"S": {
|
"S": {
|
||||||
"tag": "refinedstorage:silicon"
|
"tag": "forge:silicon"
|
||||||
},
|
},
|
||||||
"M": {
|
"M": {
|
||||||
"item": "refinedstorage:machine_casing"
|
"item": "refinedstorage:machine_casing"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"item": "minecraft:diamond"
|
"item": "minecraft:diamond"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tag": "refinedstorage:silicon"
|
"tag": "forge:silicon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:redstone"
|
"item": "minecraft:redstone"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"item": "minecraft:iron_ingot"
|
"item": "minecraft:iron_ingot"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tag": "refinedstorage:silicon"
|
"tag": "forge:silicon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:redstone"
|
"item": "minecraft:redstone"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"item": "minecraft:gold_ingot"
|
"item": "minecraft:gold_ingot"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tag": "refinedstorage:silicon"
|
"tag": "forge:silicon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:redstone"
|
"item": "minecraft:redstone"
|
||||||
|
|||||||
Reference in New Issue
Block a user