Skip to content

Commit

Permalink
Make the "EPCreativeModeTab" class final
Browse files Browse the repository at this point in the history
  • Loading branch information
JDDev0 committed Oct 8, 2024
1 parent fdbd6ef commit f2c87cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/jddev0/ep/item/EPCreativeModeTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import net.neoforged.neoforge.registries.DeferredHolder;
import net.neoforged.neoforge.registries.DeferredRegister;

public class EPCreativeModeTab {
public final class EPCreativeModeTab {
private EPCreativeModeTab() {}

public static final DeferredRegister<CreativeModeTab> CREATIVE_MODE_TABS = DeferredRegister.create(Registries.CREATIVE_MODE_TAB, EPAPI.MOD_ID);
Expand Down

0 comments on commit f2c87cb

Please sign in to comment.