Jump to content

Worldgen not working


MatNX

Recommended Posts

Hi. I have added a new ConfiguredFeature JSON, a new PlacedFeature JSON and a new BiomeModifier JSON, and in 1.20.4, those should be enough to generate my feature in the world. When I try to generate a world, however, I get this error:

ResourceKey[minecraft:root / minecraft:worldgen/configured_feature]: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/configured_feature]: [dungeons:disk_tumblestone]

Any idea what could cause this? For reference, this is my ConfiguredFeature:

{
  "type": "minecraft:disk",
  "config": {
    "state_provider": {
      "fallback": {
        "type": "minecraft:simple_state_provider",
        "state": {
          "Name": "dungeons:tumblestone"
        }
      },
      "rules": []
    },
    "target": {
      "type": "minecraft:matching_blocks",
      "blocks": [
        "minecraft:dirt",
        "minecraft:clay"
      ]
    },
    "radius": {
      "type": "minecraft:uniform",
      "min_inclusive": 2,
      "max_inclusive": 3
    },
    "half_height": 1
  }
}

This is my PlacedFeature:

{
  "feature": "dungeons:disk_tumblestone",
  "placement": [
    {
      "type": "minecraft:in_square"
    },
    {
      "type": "minecraft:heightmap",
      "heightmap": "OCEAN_FLOOR_WG"
    },
    {
      "type": "minecraft:block_predicate_filter",
      "predicate": {
        "type": "minecraft:matching_fluids",
        "fluids": "minecraft:water"
      }
    },
    {
      "type": "minecraft:biome"
    }
  ]
}

and this is my biome_modifier

{
  "type": "forge:add_features",
  "biomes": "#minecraft:is_overworld",
  "features": "dungeons:disk_tumblestone",
  "step": "surface_features"
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.