Fixed Silver to Gold Upgrade needing Copper

This commit is contained in:
Niels Pilgaard Grøndahl 2021-01-24 23:12:32 +01:00 committed by GitHub
parent d3605166b0
commit be716b7374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
"tag": "forge:ingots/gold"
},
"S": {
"tag": "forge:ingots/copper"
"tag": "forge:ingots/silver"
},
"G": {
"tag": "forge:glass"
@ -35,4 +35,4 @@
}
}
]
}
}