Fix broken dust recipes

This commit is contained in:
Sangelo 2023-06-02 11:39:05 +02:00
parent 42a1321e55
commit 8f708f5aaa
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
"type": "create:crushing",
"ingredients": [
{
"item": "mythicmetals:copper_ingot"
"item": "minecraft:copper_ingot"
}
],
"results": [

View file

@ -2,12 +2,12 @@
"type": "create:crushing",
"ingredients": [
{
"item": "mythicmetals:quadrillium_ingot"
"item": "mythicmetals:quadrillum_ingot"
}
],
"results": [
{
"item": "mythicmetals:quadrillium_dust",
"item": "mythicmetals:quadrillum_dust",
"count": 2
}
]

View file

@ -2,7 +2,7 @@
"type": "create:crushing",
"ingredients": [
{
"item": "mythicmetals:star_platinum_ingot"
"item": "mythicmetals:star_platinum"
}
],
"results": [