#Are there's a way to use custom material in custom ore veins?

102 messages · Page 1 of 1 (latest)

worthy swan
#

i already tried to use ".oreBlock(GTMaterials.calorite, 4)" in vein generator, not working.

worthy swan
#

ples help am starven

errant jetty
#

.oreBlock('carolite','4) should? Work

worthy swan
errant jetty
#

oh, do .weight(4).mat('carolite').size(2, 4)

#

for example

#

wait, what kind of vein actually

worthy swan
#

are the veined generator should work like that ?

errant jetty
#

that doesn't look like veined

worthy swan
errant jetty
#

for one, add a height range to it

#
  1. maxRichnessTreshold needs to be lower
#

minRichness and maxRichness should be higher

#

edgeRoundoffBegin should be like, 3

worthy swan
#

or i dont get it

errant jetty
#

No

#

Add it before generator
Like .heightRangeUniform(10, 90)

#

Then it's automatically added to the generator

worthy swan
#

oh ty

worthy swan
errant jetty
#

Try changing the parameters to be like GT's

#

Oh also have you been generating new chunks every time?

worthy swan
#

to test out your recomendations

worthy swan
errant jetty
#

GTOres in the source code

#

Also is this in a custom stone type?

#

If so, you need to register a new tag prefix for it

worthy swan
#

how can i do it

errant jetty
#

Wiki should have it iirc

worthy swan
worthy swan
errant jetty
#

first of all, Calorite is capitalized

#

that's wrong

#

second, what does your tag prefix look like?

worthy swan
worthy swan
errant jetty
worthy swan
errant jetty
#

what's the error?

worthy swan
errant jetty
#

can I see the log

worthy swan
worthy swan
errant jetty
#

and your ore?

#

and the material script as well?

errant jetty
worthy swan
errant jetty
#

well

#

the material in your ore script is Calorite, whilst the material id is calorite

worthy swan
#

wait a sec

worthy swan
worthy swan
errant jetty
#

are you sure it doesn't generate?

#

oh

#

the layer's targets can only be EITHER a tag OR a list of blocks

#

not both

worthy swan
errant jetty
#

yes

worthy swan
#

or block in first and in second

#

yes?

errant jetty
#

no

#

you can only have one of them

#

in the .targets call

#

you can either have A SINGLE TAG #tag or MULTIPLE BLOCKS 'block_1', 'block_2'

worthy swan
#

then why is it not mentioned on the wiki

#

ok ill try it wait a sec

errant jetty
#

enable debugWorldgen in the GT config

#

fly around for a while

#

check debug.log

worthy swan
#

okay wait a sec

worthy swan
errant jetty
#

what launcher are you using

worthy swan
#

curseforge

errant jetty
#

you need to enable the debug.log in curseforge settings

worthy swan
#

oh sounds like curseforge is idiot launcher

worthy swan
worthy swan
errant jetty
#

it sure has tried to place the veins

worthy swan
#

ye i see

worthy swan
timber basalt
#

also stop coding in like notepad++

#

Use vscode and probejs

#

Kubejs is painful without probe autocompletions

worthy swan
timber basalt
#

💀

#

gl

worthy swan
#

ye ty

timber basalt
#

doing kube without probe is suffering candy_corn_holding_back_tears

worthy swan
#

im doing good without probe

worthy swan
timber basalt
#

just put the custom material name??

#

look at cosmic frontiers

#

GTMaterials.materialname

#

as your vein thing