Jump to content

Making a modpack


CyberLinK324

Recommended Posts

Hi, i don't know if u will understand what i want to say, because google seems like it is not getting it. 

So, i want a mod or a commad which will make the name of the place appear when u enter it. Let's say i will make a "Dreaming forest" in the chunk X i want the name "Dreaming forest" to appear on the screen for 1-2 seconds when u enter the chunk X

Link to comment
Share on other sites

What you want to do is make a GUI/Overlay. There's a million tutorials for that even if you're not going to look at the forge src docs

 

Now you'll want Forge to look for World.getBiome with a position. you'll want to take player.getPos for this. 

 

Then, whenever your previous World.getBiome is different from your current one, make your Gui Element appear with the correct name. That part should be as simple as a few if statements.

  • Like 1
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.

Announcements



×
×
  • Create New...

Important Information

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