Fix broken dust recipes
This commit is contained in:
parent
42a1321e55
commit
8f708f5aaa
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
"type": "create:crushing",
|
"type": "create:crushing",
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"item": "mythicmetals:copper_ingot"
|
"item": "minecraft:copper_ingot"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
"type": "create:crushing",
|
"type": "create:crushing",
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"item": "mythicmetals:quadrillium_ingot"
|
"item": "mythicmetals:quadrillum_ingot"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "mythicmetals:quadrillium_dust",
|
"item": "mythicmetals:quadrillum_dust",
|
||||||
"count": 2
|
"count": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -2,7 +2,7 @@
|
||||||
"type": "create:crushing",
|
"type": "create:crushing",
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"item": "mythicmetals:star_platinum_ingot"
|
"item": "mythicmetals:star_platinum"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
|
Loading…
Reference in a new issue