Create Ore Excavation

Create Ore Excavation

8M Downloads

Failed at adding a new vein, with added requirement of a dimension

PeggyPenguin opened this issue ยท 1 comments

commented

Hi so i am trying to add in veins to incorporate materials from Divine RPG, and i keep running into an error.
image

below is my code that is causing that error. I got it to work once.

event.recipes.createoreexcavation.vein('{"text": "Eden Vein"}', 'divinerpg:eden_ore').placement(1024, 128, 6894685).biomeWhitelist('forge:is_eden').id("kubejs:eden_vein");
event.recipes.createoreexcavation.drilling('divinerpg:eden_fragments', 'kubejs:eden_vein', 1200).priority(1).id("kubejs:eden_vein");

this is my 1st time using kubejs, but i followed your examples and cant seem to make it work. Any help would be appreciated.

commented

Fixed by changing the drilling id to something different than the vein id.