Add sulfur and lead, and make them generate

This commit is contained in:
Novatux
2015-02-22 12:42:46 +01:00
parent 4b179821d3
commit 3eefa2f181
12 changed files with 139 additions and 7 deletions

View File

@ -48,6 +48,21 @@ mg.register_ore({
numperblock = 2
})
mg.register_ore({
name = "technic:mineral_lead",
wherein = "default:stone",
seeddiff = 13,
maxvdistance = 10.5,
maxheight = 16,
seglenghtn = 15,
seglenghtdev = 6,
segincln = 0,
segincldev = 0.6,
turnangle = 57,
forkturnangle = 57,
numperblock = 3
})
if technic.config:get_bool("enable_granite_generation") then
mg.register_ore_sheet({
name = "technic:granite",