Larger Ore Veins: Deluxe
A datapack combining all editions of Larger Ore Veins into one
About this Mod
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.
Available Versions
How to Install Larger Ore Veins: Deluxe on Your Server
Order Server
Order a Minecraft Java server with at least 4 GB RAM (6 GB recommended).
Set datapack Loader
In the panel under "Egg", select the datapack loader and matching Minecraft version (1.21.11).
Install Mod
Open the mod browser in the dashboard and search for "Larger Ore Veins: Deluxe". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.11, 1.21.10, 1.21.9 (+79 more)
Server-side
✓ RequiredRecommended RAM
6 GB(min. 4 GB)Frequently Asked Questions
Larger Ore Veins: Deluxe server crashes on startup – what to do?
Most common cause: wrong datapack version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 4 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.
Is Larger Ore Veins: Deluxe compatible with datapack and fabric and forge and neoforge and quilt?
Larger Ore Veins: Deluxe officially supports datapack, fabric, forge, neoforge, quilt for Minecraft 1.21.11, 1.21.10, 1.21.9. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Larger Ore Veins: Deluxe – how to optimize performance?
Recommended RAM: 6 GB (per 5 players). Use /spark profiler to check if Larger Ore Veins: Deluxe consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Larger Ore Veins: Deluxe with just one click on your server.
Details
- License
- Creative Commons Attribution Non Commercial Share Alike 4.0 International
- Server-side
- Required