fixes #1785
This commit is contained in:
parent
45d7dc015d
commit
da5f4f5887
1 changed files with 3 additions and 3 deletions
|
|
@ -642,7 +642,7 @@ function registerGTCEUMetalRecipes(event) {
|
|||
type: "ae2:transform",
|
||||
circumstance: {
|
||||
type: "fluid",
|
||||
tag: "tfc:water"
|
||||
tag: "tfc:any_water"
|
||||
},
|
||||
ingredients: [
|
||||
crushedOreItem.toJson()
|
||||
|
|
@ -716,7 +716,7 @@ function registerGTCEUMetalRecipes(event) {
|
|||
type: "ae2:transform",
|
||||
circumstance: {
|
||||
type: "fluid",
|
||||
tag: "tfc:water"
|
||||
tag: "tfc:any_water"
|
||||
},
|
||||
ingredients: [
|
||||
impureDustItem.toJson()
|
||||
|
|
@ -756,7 +756,7 @@ function registerGTCEUMetalRecipes(event) {
|
|||
type: "ae2:transform",
|
||||
circumstance: {
|
||||
type: "fluid",
|
||||
tag: "tfc:water"
|
||||
tag: "tfc:any_water"
|
||||
},
|
||||
ingredients: [
|
||||
pureDust.toJson()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue