Operating System
Windows
Web Browser
Chrome
Issue description
The Setup Guide doesn't mention the fact that when you are not using IntelliJ IDEA (which in fairness is the recommended IDE), the gradle project is not automatically imported. This has to be done via running the gradlew terminal command.
I understand that the getting started guide is not, and should not be a gradle tutorial, but I feel a couple lines pointing this out won't hurt. I found this solution in the setup guide for NeoForged by the way.
Another minor issue unrelated to the first is a possible typo in the code snippet for gradle.properties in the same guide. Feels to me like the last line (archives_base_name = bingus-mod) should be "bingus_mod"? Not entirely sure though.