Jump to content

Recommended Posts

Posted

I'm wondering if there's a way to override/remove parts of vanilla minecraft using forge.

 

For a more poignant example, how would I halve the amount of gold ore that spawns? Or make gold ore only spawn ABOVE y=32? Or similar things?

 

The only thing I can think of is to overwrite all the existing ore in each chunk and re-spawn it all according to my rules, but that seems clumsy and messy.

Posted

It all depends on what you wanna do, with the new CoreMod functionality of fml, you can do whatever the hell you want, its just difficult and not for the newbie cooder.

 

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

Well for your Gold Ore example, what I suggest you do is generate stone where there are Gold Ores and then regenerate the Gold Ores to your specifications (like 32+ Y). Although, that depends if user generated ores/blocks are called after the vanilla blocks.

 

That might be the clumsy and messy method you've mentioned, but its a way that can work without touching any Vanilla classes, which is always a plus.

Posted

LexManos, I am indeed a newbie to FML and somewhat to java/OOP, but I have non-java coding experience (mostly C), so I feel pretty good. Thanks for the heads up, I'll definitely look into that!

 

And yeah, GeoffNukem, that is what I was talking about, but thanks for the suggestion anyway!

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hi there! I'm looking for a mod that will randomly determine if someone will keep their items on death or lose them all. Does anyone know of a mod like this?
    • Recently I feel like the time taken for a response in the Modder Support forum is slower than what it was when I first joined the forum (9 months ago), which feels odd due to the amount of views many posts get (my most recent one is currently sitting at 19.6k views with no replies; though I understand that not everyone viewing may have an account or be able to help). I would usually get replies only a few days after originally posting, but with my most recent post I have been waiting for two weeks. I even saw a post a few days ago where someone got a reply six months after they posted.    In my case, I am quite an inexperienced modder that is relying on tutorials to learn my modding. With my inexperience there are some issues, like two that I am having now where things are going wrong with my code yet my code matches perfectly with the tutorial, that I am simply clueless on and am put in quite a roadblock. The help here on the forums is excellent and I usually don't mind waiting a few days, but I would also really like to progress with my mod and release it to the public. I am not trying to complain with this post, I am just wanting to mention something bothering me to see if anyone else is the same.
    • Hi I'm currently making an addon mods to add compatibility between tacz and the Vault Hunters Modpack. I added a new item that is a extend of the kineticgun class from tacz and implements the vaultgear classes from Vault Hunters. The texture and other functionnality of the guns in tacz comes from the gunId nbt so once i add the nbt my new item works perfectly. My problem is when in debug the texture from tacz works and i can see the gun in every place but once i export the mod i can only see the gun in my hand in first person, in third person and the inventory i get the error texture. If you can help please leave a message. Thank you   ps1: src https://github.com/Pixyde/tacz_x_vault_hunters ps2: this is my first mod
    • Yea, I disabled the mod and still crashed in the same spot
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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