Skip to content

Commit

Permalink
fix obtained item condition to be min 1, not exact
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Jul 16, 2017
1 parent 8f5d96c commit 28f4e0a
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"items": [
{
"item": "appliedenergistics2:charged_quartz_ore",
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"items": [
{
"item": "appliedenergistics2:charger",
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"items": [
{
"item": "appliedenergistics2:sky_compass",
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"items": [
{
"item": "appliedenergistics2:controller",
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"items": [
{
"item": "appliedenergistics2:crafting_unit",
"count": 1
"count": { "min": 1 }
}
]
}
Expand All @@ -29,7 +29,7 @@
"items": [
{
"item": "appliedenergistics2:crafting_storage_1k",
"count": 1
"count": { "min": 1 }
}
]
}
Expand All @@ -40,7 +40,7 @@
"items": [
{
"item": "appliedenergistics2:crafting_storage_4k",
"count": 1
"count": { "min": 1 }
}
]
}
Expand All @@ -51,7 +51,7 @@
"items": [
{
"item": "appliedenergistics2:crafting_storage_16k",
"count": 1
"count": { "min": 1 }
}
]
}
Expand All @@ -62,7 +62,7 @@
"items": [
{
"item": "appliedenergistics2:crafting_storage_64k",
"count": 1
"count": { "min": 1 }
}
]
}
Expand All @@ -73,7 +73,7 @@
"items": [
{
"item": "appliedenergistics2:crafting_monitor",
"count": 1
"count": { "min": 1 }
}
]
}
Expand All @@ -84,7 +84,7 @@
"items": [
{
"item": "appliedenergistics2:crafting_accelerator",
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"item": "appliedenergistics2:part",
"data": 360,
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"items": [
{
"item": "appliedenergistics2:quartz_growth_accelerator",
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"items": [
{
"item": "appliedenergistics2:facade",
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"items": [
{
"item": "appliedenergistics2:material",
"count": 1,
"count": { "min": 1 },
"data": 7
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"items": [
{
"item": "appliedenergistics2:part",
"count": 1,
"count": { "min": 1 },
"data": 16
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"items": [
{
"item": "appliedenergistics2:io_port",
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"items": [
{
"item": "appliedenergistics2:network_tool",
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"item": "appliedenergistics2:part",
"data": 460,
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"item": "appliedenergistics2:part",
"data": 340,
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"items": [
{
"item": "appliedenergistics2:portable_cell",
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"items": [
{
"item": "appliedenergistics2:material",
"count": 1,
"count": { "min": 1 },
"data": 13
}
]
Expand All @@ -31,7 +31,7 @@
"items": [
{
"item": "appliedenergistics2:material",
"count": 1,
"count": { "min": 1 },
"data": 19
}
]
Expand All @@ -43,7 +43,7 @@
"items": [
{
"item": "appliedenergistics2:material",
"count": 1,
"count": { "min": 1 },
"data": 14
}
]
Expand All @@ -55,7 +55,7 @@
"items": [
{
"item": "appliedenergistics2:material",
"count": 1,
"count": { "min": 1 },
"data": 15
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"item": "appliedenergistics2:material",
"data": 48,
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"items": [
{
"item": "appliedenergistics2:spatial_io_port",
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"item": "appliedenergistics2:part",
"data": 220,
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"items": [
{
"item": "appliedenergistics2:storage_cell_1k",
"count": 1
"count": { "min": 1 }
}
]
}
Expand All @@ -29,7 +29,7 @@
"items": [
{
"item": "appliedenergistics2:storage_cell_4k",
"count": 1
"count": { "min": 1 }
}
]
}
Expand All @@ -40,7 +40,7 @@
"items": [
{
"item": "appliedenergistics2:storage_cell_16k",
"count": 1
"count": { "min": 1 }
}
]
}
Expand All @@ -51,7 +51,7 @@
"items": [
{
"item": "appliedenergistics2:storage_cell_64k",
"count": 1
"count": { "min": 1 }
}
]
}
Expand Down

0 comments on commit 28f4e0a

Please sign in to comment.