File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/main/java/net/neganote/monilabs/gtbridge Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public class MoniRecipeTypes {
1515
1616 public static final GTRecipeType PRISMATIC_CRUCIBLE_RECIPES = GTRecipeTypes
1717 .register ("prismatic_crucible" , GTRecipeTypes .MULTIBLOCK )
18- .setMaxSize (IO .IN , MoniRecipeCapabilities .CHROMA , 12 )
18+ .setMaxSize (IO .BOTH , MoniRecipeCapabilities .CHROMA , 1 )
1919 .addDataInfo (data -> " " )
2020 .addDataInfo (data -> " " )
2121 .addDataInfo (data -> {
@@ -76,7 +76,9 @@ public class MoniRecipeTypes {
7676 })
7777 .addDataInfo (data -> " " )
7878 .addDataInfo (data -> " " )
79- .setMaxIOSize (3 , 1 , 1 , 1 )
79+ .addDataInfo (data -> " " )
80+ .addDataInfo (data -> " " )
81+ .setMaxIOSize (3 , 3 , 1 , 1 )
8082 .setEUIO (IO .IN )
8183 .setProgressBar (GuiTextures .PROGRESS_BAR_ARROW , ProgressTexture .FillDirection .LEFT_TO_RIGHT );
8284
You can’t perform that action at this time.
0 commit comments