aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-02-18 18:15:30 +0800
committershedaniel <daniel@shedaniel.me>2020-02-18 18:15:30 +0800
commita70fbdbde00410a732d1bdc5cee3f0a6d8048675 (patch)
treeaef2891a89ce6be5f0806cd9f9b17f8f5635ca16 /src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java
parentbbf531e70a04d2cbaa894f3ad2e6fe8d3d569efc (diff)
downloadRoughlyEnoughItems-a70fbdbde00410a732d1bdc5cee3f0a6d8048675.tar.gz
RoughlyEnoughItems-a70fbdbde00410a732d1bdc5cee3f0a6d8048675.tar.bz2
RoughlyEnoughItems-a70fbdbde00410a732d1bdc5cee3f0a6d8048675.zip
4.0.3-unstable
- Adds async search - Adds debug search option - Set entry size range from 50%-400% to 25%-400% Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java')
-rw-r--r--src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java b/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java
index 40463b31d..7d9efa8e9 100644
--- a/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java
+++ b/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java
@@ -51,6 +51,7 @@ public class REITestPlugin implements REIPluginV0 {
public EntryStack transformStack(EntryStack stack) {
stack.setAmount(random.nextInt(Byte.MAX_VALUE));
+ stack.setting(EntryStack.Settings.CHECK_AMOUNT, EntryStack.Settings.TRUE);
return stack;
}