Closed alice-1g closed 8 months ago
I also cant just create a new Vec3 because my IDE doesnt know what a Vec3 is
This project uses Mojang mapping, you are using Yarn mapping.
would there be any way to use both? because if not i'd need rewrite my whole mod just to have compat with this api. (and other apis would probably not work with that anymore, because they also use yarn mappings)
would there be any way to use both? because if not i'd need rewrite my whole mod just to have compat with this api. (and other apis would probably not work with that anymore, because they also use yarn mappings)
Don't use the source code in your dependency, use only the mod jar (flatDir or cursemaven or modrinth maven) and use fg.deobf()
or modImplementation
to decompile it
ok, i got it. it wasnt the apis fault. but the versions for fabric and forge are called the same. so it downloaded the forge version instead of the fabric one!
thank you for making this api, you really did a great job!!