mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-30 13:13:00 +00:00 
			
		
		
		
	apply squiddev mojmap patches, temporarily disable checkstyle
This commit is contained in:
		| @@ -9,13 +9,14 @@ package dan200.computercraft.client.gui; | ||||
| import com.mojang.blaze3d.systems.RenderSystem; | ||||
| import com.mojang.blaze3d.vertex.PoseStack; | ||||
| import dan200.computercraft.shared.peripheral.diskdrive.ContainerDiskDrive; | ||||
| import javax.annotation.Nonnull; | ||||
| import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; | ||||
| import net.minecraft.client.renderer.GameRenderer; | ||||
| import net.minecraft.network.chat.Component; | ||||
| import net.minecraft.resources.ResourceLocation; | ||||
| import net.minecraft.world.entity.player.Inventory; | ||||
|  | ||||
| import javax.annotation.Nonnull; | ||||
|  | ||||
| public class GuiDiskDrive extends AbstractContainerScreen<ContainerDiskDrive> | ||||
| { | ||||
|     private static final ResourceLocation BACKGROUND = new ResourceLocation( "computercraft", "textures/gui/disk_drive.png" ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Merith
					Merith