[Mod] GT6NEIOrePlugin (Show informations of GT6 vein in NEI)

Thank you for reply!
To tell the truth, I only know JavaScript, and I didn’t know Java at all lol.
(It seems I can’t post URL so remove h :sweat_smile:)

This mod gets WorldgenObject from List<WorldgenObject>
https://git.gregtech.overminddl1.com/GregTech-6/GT6/src/branch/master/src/main/java/gregapi/data/CS.java

It’s seems that it contains WorldgenOresLarge (vein info)
https://git.gregtech.overminddl1.com/GregTech-6/GT6/src/branch/master/src/main/java/gregapi/worldgen/WorldgenOresLarge.java

I think List<WorldgenObject>... aLists means the dimension list where this vein generates, but I don’t know how to get this info. ; ;

I don’t know vein generation setting in config file too, for example, if I want to generate GT vein in Titan@Extra Planets, do I need to write this?(Is it impossible?)

dim { 
   B:Titan_true=true
}

But there isn’t this custom dimension WorldgenOresLarge info in CS.java, so this mod doesn’t work. ; ;

Modding is too difficult for me, I really respect modders :joy:

2 Likes