Minecraft Development for IntelliJ plugin version
2023.1-1.6.3
IntelliJ version
2023.1
Operating System
Linux
Target platform
Fabric
Description of the bug
When creating a new project, java files for entrypoint such as ModName.java and ModNameClient.java are generated without the package line (eg. package net.uku3lig.modname;) before the class definition.
