You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Here are a few improvements I can think of.
\t
) inExampleMod
and inExampleModClient
to spacescom.example.ExampleMod(Client)
, as it should becom.example.examplemod.ExampleMod(Client)
The text was updated successfully, but these errors were encountered: