#Should I report this as a bug?

1 messages · Page 1 of 1 (latest)

topaz wharf
#

So I was trying to make that a structure only generates once in a biome but it generates once no matter what. So I did a funny and made a structure set's exclusion zone to be itself. Making the terrain not load ever, and the world unable to be saved. Is this something worth writing a bug ticket about?

oasis_generation.json:

    "structures": [
      {
        "structure": "limbo:oasis",
        "weight": 1
      }
    ],
    "placement": {
      "type": "minecraft:random_spread",
      "spread_type": "triangular",
      "salt": 1696542275,
      "spacing": 3,
      "separation": 2,
      "exclusion_zone": {
        "other_set": "limbo:oasis_generation",
        "chunk_count": 16
      }
    }
  }```
languid berryBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 If nobody has answered you by <t:1732907496:t>, feel free to use the Summon Helpers button to ping our helper team.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

sage crypt
#

I wouldn't call this a bug, no

#

And you can't make a structure appear only once without also making it appear only at the world origin, I believe