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

[BUG] The ore generator does not work correctly on GC planets #1038

Open
Exzept1on opened this issue Jun 21, 2022 · 0 comments
Open

[BUG] The ore generator does not work correctly on GC planets #1038

Exzept1on opened this issue Jun 21, 2022 · 0 comments
Labels
status: unverified Issue is unverified type: bug Something isn't working

Comments

@Exzept1on
Copy link

Describe the bug
If you generate a vein of ore in the ordinary world, then it will be generated in the form of an ellipsoid or a ball, I do not know how to describe it, that is, ore blocks will replace the blocks that are specified in generation_predicate in the json of the ore vein. On the planets from GC/GalaxySpace/ExtraPlanets, everything happens the other way around, ore does not replace blocks, but appears in empty places.

Versions
Forge: 2860
GTCEu: 2.3.1
Modpack: TerraFirmaGreg R3.3.6

Setup
Does this issue happen on Singleplayer, a Server, or both: Both
Does this issue happen on a newly generated world: In any

Steps To Reproduce

  1. Install GC
  2. Create oregen file for any planet from GC.
  3. See result.

Expected behavior
The same behavior was expected as in the overworld.

Screenshots
In Overworld:
image
On Phobos(or any other GC planet)
image
image

Additional context
Config for vein:

{
    "name": "",
    "weight": 50,
    "density": 0.75,
    "max_height": 55,
    "min_height": 5,
    "generation_predicate":["block:galaxyspace:phobosblocks:1"],
    "dimension_filter": [
      "dimension_id:-1012"
  ],
    "generator": {
      "type": "layered",
      "radius": [
        14,
        32
      ]
    },
    "filler": {
      "type": "layered",
      "values": [
        {
          "primary": "ore:bauxite"
        },
        {
          "secondary": "ore:ilmenite"
        },
        {
          "between": "ore:aluminium"
        },
        {
          "sporadic": "ore:ilmenite"
        }
      ]
    }
}
@Exzept1on Exzept1on added status: unverified Issue is unverified type: bug Something isn't working labels Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: unverified Issue is unverified type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant