Version 5.4
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"keys": [
|
||||
{
|
||||
"name": "results",
|
||||
"role": "output",
|
||||
"type": {
|
||||
"type": "list",
|
||||
"component": "fluid_stack",
|
||||
"min": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "input",
|
||||
"role": "input",
|
||||
"type": "optional_ingredient"
|
||||
},
|
||||
{
|
||||
"name": "base_fluid",
|
||||
"role": "input",
|
||||
"type": "fluid_stack"
|
||||
},
|
||||
{
|
||||
"name": "byproduct",
|
||||
"role": "output",
|
||||
"type": "optional_item_stack",
|
||||
"default_optional": true
|
||||
}
|
||||
],
|
||||
"unique": ["results"]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"keys": [
|
||||
{
|
||||
"name": "result",
|
||||
"role": "output",
|
||||
"type": "item_stack"
|
||||
},
|
||||
{
|
||||
"name": "input",
|
||||
"role": "input",
|
||||
"type": "optional_ingredient"
|
||||
},
|
||||
{
|
||||
"name": "fluid",
|
||||
"type": "fluid_stack"
|
||||
},
|
||||
{
|
||||
"name": "sound",
|
||||
"type": {"type": "registry_element","registry": "minecraft:sound_event"},
|
||||
"default_optional": true
|
||||
}
|
||||
],
|
||||
"unique": ["result"]
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"keys": [
|
||||
{
|
||||
"name": "fluid",
|
||||
"type": "fluid_stack"
|
||||
},
|
||||
{
|
||||
"name": "input",
|
||||
"role": "input",
|
||||
"type": "optional_ingredient"
|
||||
},
|
||||
{
|
||||
"name": "result",
|
||||
"role": "output",
|
||||
"type": "item_stack"
|
||||
},
|
||||
{
|
||||
"name": "mustFitAll",
|
||||
"type": "boolean",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "sound",
|
||||
"type": {"type": "registry_element","registry": "minecraft:sound_event"},
|
||||
"default_optional": true
|
||||
}
|
||||
],
|
||||
"unique": ["fluid"]
|
||||
}
|
||||
Reference in New Issue
Block a user