Description
GroundOres adds new surface type of ores that drops nuggets when broken.
Mod is fully customizable via config file.
At this moment it adds only surface type of Vanilla ores
Screenshots:



Config:
# Configuration file
general {
# Multiplier for all surface ores spawn (higher = lower spawnratio). Default: 1.00
D:"All ores spawn chance multiplier"=1.0
# Max item drop ammount from surface ore. Default: 5
I:"Maximum coal nugget drop ammount"=5
# Max item drop ammount from surface ore. Default: 2
I:"Maximum diamond nugget drop ammount"=2
# Max item drop ammount from surface ore. Default: 2
I:"Maximum emerald nugget drop ammount"=2
# Max item drop ammount from surface ore. Default: 4
I:"Maximum gold nugget drop ammount"=4
# Max item drop ammount from surface ore. Default: 5
I:"Maximum iron nugget drop ammount"=5
# Max item drop ammount from surface ore. Default: 7
I:"Maximum lapis nugget drop ammount"=7
# Max item drop ammount from surface ore. Default: 7
I:"Maximum redstone nugget drop ammount"=7
# Max size of surface ore. It will be generated randomly from size = 1 to size = this value. Default: 15
I:"Maximum size of surface coal ore"=15
# Max size of surface ore. It will be generated randomly from size = 1 to size = this value. Default: 7
I:"Maximum size of surface diamond ore"=7
# Max size of surface ore. It will be generated randomly from size = 1 to size = this value. Default: 5
I:"Maximum size of surface emerald ore"=5
# Max size of surface ore. It will be generated randomly from size = 1 to size = this value. Default: 9
I:"Maximum size of surface gold ore"=9
# Max size of surface ore. It will be generated randomly from size = 1 to size = this value. Default: 9
I:"Maximum size of surface iron ore"=9
# Max size of surface ore. It will be generated randomly from size = 1 to size = this value. Default: 14
I:"Maximum size of surface lapis ore"=14
# Max size of surface ore. It will be generated randomly from size = 1 to size = this value. Default: 13
I:"Maximum size of surface redstone ore"=13
# Min item drop ammount from surface ore. Default: 2
I:"Minimum coal nugget drop ammount"=2
# Min item drop ammount from surface ore. Default: 1
I:"Minimum diamond nugget drop ammount"=1
# Min item drop ammount from surface ore. Default: 1
I:"Minimum emerald nugget drop ammount"=1
# Min item drop ammount from surface ore. Default: 1
I:"Minimum gold nugget drop ammount"=1
# Min item drop ammount from surface ore. Default: 2
I:"Minimum iron nugget drop ammount"=2
# Min item drop ammount from surface ore. Default: 3
I:"Minimum lapis nugget drop ammount"=3
# Min item drop ammount from surface ore. Default: 2
I:"Minimum redstone nugget drop ammount"=2
# Generates ores 50 blocks higher for better debugging of spawn rarity and size. Default: false
B:"Ore placing debug mode"=false
# Allows you to define what blocks can be replaced when generating surface ores. Default: minecraft:stone, minecraft:dirt, minecraft:grass, minecraft:gravel, minecraft:sand, minecraft:snow, minecraft:mycelium
S:"Replacable blocks" <
minecraft:stone
minecraft:dirt
minecraft:grass
minecraft:gravel
minecraft:sand
minecraft:snow
minecraft:mycelium
>
# Default: false
B:"Spawn surface emerald ore everywhere"=false
# Bigger value = more rare ore (If randomly generated value from 0 to this value = 0, ore will be spawned). Default: 120
I:"Surface coal ore spawn chance"=120
# Bigger value = more rare ore (If randomly generated value from 0 to this value = 0, ore will be spawned). Default: 400
I:"Surface diamond ore spawn chance"=400
# Bigger value = more rare ore (If randomly generated value from 0 to this value = 0, ore will be spawned). Default: 170
I:"Surface emerald ore spawn chance"=170
# Bigger value = more rare ore (If randomly generated value from 0 to this value = 0, ore will be spawned). Default: 200
I:"Surface gold ore spawn chance"=200
# Bigger value = more rare ore (If randomly generated value from 0 to this value = 0, ore will be spawned). Default: 150
I:"Surface iron ore spawn chance"=150
# Bigger value = more rare ore (If randomly generated value from 0 to this value = 0, ore will be spawned). Default: 130
I:"Surface lapis ore spawn chance"=130
# Bigger value = more rare ore (If randomly generated value from 0 to this value = 0, ore will be spawned). Default: 130
I:"Surface redstone ore spawn chance"=130
}
Try out my other mods:
- Simple Flashlight Port
- World Defender
- VPN Blocker
- DGWeapons
Or join to my Discord server: https://discord.gg/JAgyak99mt
This mod can be used without problems on a public Minecraft server.


