Excavated Variants

Excavated Variants

3M Downloads

[forge 1.20.1] KubeJS ore has no textures

DaddySpin opened this issue ยท 4 comments

commented

forge 1.20.1
I have made a custom ore with kubejs and when i try and create variants for it nothing will show up in EMI/JEI or when using the give command. i have it tagged properly and excavated variants even gave the ore its own tags.
image

variant script
kubejs.json5.txt

Also this is my kubejs script that is giving it all the correct tags.
image

commented

Well i figured out why it wasnt working to generate anything and it was because of a duplicate file with a different namespace, but now i have the issue of none of them having any textures. is there anything on my end i can do to fix this?

image

commented

Here is the log file also
latest.log

commented

Thank you for providing so much information! I will take a look at this when I get the chance.

commented

So my custom ore requires a netherite pickaxe to mine it but the variants dont, how would i make all the variants inherit the tag forge:needs_netherite_tool?