Jump to content

Forge Ore Generation 1.19.3


TomTheDev

Recommended Posts

Hi, I am new to java and im making a mod that includes ore generation in 1.19.3, and i have followed the post from @CodingNoob52 that fixed his problem. However, the only thing he shared was the json files that he made. does anyone know how to define the ore in forge 1.19.3?

Link to comment
Share on other sites

  • 2 weeks later...
1 hour ago, TomTheDev said:

Hello again, do you know how to make a block?

Either extend the block class if you need some specific logic or else initialize the constructor like any other Java object. If you know how to register blocks, it's the same exact process.

1 hour ago, TomTheDev said:

Oh, and if you do, can you please sent an example of whole block class just so i know fully what to code.

Look in vanilla? There are plenty of examples on how to extend the block class, but this is all basic java anyways besides from know which methods to override for what.

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.