Fixed recipe stack bug

This commit is contained in:
Auxilor
2021-08-22 23:14:24 +01:00
parent d4431e7569
commit 9c3ca429c9
4 changed files with 38 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ public class ModifiedTestableItem implements TestableItem {
/**
* The item.
*/
@Getter
private final TestableItem handle;
/**

View File

@@ -19,6 +19,7 @@ public class TestableStack implements TestableItem {
/**
* The item.
*/
@Getter
private final TestableItem handle;
/**