promotional bannermobile promotional banner
premium banner
This datapack increases the attempts per chunk made to replace a normal ore with a node during world generation.

Description

This datapack is intended to help less experienced users modify the rarity of the Nodes added by Create ReAutomated.

Create ReAutomated generates Nodes in the world by replacing an Ore block within a vein only when that block has at least 3 faces in contact with another ore of the same type.

In addition, by default 35 attempts per chunk are made to replace such an Ore block. This datapack increases the number of attempts in order to make the Nodes less rare.

Example:

{
  "feature": "createreautomated:ore_node",
  "placement": [
    {
      "type": "createreautomated:config_filter"
    },
    {
      "type": "minecraft:count",
      "count": 70 <-- This would double the spawnrate of Nodes
    },
    {
      "type": "minecraft:in_square"
    },
    {
      "type": "minecraft:height_range",
      "height": {
        "type": "minecraft:uniform",
        "max_inclusive": {
          "absolute": 64
        },
        "min_inclusive": {
          "absolute": -64
        }
      }
    }
  ]
}