forked from minecraft-dev/MinecraftDev
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
IDEA Ultimate 2019.3.3
MacOS 10.15.5 beta 19F83c
MCDev 2019.3-1.3.2-earth.23
There are a few non-critical problems I've noticed with the current Fabric project creation workflow:
- Creating a new Fabric project makes .ipr, .iws, and .imp files, while newer versions of Idea only create .idea/ folders when importing a project
- Creating a new Fabric project does not create it with the necessary Minecraft Client and Minecraft Server run configurations, and they cannot be found in the
Edit Configurations...menu - The default Loom version is 0.2.6-SNAPSHOT, even though 0.2.7-SNAPSHOT should be used instead
- Defining a client mod initializer class to go at
net.fabricmc.examplemod.ClientEamplewill create a class at the right location but withpackage net.fabricmc.examplemod.client;in the Java file
Metadata
Metadata
Assignees
Labels
No labels