Issues with kubejs and fluid extracting
SkarKorlan13 opened this issue ยท 3 comments
2 issues:
-
The KubeJS function event.recipes.createoreexcavation.extracting() doesn't seem to work. I copied and pasted the example code from the KubeJS section on the github and it doesn't create a recipe in the fluid extracting section in JEI. I used event.custom() and got it working so I'm guessing there's an error in the KubeJS extracting() function.
-
Even though my event.custom() function shows a fluid extracting recipe in JEI it doesn't seem to actually spawn it in world. I looked around with the Ore Vein Finder for a few minutes, didn't find it, increased the weight to 100, didn't find it, increased to 10000, and I still can't find it. I also couldn't find the built-in water vein while searching. The item drilling recipes work perfectly in every way. No issues there.
KubeJS 6 changed the syntax, see: https://mods.latvian.dev/books/kubejs/page/migrating-to-kubejs-6
With "ServerEvents.recipes(event => {" it works
The biome whitelist and blacklist tags need to be minecraft:is-{dimention} not forge.