Formatting fixes

This commit is contained in:
Sebastian Hartte
2020-07-19 23:51:57 +02:00
parent 8d92a51e4f
commit 590e435ad6
11 changed files with 114 additions and 100 deletions
@@ -1,6 +1,9 @@
package appeng.fluids.client.gui;
import net.minecraft.entity.player.PlayerInventory;
import net.minecraft.util.text.ITextComponent;
import appeng.api.config.RedstoneMode;
import appeng.api.config.Settings;
import appeng.client.gui.NumberEntryType;
@@ -12,8 +15,6 @@ import appeng.core.sync.network.NetworkHandler;
import appeng.core.sync.packets.ConfigValuePacket;
import appeng.fluids.client.gui.widgets.FluidSlotWidget;
import appeng.fluids.container.FluidLevelEmitterContainer;
import net.minecraft.entity.player.PlayerInventory;
import net.minecraft.util.text.ITextComponent;
public class FluidLevelEmitterScreen extends UpgradeableScreen<FluidLevelEmitterContainer> {