Skip to content

Commit

Permalink
sa
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Oct 30, 2023
1 parent 7335a98 commit 07393b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.inventory.GuiContainer;
import net.minecraft.init.Items;
import net.minecraft.inventory.Container;
import net.minecraft.item.ItemStack;

Expand All @@ -17,7 +16,8 @@
public class NEITConstructBookmarkContainerHandler implements IBookmarkContainerHandler {

protected static Minecraft mc = Minecraft.getMinecraft();
final int magicNumber = (5 * 9) + 1; // First 46 slots are player inventory in the station, including crafting field and product
final int magicNumber = (5 * 9) + 1; // First 46 slots are player inventory in the station, including crafting field
// and product

@Override
public void pullBookmarkItemsFromContainer(GuiContainer guiContainer, ArrayList<ItemStack> bookmarkItems) {
Expand Down

0 comments on commit 07393b0

Please sign in to comment.