Posted July 18, 20205 yr Hi, i am new on the forum! I want to start modding a mod for Minecraft 1.16.1, but here are no tutorial on how i should start. I read this topic here and looked this website, but i can‘t understand this things: What changed from the 1.15.2? The start of the mod, the registration of things via DeferredRegister, Ore generation, custom dimensions and etc. I want to be sure if something changed from the 1.15.2 If you know something about my question then pls reply. Else: Thanks for reading! ~~Frost P.S.: Apologize for the bad english, i not want to use any translator Edited July 18, 20205 yr by FrostDracony
July 18, 20205 yr 35 minutes ago, FrostDracony said: Hi, i am new on the forum! I want to start modding a mod for Minecraft 1.16.1, but here are no tutorial on how i should start. I read this topic here and looked this website, but i can‘t understand this things: What changed from the 1.15.2? The start of the mod, the registration of things via DeferredRegister, Ore generation, custom dimensions and etc. I want to be sure if something changed from the 1.15.2 If you know something about my question then pls reply. Else: Thanks for reading! ~~Frost P.S.: Apologize for the bad english, i not want to use any translator Please, specify your question. Edited July 18, 20205 yr by Dzuchun Everything said above may be absolutely wrong. No rights reserved.
July 18, 20205 yr Author I want to start modding, i modded in the 1.15.2 version of Minecraft. Now that the Version 1.16.1 was relased i am asking me: What changed? New Way to register things and etc. Example: If you see a 1.12.2 mod and a 1.13.1 mod, you will see that many things have changed. Is this the same case from 1.15.2 to 1.16.1? What changed, general?
July 18, 20205 yr 5 hours ago, FrostDracony said: I want to start modding, i modded in the 1.15.2 version of Minecraft. Now that the Version 1.16.1 was relased i am asking me: What changed? New Way to register things and etc. Example: If you see a 1.12.2 mod and a 1.13.1 mod, you will see that many things have changed. Is this the same case from 1.15.2 to 1.16.1? What changed, general? There were minimal changes between the versions for most things, still use DeferredRegistries for registering things. Though, the only way to know what has changed is to update yourself and see. Edited July 18, 20205 yr by Mr. Pineapple
July 20, 20205 yr On 7/18/2020 at 4:00 PM, FrostDracony said: New Way to register things and etc. DeferredRegister is not new. It existed in 1.15 and was preferred way to register things. Old registration (through events) works at 1.16 as well. Everything said above may be absolutely wrong. No rights reserved.
July 20, 20205 yr 26 minutes ago, Dzuchun said: DeferredRegister is not new. It existed in 1.15 and was preferred way to register things. Old registration (through events) works at 1.16 as well. Yeah, they were backported to 1.14 too. Though that version is loosing LTS at somepoint soon
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.