#Vein Dimension Marker & Fluid Vein Problems
49 messages · Page 1 of 1 (latest)
// 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?
this
use probejs
type vein.
it'll show all the options
it's vein.dimensions now
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
I could imagine that you could add a model for it with a json
oh uh no, whats that?
ah ok
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
does this not do the displayed thing?
nah thats for targeting the block in which the ores spawn
dimension*
above it
I give this a try