fix eol
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user