Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
ChangeVeinSize

ChangeVeinSize

With this datapack you can change the vein size of all the ores of Minecraft

391
1
Utility
World Generation

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.5

Platforms

Data Pack

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Join Discord server
Donate on PayPal

Creators

BlockLegend001
BlockLegend001 Member

Details

Licensed ARR
Published 5 months ago
Updated 3 months ago
DescriptionChangelogVersions

With this datapack you can change the vein size of all the ores of Minecraft

Tutorial:

Extract the zip file insiede a folder,

To modify the vein size of the ores, go to data/minecraft/worldgen/configured_feature and change the size value in the desired JSON files (The maximum size is 64).

To modify the vein chunk of the ores, go to data/minecraft/worldgen/placed_feature and change the size value in the desired JSON files (The maximum size is 64).
After that, select the file 'pack.mcmeta' and the folder 'data' and create an archive with the .zip extension, and put the zip file inside the folder 'datapack' of your world

{
  "type": "minecraft:ore",
  "config": {
    "size": 17, //change this value
    "discard_chance_on_air_exposure": 0.5,
    "targets": [
      {
        "target": {
          "predicate_type": "minecraft:tag_match",
          "tag": "minecraft:stone_ore_replaceables"
        },
        "state": {
          "Name": "minecraft:coal_ore"
        }
      },
      {
        "target": {
          "predicate_type": "minecraft:tag_match",
          "tag": "minecraft:deepslate_ore_replaceables"
        },
        "state": {
          "Name": "minecraft:deepslate_coal_ore"
        }
      }
    ]
  }
}
{
  "feature": "minecraft:ore_coal",
  "placement": [
    {
      "type": "minecraft:count",
      "count": 30 //change this value
    },
    {
      "type": "minecraft:in_square"
    },
    {
      "type": "minecraft:height_range",
      "height": {
        "type": "minecraft:uniform",
        "min_inclusive": {
          "absolute": 136
        },
        "max_inclusive": {
          "below_top": 0
        }
      }
    },
    {
      "type": "minecraft:biome"
    }
  ]
}

Modrinth is open source.

main@4bafae8

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.