ChangeVeinSize

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

1,58k

ChangeVeinSize

**%%MD0%%**

<center><p style="text-align: center;"><strong><a href="https://discord.gg/jVmUTGFMX5" rel="nofollow"><img src="https://img.shields.io/discord/1051116089133777016?color=green&label=Discord&logo=Discord&logoColor=green&style=for-the-badge" width="285" height="40"></a></strong></center></p> <center><p style="text-align: center;">With this datapack you can change the vein size of all the ores of Minecraft</p> <p style="text-align: center;"><strong>Tutorial:</strong></p> <p style="text-align: center;">Extract the zip file insiede a folder,</p> <p style="text-align: center;">To modify the vein size of the ores, go to <code>data/minecraft/worldgen/configured_feature</code> and change the <code>size</code> value in the desired JSON files (The maximum size is 64).</p> <p style="text-align: center;">To modify the vein chunk of the ores, go to <code>data/minecraft/worldgen/placed_feature</code> and change the <code>size</code> value in the desired JSON files (The maximum size is 64).<br>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</p> </center><pre><code>{ "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" } } ] } } </code></pre> <pre><code>{ "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" } ] } </code></pre>

ADS