Change portable grid recipe to require a fluid grid as well.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"pattern": [
|
"pattern": [
|
||||||
"EGE",
|
"EGE",
|
||||||
"ECE",
|
"ECE",
|
||||||
"EEE"
|
"EFE"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"E": {
|
"E": {
|
||||||
@@ -13,6 +13,10 @@
|
|||||||
"item": "refinedstorage:grid",
|
"item": "refinedstorage:grid",
|
||||||
"data": 0
|
"data": 0
|
||||||
},
|
},
|
||||||
|
"F": {
|
||||||
|
"item": "refinedstorage:grid",
|
||||||
|
"data": 3
|
||||||
|
},
|
||||||
"C": {
|
"C": {
|
||||||
"item": "refinedstorage:controller",
|
"item": "refinedstorage:controller",
|
||||||
"data": 0
|
"data": 0
|
||||||
|
|||||||
Reference in New Issue
Block a user