#vein modifying isnt working

14 messages · Page 1 of 1 (latest)

analog cosmos
#

I havent used that feature yet

#

But considering all % things are from 0 to 10000

#

I think vein.density would have to be a int not a float

#

So 25 not 2.5

harsh mist
#

lemme try

#

still dosent work

harsh mist
#


GTCEuServerEvents.oreVeins(event => {
    event.add("gtceuasd/ffscuh", vein => {
        vein.weight(9999)
        vein.density(1.0)
        vein.clusterSize(30)
        vein.layer("netherrack")
        vein.dimensions("minecraft:the_nether")
        vein.heightRangeUniform(0, 120)
        vein.dikeVeinGenerator(generator => generator
            .withBlock(GTMaterials.Cobalt, 2, -40, -30)
            .withBlock(GTMaterials.Nickel, 1, -60, -20)
            .withBlock(GTMaterials.Garnierite, 1, -60, -40)
        )
        vein.surfaceIndicatorGenerator(indicator => indicator
            .surfaceRock(GTMaterials.Nickel)
            .placement("above")
        ) 
    })
})

ive written this custom ore vein but it still dosent spawn

#

i changed it so that it spawns in the end instead, it says in chat that it gets prospected but no ore is visible

#

a

#

holup

#

fixed it

#

nice

#

still dosent explain why modifying the ore vein dosent work tho

analog cosmos
#

Nah