cubex2 / customstuff4

A Minecraft mod for adding content
https://minecraft.curseforge.com/projects/custom-stuff-4
GNU General Public License v3.0
25 stars 14 forks source link

Ore can generate only in dimension 0. #99

Open 0karin opened 6 years ago

0karin commented 6 years ago

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.