Jump to content

Recommended Posts

Posted

I've been having issues over-riding vanilla dirt, but I think it goes beyond what should be expected from over-riding a vanilla block. Over-writing the registry for minecraft:dirt changed it's properties, but it glitches in world generation. Replacing all instances of glitched dirt is a very complex task, as it also seems like anything that would normally generate on dirt (seagrass, etc) would not generate.

My modded version doesn't add any properties (open, lit, etc), so I don't think it should be a data issue. The custom dirt generates and functions perfectly fine in default super flat worlds and when pulled from the creative menu, so it's definitely an issue with generation.

 

I would expect re-registering a vanilla block in Forge should only change the properties and should not affect world generation.

 

If replacing vanilla blocks is not an intended feature of Forge, I can raise the topic in suggestions instead.

Posted

Replacing vanilla blocks work just fine. The problem is Mojang wrote bad code that uses direct references to their versions of the blocks for the world gen. And to change it would be literally 700+ new patch files.

Nobody has bothered to grind out the work that would need to be done to do it.

Mainly because it's not worth the effort. I highly doubt you have a explicit need to replace dirt. Whatever you're trying to acomplish can probably be done in a different way that doesn't break things.

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

I'm trying to change the core gameplay to remove dirt and cobble as extremely accessible building materials that don't fall in midair. Unless I change the base properties of dirt and cobble, many of the building materials in my mod would find little value outside of aesthetics. Education is a major portion of my mod, and that includes what constitutes a good building material (dense materials for walls, lighter sturdy materials like wood for floors). I'm all for another solution if there is one, but making all vanilla dirt and/or mod recipes drop modded dirt, and all mod recipes using vanilla dirt that is now unobtainable is very inconvenient for any player.

 

Anyway, I already found a way to overwrite the dirt in the VEGETAL_DECORATION stage, was just asking to know if there was an easier way.

 

I'd like to know if the order of Minecraft vanilla generation stages is documented so I can be sure there aren't any remaining glitched blocks. Do the modded actions in the same stage (ex. VEGETAL_DECORATION) occur after the vanilla actions in the stage? What order do LOCAL_MODIFICATION, TOP_LAYER_MODIFICATION and VEGETAL_DECORATION go?

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

    • seguridad seguridad
    • I am creating a server with mods but when i try tostart it it say in the logs:   [29Jan2025 20:36:50.715] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /server/libraries/net/minecraftforge/fmlcore/1.20.1-47.3.27/fmlcore-1.20.1-47.3.27.jar is missing mods.toml file 159[29Jan2025 20:36:50.717] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /server/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.3.27/javafmllanguage-1.20.1-47.3.27.jar 160[29Jan2025 20:36:50.717] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /server/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.3.27/javafmllanguage-1.20.1-47.3.27.jar is missing mods.toml file 161[29Jan2025 20:36:50.718] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /server/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.3.27/lowcodelanguage-1.20.1-47.3.27.jar 162[29Jan2025 20:36:50.718] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /server/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.3.27/lowcodelanguage-1.20.1-47.3.27.jar is missing mods.toml file 163[29Jan2025 20:36:50.719] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /server/libraries/net/minecraftforge/mclanguage/1.20.1-47.3.27/mclanguage-1.20.1-47.3.27.jar 164[29Jan2025 20:36:50.719] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /server/libraries/net/minecraftforge/mclanguage/1.20.1-47.3.27/mclanguage-1.20.1-47.3.27.jar is missing mods.toml file
    • How do you configure the entity reach of a custom weapon? Asking for 1.21 Minecraft parchment
    • This topic is over a year old. If you are having an issue, please read the FAQ for the proper way to post logs, and create your own thread.
    • hello i have been trying to put this specific pack for a while now but ive been hit with a new error everytime. no matter if its a previous version or if i change the pack format it will just not work please help latest log:https://mclo.gs/b6Qra5d <----- this is with pack version 1.20 no changes done to it debug log: https://mclo.gs/jczkfRK
  • Topics

  • Who's Online (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

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