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

Ore can generate only in dimension 0. #99

Open
0karin opened this issue Oct 5, 2018 · 0 comments
Open

Ore can generate only in dimension 0. #99

0karin opened this issue Oct 5, 2018 · 0 comments

Comments

@0karin
Copy link

0karin commented Oct 5, 2018

I got this code.

{
	"ore_gen": [{
      "type": "worldGen:ore",
      "entries": [
        {
          "block": "rinstuff:oreblock_end_1_0",
          "meta": 1,
          "size": 10,
          "count": 10,
          "minHeight": 10,
          "maxHeight": 90,
          "dimension" : 0,
          "target": "minecraft:air"
        }
      ]
    }
]}

If i change value "dimension" on -1 or 1 ore can't generate in end or nether. But generated in overworld if value set 0.

@0karin 0karin changed the title Ore can spawn only in dimension 0. Ore can generate only in dimension 0. Oct 5, 2018
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

1 participant