Skip to content

Commit

Permalink
Remove unneeded extra slot iin the part builder
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Nov 15, 2022
1 parent 06cd437 commit 0877529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class PartBuilderBlockEntity extends RetexturedTableBlockEntity implement
private int selectedPatternIndex = -2;

public PartBuilderBlockEntity(BlockPos pos, BlockState state) {
super(TinkerTables.partBuilderTile.get(), pos, state, NAME, 3);
super(TinkerTables.partBuilderTile.get(), pos, state, NAME, 2);
this.itemHandler = new ConfigurableInvWrapperCapability(this, false, false);
this.itemHandlerCap = LazyOptional.of(() -> this.itemHandler);
this.inventoryWrapper = new PartBuilderContainerWrapper(this);
Expand Down

0 comments on commit 0877529

Please sign in to comment.