diff --git a/src/main/java/ovh/glitchlabs/ornamentum/Ornamentum.java b/src/main/java/ovh/glitchlabs/ornamentum/Ornamentum.java index e239d1f..7e3321f 100644 --- a/src/main/java/ovh/glitchlabs/ornamentum/Ornamentum.java +++ b/src/main/java/ovh/glitchlabs/ornamentum/Ornamentum.java @@ -33,10 +33,8 @@ import net.neoforged.neoforge.registries.DeferredItem; import net.neoforged.neoforge.registries.DeferredRegister; import org.slf4j.Logger; import ovh.glitchlabs.ornamentum.blocks.ModBlocks; -import ovh.glitchlabs.ornamentum.blocks.entity.ModBlockEntities; import ovh.glitchlabs.ornamentum.items.ModCreativeModeTabs; import ovh.glitchlabs.ornamentum.items.ModItems; -import ovh.glitchlabs.ornamentum.menu.ModMenuTypes; // The value here should match an entry in the META-INF/neoforge.mods.toml file @Mod(Ornamentum.MODID)