fabricmc.net icon indicating copy to clipboard operation
fabricmc.net copied to clipboard

Mod template generator: various improvements

Open xpple opened this issue 3 years ago • 3 comments

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) in ExampleMod and in ExampleModClient to spaces
  • [ ] Fix the entrypoint being com.example.ExampleMod(Client), as it should be com.example.examplemod.ExampleMod(Client)
  • [ ] Add inputs for the mod description, license, etc

xpple avatar Feb 03 '23 20:02 xpple

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

MichaelHillcox avatar Apr 21 '23 18:04 MichaelHillcox

Reopened as not all of this issue was fixed. 👍

modmuss50 avatar Apr 21 '23 21:04 modmuss50

Reopened as not all of this issue was fixed. 👍

I have edited my comment to have check boxes.

xpple avatar Apr 24 '23 13:04 xpple