Posted February 21, 20214 yr Hey! This is a very general and open-ended question that I have. My question is, when you don't know how to do something in your mod, what do you do? Do you ask for help on the forums? Read documentation? If so, what? Thanks!
February 21, 20214 yr 1. Look for vanilla code that handles this and see if that is helpful. 2. Check forge documentation. 3. Search the forge modder support for similar questions or issues. 4. Check established GitHub repos such as choonster’s or cadiboo’s. 5. Ask myself here Edited February 21, 20214 yr by Godis_apan My mod for futher awesomeness: http://www.minecraftforum.net/topic/1714396-the-decopack-collection-v010-wip-made-a-signature-new-snapshot-1-screenshots-are-up-small-snapshot-1-is-out-for-147/#entry21250399
February 21, 20214 yr Author 4 minutes ago, Godis_apan said: 1. Look for vanilla code that handles this and see if that is helpful. 2. Check forge documentation. 3. Search the forge modder support for similar questions or issues. 4. Check established GitHub repos such as choonster’s or cadiboo’s. 5. Ask myself here Great, thanks. Quick clarification questions - by "look for vanilla code," do you mean to look at some of the Minecraft classes? Finally, which forge documentation are you referring to? Thanks!
February 21, 20214 yr Yes, I mean the vanilla classes. So if I’m doing a new block for instance, I look at vanilla block classes that does something similar. For documentation I’m using: https://mcforge.readthedocs.io/ Edited February 21, 20214 yr by Godis_apan My mod for futher awesomeness: http://www.minecraftforum.net/topic/1714396-the-decopack-collection-v010-wip-made-a-signature-new-snapshot-1-screenshots-are-up-small-snapshot-1-is-out-for-147/#entry21250399
February 21, 20214 yr Author 1 hour ago, Godis_apan said: Yes, I mean the vanilla classes. So if I’m doing a new block for instance, I look at vanilla block classes that does something similar. For documentation I’m using: https://mcforge.readthedocs.io/ Awesome, thanks!
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.