Plugin doesn't completely set up Fabric project
Plugin Version: 2020.3-1.5.1-205 IntelliJ Version:
IntelliJ IDEA 2020.3 (Community Edition) Build #IC-203.5981.155, built on November 30, 2020 Runtime version: 11.0.9+11-b1145.21 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 10.16 GC: ParNew, ConcurrentMarkSweep Memory: 2014M Cores: 4 Non-Bundled Plugins: com.jetbrains.ChooseRuntime, com.almightyalpaca.intellij.plugins.discord, com.demonwav.minecraft-dev, org.jetbrains.kotlin
Operating System: Mac OS 11.1 Target platform: Fabric
Whenever I start setting up a new Fabric Mod with these settings: https://ibb.co/rsTxzk6, after I finish setting it up, I result in only a project without my main package and main class: https://ibb.co/Y2WjmyY Where is my main class that implements ModInitializer and where is my whole package(com.martintintin3.tutorial) The src/main/java directory is blank
Although I get two errors during a Fabric project creation, classes are generated correctly.
I'll try to fix the two errors I get, and hope they are the same causing this issue.
Oh I discovered this happens only if I remove the entry point for the ModNameClient class. If i keep it and then after the project is made, I remove the client folder, my whole project is removed.... why???
I also got 2 errors for the plugin: https://hastebin.com/etowanowus.properties
Weird, that's not the errors I had, did you click the Load Gradle Project notification action before the set up was complete ?
Ok I will do that but if it doesn't work, I will just send you a recording of me setting up my project
You know what Imma reinstall my IDE because now it doesn't even show me the 1.16.4 Fabric API version saying there was an error...
I also have this problem!
I know my comment isn't helpful, but I also have this problem. Even though I have the newest version of the Plugin :l
I also have the same problem
Oh I discovered this happens only if I remove the entry point for the ModNameClient class. If i keep it and then after the project is made, I remove the client folder, my whole project is removed.... why???
Where is the entry point ?