Jump to content

[1.19.4] How to register DamageTypes?


Tavi007

Recommended Posts

Hey.

I'm updating my mod to the newer minecraft version and I now have to register damage type for my custom damage sources. As far as I know forge doesn't provide a DeferredRegister nor a register event (at least i did not find one yet). All I found was this other thread here, with basically the same question and I tried to code the same approach.

Here is the link to my code where I try to register the damage types
https://github.com/Tavi007/ElementalCombat/blob/master/src/main/java/Tavi007/ElementalCombat/init/DamageTypeList.java

I know, that I'm not calling the bootstrap method myself anywhere, mostly because I don't know where and when to call it and how to get the needed BootstapContext.

Does anybody know more or can guide me to a proper implementation of the damage type registering?

Edited by Tavi007
typo
Link to comment
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.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.