Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue] Getting the Large Ore Deposits features generating in the mining world #7

Open
2 tasks done
sciguyryan opened this issue Jan 15, 2023 · 7 comments
Open
2 tasks done

Comments

@sciguyryan
Copy link

Minecraft Version

1.19.2

Modloader

forge-43.2.3

Mod version

2.0.5-build.12+mc1.19.2

Repeatable?

  • Yes

Link to log files

Not applicable here.

Steps to reproduce the issue

  1. Attempt to load JAMD with the large ore deposits mod.
  2. The do not generate in the mining world.
  3. Attempting to add the feature (which as far as I can tell is called adlods:deposit_generator) results in the world being unloadable.

Description of the issue you are having

Attempting to load JAMD with the large ore deposits mod () doesn't generate the ores in the mining dimension.

I have attempted to solve this using a data pack (as far as I can tell the feature is called adlods:deposit_generator) results in the inability to load the world, something relating to a datapack error.

I've attempted to add this feature under every category in the features JSON file (it's not documented so I have no way of knowing which one it should have been in) results in the same datapack error. I'm somewhat stumped as to how to solve this.

Information

  • I have provided as much information as possible
@susan3333333
Copy link

Have you tried the lods configs, I don't know if there is a way to allow overall, but each deposit config has a dimension setting like this:

Dimensions
#--------------------------------------------------------------------------------------------------------#
# List of dimensions which this ore can be generated in.
# Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.)
# Each dimension must be on a separate line without any delimiters.
# If the whitelist is set, the blacklist will be ignored.
##########################################################################################################

Dimensions {
    S:blackList <
     >
    S:whiteList <
        minecraft:overworld

You just need to find the right name for the mining dimension and add it to the whitelist for the deposits you want to generate.

@UnRealDinnerbone
Copy link
Member

This can be done with datapack, KubeJS or the config linked above. All I do is provide a dimension in a datapack

@FoxMcloud5655
Copy link

With version 3.3.0, this no longer works. The mod now stops all other forms of generation, including from Additional Large Ore Deposits. This update has broken all generation in my world, and I have to revert to a previous version in order to fix it.

@FoxMcloud5655
Copy link

I'd like to add that the version listed on CurseForge is 3.4.0, but the changelog states that it's version 3.3.0.

@UnRealDinnerbone
Copy link
Member

is this the mod you are talking about? https://www.curseforge.com/minecraft/mc-mods/large-ore-deposits

@FoxMcloud5655
Copy link

Yes, that is the mod I'm currently using for ore generation in all worlds.

@FoxMcloud5655
Copy link

I find the lack of attention on this issue a little concerning. A way to toggle off the enforced oregen in the config for JAMD would literally fix this issue instantly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants