tom5454 / Create-Ore-Excavation

Extract resources using machines powered by Rotational Force
https://www.curseforge.com/minecraft/mc-mods/create-ore-excavation
MIT License
18 stars 21 forks source link

Can't seem to find added vein #67

Closed Alexstool closed 10 months ago

Alexstool commented 10 months ago

So i just coded a new vein in kubejs for ancient debris, which should spawn in the nether. It appears in game as one of the veins the machine can drill, but I feel like I've just spent an hour exploring thousands of chunks and didn't find it. Is it normal for it to be rare ? Did I forget smth ? How can I (if possible) find a vein faster ?

tom5454 commented 10 months ago

If you are on 1.20 you can use /coe locate <id> command. You have to adjust the spawning properties to change it's rarity (increasing the spawning weight value on 1.19 or older, or tweaking the .placement(<spacing>, <separation>, <seed>) values on 1.20)

Alexstool commented 10 months ago

thank you ! I changed the separation and placement value and they seemed to appear much more often