Larger Ore Veins: Deluxe
A datapack combining all editions of Larger Ore Veins into one
Обновлён 12 марта 2026 г. · опубликован 21 июля 2023 г.
Join our discord to report bugs and make suggestions.
The Larger Ore Veins: Deluxe combines the Classic, Diamond, and Nether editions into a single data pack as well as bringing lapis and redstone ore generation to match the larger ore vein generation style.
Notice
This is a world generation data pack. World generation data packs work best when added to your world during the world creation phase. You can still add them to your world after generating it, you just need to generate new chunks to see the effects.
Modifying this pack
- Download the datapack version of the project
- Unzip the pack
- Open the unzipped folder.
To modify the 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 rarity of the ores, go to data/minecraft/worldgen/placed_feature and edit the count field in the desired JSON files, this number represents the number of generation attempts per chunk.
Weighted Counts
Some files use a weighted count system, with multiple data values being assigned a weight.
Higher weights increase the chance of the associated data value (or data) to be selected as the count.
With the weight system, there is a <weight>/<total_weight> chance of a particular value to be selected for the count.
Example 1
```JSON "count": { "type": "minecraft:weighted_list", "distribution": [ { "weight": 7, "data": 0 }, { "weight": 3, "data": 1 } ] } ``` In this example, there is a total weight of 10. 7 "points" are associated with `"data":0` and 3 "points" being associated with `"data":1`. Therefore, there is a 7 in 10 (70%) chance of `count` being 0 and a 3 in 10 (30%) chance of `count` being 1. In other words, each chunk has 30% chance to attempt generating an ore blob once and a 70% chance of not attempting.Example 2
```JSON "count": { "type": "minecraft:weighted_list", "distribution": [ { "weight": 7, "data": 0 }, { "weight": 3, "data": 1 }, { "weight": 1, "data": 5 } ] } ``` This time there is a total weight of 1. 7 "points" are associated with `"data":0`, 3 "points" being associated with `"data":1`, and 1 "point" for `"data":5`. Therefore, there is a 7 in 11 (64%) chance of `count` being 0, a 3 in 11 (27%) chance of `count` being 1, and a 1 in 11 chance (9%) of `count` being 5.In other words, each chunk has 9% chance of making 5 attempts to generate ore blobs, a 27% chance to attempt generating an ore blob once and a 64% chance of not attempting to generate any ore.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.3.0+mod | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, forge, neoforge, quilt | 12 марта 2026 г. | .jar (42 КБ) |
| 1.3.0 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | datapack | 12 марта 2026 г. | .jar (22 КБ) |
| 1.2.2+mod | Релиз | 1.20.4, 1.20.5, 1.20.6, 1.21 | fabric, forge, quilt | 13 июня 2024 г. | .jar (41 КБ) |
| 1.2.2 | Релиз | 1.20.4, 1.20.5, 1.20.6, 1.21 | datapack | 13 июня 2024 г. | .jar (18 КБ) |
| 1.2.1+mod | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | fabric, forge, quilt | 3 января 2024 г. | .jar (41 КБ) |
| 1.2.1 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | datapack | 3 января 2024 г. | .jar (18 КБ) |
| 1.2.0+mod | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | fabric, forge, quilt | 1 декабря 2023 г. | .jar (41 КБ) |
| 1.2.0 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | datapack | 1 декабря 2023 г. | .jar (18 КБ) |
| 1.1.1+mod | Релиз | 1.19.3, 1.19.4, 1.20, 1.20.1 | fabric, forge, quilt | 23 августа 2023 г. | .jar (37 КБ) |
| 1.1.1 | Релиз | 1.19.3, 1.19.4, 1.20, 1.20.1 | datapack | 21 июля 2023 г. | .jar (17 КБ) |
Ченджлог
1.3.0+modРелиз1.21.9, 1.21.10, 1.21.11 · 12 марта 2026 г.
Version 1.3.0 Changes
Ore Size Changes
- Increased size of buried coal blobs from 20 -> 32
- Increased size of buried diamond blobs from 16 -> 32
- Increased size of large diamond blobs from 16 -> 24
- Increased size of small diamond blobs from 8 -> 12
- Increased size of emerald blobs from 3 -> 10
- Made emerald ore generate in scattered clusters like ancient debris
- Increased size of quartz blobs from 16 -> 22
- Increased size of redstone blobs from 16 -> 20
- Decreased size of large ancient debris blobs from 12 -> 8
Ore Generation changes
Provided numbers represent average blobs per chunk
- Increased lower coal generation from 0.6 -> 6
- Increased upper coal generation from 2 -> 10
- Increased large copper generation from 0.3 -> 3
- Increased copper generation from 0.4 -> 5
- Decreased emerald generation from 100 -> 40
- Increased lower gold generation from 0.3 -> 0.7
- Increased gold generation from 0.6 -> 0.8
- Increased lower redstone generation from 0.4 -> 1
- Increased redstone generation from 0.3 -> 0.8
- Increased nether quartz generation from 3 -> 4
- Decreased small iron generation from 5 -> 1
- Increased upper iron generation from 1 -> 40
- Decreased middle iron generation from 0.4 -> 3
1.3.0Релиз1.21.9, 1.21.10, 1.21.11 · 12 марта 2026 г.
Version 1.3.0 Changes
Ore Size Changes
- Increased size of buried coal blobs from 20 -> 32
- Increased size of buried diamond blobs from 16 -> 32
- Increased size of large diamond blobs from 16 -> 24
- Increased size of small diamond blobs from 8 -> 12
- Increased size of emerald blobs from 3 -> 10
- Made emerald ore generate in scattered clusters like ancient debris
- Increased size of quartz blobs from 16 -> 22
- Increased size of redstone blobs from 16 -> 20
- Decreased size of large ancient debris blobs from 12 -> 8
Ore Generation changes
Provided numbers represent average blobs per chunk
- Increased lower coal generation from 0.6 -> 6
- Increased upper coal generation from 2 -> 10
- Increased large copper generation from 0.3 -> 3
- Increased copper generation from 0.4 -> 5
- Decreased emerald generation from 100 -> 40
- Increased lower gold generation from 0.3 -> 0.7
- Increased gold generation from 0.6 -> 0.8
- Increased lower redstone generation from 0.4 -> 1
- Increased redstone generation from 0.3 -> 0.8
- Increased nether quartz generation from 3 -> 4
- Decreased small iron generation from 5 -> 1
- Increased upper iron generation from 1 -> 40
- Decreased middle iron generation from 0.4 -> 3
1.2.2+modРелиз1.20.5, 1.20.6, 1.21 · 13 июня 2024 г.
- Added support for 1.20.5 to 1.21
1.2.2Релиз1.20.5, 1.20.6, 1.21 · 13 июня 2024 г.
- Added support for 1.20.5 to 1.21
1.2.1+modРелиз1.20.2, 1.20.3, 1.20.4 · 3 января 2024 г.
Fixes
- Doubled the generation of basic ores so they're not as rare as diamonds
1.2.1Релиз1.20.2, 1.20.3, 1.20.4 · 3 января 2024 г.
Fixes
- Doubled the generation of basic ores so they're not as rare as diamonds
1.2.0+modРелиз1.20.2, 1.20.3, 1.20.4 · 1 декабря 2023 г.
Various balancing Changes
- Decreased Iron Ore generation
- Decreased Gold Ore generation
- Decreased Copper Ore generation
1.2.0Релиз1.20.2, 1.20.3, 1.20.4 · 1 декабря 2023 г.
Various balancing Changes
- Decreased Iron Ore generation
- Decreased Gold Ore generation
- Decreased Copper Ore generation
Полная история изменений — на Modrinth.
Комментарии
Загружаем…