-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developer Guides: Sidedness #230
Comments
Items would be common since both logical client (rendering) and logical server (logic) needs to know about them. The differences in client and main should have been covered in a previous section of the docs |
It could be elaborated more. It just says The src/main/java folder is used to store the Java source code for your mod - it exists on both the client and server environments. |
Agreed. the logical server/logical client concept should be elaborated on the docs. it has not yet replaced the wiki page on it https://wiki.fabricmc.net/tutorial:side |
https://docs.fabricmc.net/develop/items/first-item#preparing-your-items-class This section here does not specify where to make the
ModItems
class. Whether in main or client folder.Maintainer notes:
The text was updated successfully, but these errors were encountered: