Posted February 17, 20205 yr I do not understand why the Mojang does not explain what its functions are. Since you don't have a web site where some functions are explained and don't always tell our IDE what they do (for example Eclipse tells me what the DeferredRegister does but not what the function ModelRenderer.render does). Why does the Mojang do it? New in Modding? == Still learning!
February 17, 20205 yr DeferredRegister is a Type provided by Forge, not by Mojang. Forge code is usually well documented. Since the original source code of the game is decompiled, it does not come with comments by default. Comments are usually added via patches, which are a part of Forge. Mojang might have proper comments and documentation internally, we will likely never know. If they do not choose to share them, that is likely due to legal reasons. You can contribute to the documentation comments by contributing to the forge project itself. PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
February 17, 20205 yr Author Wow thanks, this explain most of my questions. New in Modding? == Still learning!
March 20, 20205 yr Author So, i don‘t want to write a new topic, so i have another question: why Mojang use Java 8 and not the most Version of Java, so Java 13? New in Modding? == Still learning!
March 20, 20205 yr Mojang ships the jre if there where to update java every time a new one come out it will cost a lot in bandwidth and java 8 is LTS so why bother
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.