This commit is contained in:
lucasdpt
2026-06-14 02:07:47 +02:00
parent 398e1e6ddf
commit 0129d81bd4
2475 changed files with 553889 additions and 553884 deletions
@@ -1,20 +1,20 @@
{
"keys": [
{
"name": "output",
"role": "output",
"type": "ingredient"
},
{
"name": "catalyst",
"role": "other",
"type": "ingredient"
},
{
"name": "rarity",
"role": "other",
"type": "codec<com.buuz135.industrial.recipe.LaserDrillRarity>[]"
}
],
"unique": ["output"]
{
"keys": [
{
"name": "output",
"role": "output",
"type": "ingredient"
},
{
"name": "catalyst",
"role": "other",
"type": "ingredient"
},
{
"name": "rarity",
"role": "other",
"type": "codec<com.buuz135.industrial.recipe.LaserDrillRarity>[]"
}
],
"unique": ["output"]
}
@@ -1,24 +1,24 @@
{
"keys": [
{
"name": "output",
"role": "output",
"type": "ingredient"
},
{
"name": "catalyst",
"type": "ingredient"
},
{
"name": "rarity",
"type": {
"type": "list",
"component": {
"type": "kubejstweaks:codec",
"class": "com.buuz135.industrial.recipe.LaserDrillRarity"
}
}
}
],
"unique": ["output"]
}
{
"keys": [
{
"name": "output",
"role": "output",
"type": "ingredient"
},
{
"name": "catalyst",
"type": "ingredient"
},
{
"name": "rarity",
"type": {
"type": "list",
"component": {
"type": "kubejstweaks:codec",
"class": "com.buuz135.industrial.recipe.LaserDrillRarity"
}
}
}
],
"unique": ["output"]
}