Expand fluid ingredient to allow limiting to specific fluid holder types
This commit is contained in:
parent
b89a52e594
commit
27207cb498
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
"time": 123,
|
"time": 123,
|
||||||
"ingredients" : [
|
"ingredients" : [
|
||||||
{
|
{
|
||||||
"fluid": "minecraft:water"
|
"fluid": "minecraft:water",
|
||||||
|
"holder": "techreborn:cell"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results" : [
|
"results" : [
|
||||||
|
|
Loading…
Reference in a new issue