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

customGen <minecraft:air> does not work #66

Open
devmagda opened this issue Apr 8, 2024 · 1 comment
Open

customGen <minecraft:air> does not work #66

devmagda opened this issue Apr 8, 2024 · 1 comment
Labels
question Not an issue, just a question stale Not much going on

Comments

@devmagda
Copy link

devmagda commented Apr 8, 2024

when setting block below to minecraft:air it does not work.
I'm using: cobblegen-5.3.4+1.19.2b40-BETA-fabric.jar

cobblegen.json5:

  "formatVersion": "1.0",
  "customGen": {
    "gravityGen": {
      "minecraft:air": [
        {
          "id": "minecraft:sand",
          "weight": 50
        },
        {
          "id": "minecraft:gravel",
          "weight": 50
        }
      ]
    }
  }
}
@null2264
Copy link
Owner

null2264 commented Apr 8, 2024

There's only "cobbleGen", "stoneGen", and "basaltGen" inside customGen, there's no such a thing as "gravityGen"... It defines how the block should be generated, either use cobbleGen (lava touches flowing water), stoneGen (lava touches flowing water from the top OR water source touched by lava), or basaltGen (lava touches blue ice).

@null2264 null2264 added question Not an issue, just a question stale Not much going on labels Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Not an issue, just a question stale Not much going on
Projects
None yet
Development

No branches or pull requests

2 participants