FrostDracony Posted July 18, 2020 Posted July 18, 2020 (edited) 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, 2020 by FrostDracony Quote
Dzuchun Posted July 18, 2020 Posted July 18, 2020 (edited) 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, 2020 by Dzuchun Quote Everything said above may be absolutely wrong. No rights reserved.
FrostDracony Posted July 18, 2020 Author Posted July 18, 2020 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? Quote
Mr. Pineapple Posted July 18, 2020 Posted July 18, 2020 (edited) 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, 2020 by Mr. Pineapple Quote
Dzuchun Posted July 20, 2020 Posted July 20, 2020 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. 1 Quote Everything said above may be absolutely wrong. No rights reserved.
Mr. Pineapple Posted July 20, 2020 Posted July 20, 2020 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 1 Quote
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.