#Vein Dimension Marker & Fluid Vein Problems

49 messages · Page 1 of 1 (latest)

manic venture
#

I even tried to just copy from the docs, dont seem to work tho

#
// Moon Fluid Veins
GTCEuServerEvents.fluidVeins(event => {
    event.add('securite:moon_sky_stone_vein', vein => {
        vein.addSpawnDimension('minecraft:overworld')
        vein.fluid(() => Fluid.of('gtceu:liquid_sky_stone').fluid)
        vein.weight(600)
        vein.minimumYield(120)
        vein.maximumYield(720)
        vein.depletionAmount(2)
        vein.depletionChance(1)
        vein.depletedYield(50)
    });
#

or am i missing anything obvious?

quartz vigil
#

They changed some values

#

Or names of functions

manic venture
#

😭

#

ok

quartz vigil
#

this

#

use probejs

#

type vein.

#

it'll show all the options

#

it's vein.dimensions now

manic venture
#

yeah found it

#

probejs is such a saver

#

but is there a way to make custom planet icons perhaps?

#

hmm

#

or planet markers however you wanna call it

quartz vigil
#

uhhh hm

#

hold on

manic venture
#

I could imagine that you could add a model for it with a json

quartz vigil
#

yeah im trying to see

#

are you using monazite??

manic venture
#

oh uh no, whats that?

quartz vigil
#

okay good

#

don't use it

#

it's a mod that was added to the base mod

manic venture
#

ah ok

quartz vigil
#

I think like this?

#

found it in cosmic frontiers code

manic venture
#

nah thats just for the world gen layer for veins

#

its a fairly new feature so i dont think they did it already

#

hmm

#

technically if you add a model but not a item and add it thru kube should it just show?

#

im trying that

quartz vigil
#

does this not do the displayed thing?

manic venture
#

nah thats for targeting the block in which the ores spawn

#

dimension*

#

above it

#

I give this a try

manic venture
#

OHHH