Skip to content

Commit

Permalink
[minor] spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilau1998 committed Oct 30, 2023
1 parent c07b9fd commit 9f049b6
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 9f049b6

Please sign in to comment.