Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • [1.16.1] Start modding
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 3
FrostDracony

[1.16.1] Start modding

By FrostDracony, July 18, 2020 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

FrostDracony    1

FrostDracony

FrostDracony    1

  • Tree Puncher
  • FrostDracony
  • Members
  • 1
  • 19 posts
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

Share this post


Link to post
Share on other sites

Dzuchun    11

Dzuchun

Dzuchun    11

  • Stone Miner
  • Dzuchun
  • Members
  • 11
  • 98 posts
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.

Share this post


Link to post
Share on other sites

FrostDracony    1

FrostDracony

FrostDracony    1

  • Tree Puncher
  • FrostDracony
  • Members
  • 1
  • 19 posts
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

Share this post


Link to post
Share on other sites

Mr. Pineapple    1

Mr. Pineapple

Mr. Pineapple    1

  • Tree Puncher
  • Mr. Pineapple
  • Members
  • 1
  • 11 posts
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

Share this post


Link to post
Share on other sites

FrostDracony    1

FrostDracony

FrostDracony    1

  • Tree Puncher
  • FrostDracony
  • Members
  • 1
  • 19 posts
Posted July 20, 2020

Ok, thanks a lot!

  • Quote

Share this post


Link to post
Share on other sites

Dzuchun    11

Dzuchun

Dzuchun    11

  • Stone Miner
  • Dzuchun
  • Members
  • 11
  • 98 posts
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.

  • Like 1
  • Quote

Everything said above may be absolutely wrong. No rights reserved.

Share this post


Link to post
Share on other sites

Mr. Pineapple    1

Mr. Pineapple

Mr. Pineapple    1

  • Tree Puncher
  • Mr. Pineapple
  • Members
  • 1
  • 11 posts
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

  • Like 1
  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 3
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • ju_
      Minecraft crashes while launching - failed to find service port for display

      By ju_ · Posted 10 minutes ago

      Hi, to follow on the subject i have the same issue https://pastebin.com/E47LtT43 it works fine on my end with vanilla or other version. i only have this issue with forge for 1.16
    • poopoodice
      What is the method to left click?

      By poopoodice · Posted 26 minutes ago

      Check Minecraft#processKeyBinds where it checks for attack keybind (left mouse).
    • kiou.23
      Mod won't load when in dev environment

      By kiou.23 · Posted 27 minutes ago

      You need to update the build.gradle to have your modid instead of the default examplemod you'll want to modify the group, the modid and pretty much everywhere where "examplemod" is shown, you'll want to replace with your own modid   note: you have a static field in your main mod class (Warwolves.java) called MOD_ID, whenever you need the mod id, you should be referencing this field, instead of typing the string every time note 2: don't create an ItemBase class https://championash5357.github.io/ChampionAsh5357/tutorial/minecraft/ciar#code-style-5
    • BoGuBoy
      3rd party hosted Server wont launch

      By BoGuBoy · Posted 31 minutes ago

      Thanks for the reply i got a response from the head support so ill look into changing hosts thanks for the quick response bud
    • Gubipe
      What is the method to left click?

      By Gubipe · Posted 1 hour ago

      I am trying to make a custom autoclicker for my client side mod which will be used on my smp server so that when someone presses down the key "v" it will toggle an autoclicker for them. I was wondering if anyone could tell me what the method is to register a left click? I would appreciate it!
  • Topics

    • schmiddi_0
      16
      Minecraft crashes while launching - failed to find service port for display

      By schmiddi_0
      Started December 14, 2020

    • Gubipe
      1
      What is the method to left click?

      By Gubipe
      Started 1 hour ago

    • Silivek
      1
      Mod won't load when in dev environment

      By Silivek
      Started 5 hours ago

    • BoGuBoy
      2
      3rd party hosted Server wont launch

      By BoGuBoy
      Started 5 hours ago

    • Ronshark
      1
      tempête de Neige primal winter

      By Ronshark
      Started 4 hours ago

  • Who's Online (See full list)

    • Leronus
    • Otep
    • ju_
    • Cloven
    • FloweyTF
    • PyRoTheLifeLess
    • kiou.23
    • Squrikle
    • AdleyMD
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • [1.16.1] Start modding
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community