Skip to content

Commit 876aa98

Browse files
committed
2 parents e202db7 + 0d5353c commit 876aa98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/teammoeg/immersiveindustry/content/chemical_reactor/ChemicalState.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ public ChemicalState(IInitialMultiblockContext<ChemicalState> capabilitySource)
7171
recipe=new RecipeHandler<>((r,t)->t.time);
7272
inventory=new ChangeDetectedItemHandler(6, capabilitySource.getMarkDirtyRunnable());
7373
inventory.addSlotListener(0,3, recipe::onContainerChanged);
74-
inputHandler=new StoredCapability<>(new RangedCheckedInputWrapper(inventory,0,4,(i,r)->ChemicalRecipe.isValidInput(level.get(),r)));
75-
outputHandler=new RangedOutputWrapper(inventory,4,7);
74+
inputHandler=new StoredCapability<>(new RangedCheckedInputWrapper(inventory,0,3,(i,r)->ChemicalRecipe.isValidInput(level.get(),r)));
75+
outputHandler=new RangedOutputWrapper(inventory,3,6);
7676
//fluidio definition
7777
int num=0;
7878
CapabilityBuilder<IFluidHandler> fluid=capabilities.fluidHandler();

0 commit comments

Comments
 (0)