Not an issue but a question rather
Kuktar opened this issue ยท 1 comments
Ok so im not really sure how to do this. I want to minimize the amount of black quartz ore that spawns. At the moment inside the acctualy addtions cfg i have the options for black quartz set to false.
If it helps at all i have supported on patreon (i only do 1 time payments but there larger) :P
i really love this mod and really want my MP server to be perfect.
I am using mmd orespawn and here is my black quartsz entry. With this entry the server starts and prepares the spawn area. The only issue is that no black quartz gets created
{
"blockID":"actuallyadditions:blockMisc3",
"size":2,
"variation":3,
"frequency":2,
"minHeight":44,
"maxHeight":64,
"biomes":[
]
i also tried this, it resulted in a crash.
{
"blockID":"actuallyadditions:blockMisc",
"meta":3,
"size":2,
"variation":3,
"frequency":2,
"minHeight":44,
"maxHeight":64,
"biomes":[
]
here is what another mods ore that works just fine is.
{
"blockID":"bigreactors:brOre",
"size":5,
"variation":2,
"frequency":4,
"minHeight":5,
"maxHeight":42,
"biomes":[
]
},
That is yellowrite for big reactors(extreme reactors).