Skip to content

customGen <minecraft:air> does not work #66

@devmagda

Description

@devmagda

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
        }
      ]
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionNot an issue, just a questionstaleNot much going on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions