Optimise imports to make it easier to find and replace package names
This commit is contained in:
parent
05ee9f30f4
commit
7f920b282f
191 changed files with 636 additions and 579 deletions
|
@ -1,7 +1,5 @@
|
|||
package techreborn.manual.pages;
|
||||
|
||||
import java.awt.Color;
|
||||
|
||||
import net.minecraft.client.gui.GuiButton;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import techreborn.init.ModBlocks;
|
||||
|
@ -10,6 +8,8 @@ import techreborn.manual.Reference;
|
|||
import techreborn.manual.util.ButtonUtil;
|
||||
import techreborn.manual.util.GuiButtonItemTexture;
|
||||
|
||||
import java.awt.*;
|
||||
|
||||
public class AdvancedMachines extends TitledPage
|
||||
{
|
||||
public AdvancedMachines(String name, PageCollection collection)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue