Skip to content

Commit b196e0f

Browse files
committed
Change recipe type IO size values, still crashes from kubejs
1 parent e7d2221 commit b196e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/neganote/monilabs/gtbridge/MoniRecipeTypes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
public class MoniRecipeTypes {
1313
public static final GTRecipeType PRISMATIC_CRUCIBLE_RECIPES = GTRecipeTypes
1414
.register("prismatic_crucible", GTRecipeTypes.MULTIBLOCK)
15-
.setMaxIOSize(3, 3, 1, 1)
15+
.setMaxIOSize(3, 1, 1, 0)
1616
.setMaxSize(IO.IN, COLOR, 1)
1717
.setMaxSize(IO.OUT, COLOR, 1)
1818
.setMaxSize(IO.OUT, PRISMATIC_MODE, 1)

0 commit comments

Comments
 (0)