MairwunNx Posted September 5, 2019 Share Posted September 5, 2019 (edited) How to name mod id correctly? Is `PascalCase` or `camelCase` or `snake_case` allowed? Will the identifier be readable when I call it in the snake case? (e.g. `verycoolmod` vs `VeryCoolMod` or vs `very_cool_mod`) Edited September 5, 2019 by MairwunNx Quote Link to comment Share on other sites More sharing options...
Animefan8888 Posted September 5, 2019 Share Posted September 5, 2019 30 minutes ago, MairwunNx said: Is `PascalCase` or `camelCase` or `snake_case` allowed? No no yes. The only restrictions are it has to be lower case, only certain character; I believe alphanumeric and underscores allowed, and 64 or less characters. Though you shouldn't abbreviate too much like gm, fr, or ae. 1 Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator. Link to comment Share on other sites More sharing options...
Draco18s Posted September 5, 2019 Share Posted September 5, 2019 7 hours ago, MairwunNx said: Is `PascalCase` or `camelCase` or `snake_case` allowed? Try it and find out. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.