ChloePrime / AAAParticles

Effekseer loader on Minecraft 1.18+
MIT License
14 stars 6 forks source link

ParticleEmitterInfo needs Vec3 but I only have Vec3d #3

Closed alice-1g closed 8 months ago

alice-1g commented 8 months ago

image

image

alice-1g commented 8 months ago

I also cant just create a new Vec3 because my IDE doesnt know what a Vec3 is image

ChloePrime commented 8 months ago

This project uses Mojang mapping, you are using Yarn mapping.

alice-1g commented 8 months ago

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)

ChloePrime commented 8 months ago

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

alice-1g commented 8 months ago

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!!