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

[BUG] Geodes (and possibly other features) don't spawn in other dimensions #661

Open
Martmists-GH opened this issue Jan 27, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@Martmists-GH
Copy link

Describe the bug
We use a custom dimension with frequent resets to allow players to get resources, but the Spectrum geodes don't seem to spawn at all. However, it copies the generator settings from minecraft:overworld, so I'd expect it to spawn.

To Reproduce

// dimension_type/outer_world.json
{
  "ultrawarm": false,
  "natural": true,
  "piglin_safe": false,
  "respawn_anchor_works": false,
  "bed_works": false,
  "has_raids": true,
  "has_skylight": true,
  "has_ceiling": false,
  "coordinate_scale": 1,
  "ambient_light": 0,
  "logical_height": 256,
  "effects": "minecraft:overworld",
  "infiniburn": "#minecraft:infiniburn_overworld",
  "min_y": -64,
  "height": 416,
  "monster_spawn_light_level": 0,
  "monster_spawn_block_light_limit": 0
}
// dimension/outer_world.json
{
  "type": "next_overworld:outer_world",
  "generator": {
    "type": "minecraft:noise",
    "settings": "minecraft:overworld",
    "biome_source": {
      "type": "minecraft:multi_noise",
      "preset": "minecraft:overworld"
    }
  }
}

Expected behavior
The geodes spawn as normal

Minecraft version
1.20.1

Mod version
1.8.4

@Martmists-GH Martmists-GH added the bug Something isn't working label Jan 27, 2025
@Martmists-GH
Copy link
Author

Also, since this dimension has increased height, shimmerstone rarely ever seems to spawn, if at all.

@DaFuqs
Copy link
Owner

DaFuqs commented Jan 28, 2025

The geodes and other placed features are added to all overworld biomes using fabrics default biome modification mechanism to all biomes with the tag c:in_overworld, so theoretically, as long as the biome is in that tag the features should generate fine.

Do these dimensions generate other mods features properly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants