Version 5.4

This commit is contained in:
2026-01-27 17:19:00 +00:00
parent 59ef42a1c2
commit d7558df773
3554 changed files with 303488 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"keys": [
{
"name": "input",
"role": "input",
"type": "ingredient[]",
"allow_empty": true
},
{
"name": "inputFluid",
"role": "input",
"type": "flat_sized_fluid_ingredient"
},
{
"name": "processingTime",
"role": "other",
"type": "int"
},
{
"name": "output",
"role": "output",
"type": "item_stack",
"optional": null,
"allow_empty": true
},
{
"name": "outputFluid",
"role": "output",
"type": "fluid_stack",
"optional": {},
"allow_empty": true
}
],
"unique": ["output"]
}

View File

@@ -0,0 +1,31 @@
{
"keys": [
{
"name": "output",
"role": "output",
"type": "fluid_stack"
},
{
"name": "result",
"role": "output",
"type": "block_state",
"allow_empty": true
},
{
"name": "input",
"role": "input",
"type": "ingredient"
},
{
"name": "breakChance",
"role": "other",
"type": "float"
},
{
"name": "defaultRecipe",
"role": "other",
"type": "boolean"
}
],
"unique": ["output"]
}

View File

@@ -0,0 +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"]
}

View File

@@ -0,0 +1,36 @@
{
"keys": [
{
"name": "input",
"role": "input",
"type": {
"type": "list",
"component": "optional_ingredient",
"min": 0
}
},
{
"name": "inputFluid",
"role": "input",
"type": "flat_sized_fluid_ingredient"
},
{
"name": "processingTime",
"role": "other",
"type": "int"
},
{
"name": "output",
"role": "output",
"type": "optional_item_stack",
"default_optional": true
},
{
"name": "outputFluid",
"role": "output",
"type": "optional_fluid_stack",
"default_optional": true
}
],
"unique": ["output"]
}

View File

@@ -0,0 +1,29 @@
{
"keys": [
{
"name": "output",
"role": "output",
"type": "fluid_stack"
},
{
"name": "result",
"role": "output",
"type": "optional_block_state"
},
{
"name": "input",
"role": "input",
"type": "optional_ingredient"
},
{
"name": "breakChance",
"role": "other",
"type": "float"
},
{
"name": "defaultRecipe",
"type": "boolean"
}
],
"unique": ["output"]
}

View File

@@ -0,0 +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"]
}