Skip to content

Commit 3c88a2c

Browse files
committed
Fixed Extra Slots not being accessible externally, closes #39
1 parent eda11b1 commit 3c88a2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/buuz135/sushigocrafting/tile/machinery/RollerTile.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public RollerTile(BlockPos pos, BlockState state) {
8686
return false;
8787
})
8888
);
89+
addInventory(spices);
8990
FoodAPI.get().getTypeFromName(this.selected).ifPresent(iFoodType -> {
9091
for (int slot = 0; slot < slots.getSlots(); slot++) {
9192
slots.setSlotToItemStackRender(slot, iFoodType.getSlotStackRender().apply(slot));

0 commit comments

Comments
 (0)