Mod template generator: various improvements
Here are a few improvements I can think of.
- [ ] Create a test(mod) entrypoint along with the main and client entrypoints
- [x] Change tabs (
\t) inExampleModand inExampleModClientto spaces - [ ] Fix the entrypoint being
com.example.ExampleMod(Client), as it should becom.example.examplemod.ExampleMod(Client) - [ ] Add inputs for the mod description, license, etc
Hey, looking at these issues now, do you have an example of what the test mod would look like? And could you clarify what you mean by
Fix the entrypoint being com.example.ExampleMod(Client), as it should be com.example.examplemod.ExampleMod(Client)
Technically, the package name and the entry points are all correct but that could be disputed as some people put their code in their com.example group whereas some people might put it within their modid and group com.example.examplemod
Reopened as not all of this issue was fixed. 👍
Reopened as not all of this issue was fixed. 👍
I have edited my comment to have check boxes.