File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/main/java/dev/galacticraft/machinelib/client/impl/compat Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2019 -2025 Team Galacticraft
2+ * Copyright (c) 2021 -2025 Team Galacticraft
33 *
44 * Permission is hereby granted, free of charge, to any person obtaining a copy
55 * of this software and associated documentation files (the "Software"), to deal
2222
2323package dev .galacticraft .machinelib .client .impl .compat ;
2424
25- import dev .emi .emi .api .EmiExclusionArea ;
2625import dev .emi .emi .api .EmiPlugin ;
2726import dev .emi .emi .api .EmiRegistry ;
2827import dev .emi .emi .api .widget .Bounds ;
2928import dev .galacticraft .machinelib .client .api .screen .MachineScreen ;
30- import dev .galacticraft .machinelib .impl .MachineLib ;
31- import net .minecraft .client .gui .screens .Screen ;
3229import net .minecraft .client .renderer .Rect2i ;
3330
3431import java .util .List ;
35- import java .util .function .Consumer ;
3632
3733public class MachineLibEMIPlugin implements EmiPlugin {
3834 @ Override
You can’t perform that action at this time.
0 commit comments