ZsoltMolnarrr / ProjectileDamage

🏹 Generic projectile damage attribute
https://www.curseforge.com/minecraft/mc-mods/projectile-damage-attribute
GNU General Public License v3.0
8 stars 5 forks source link

Jar in Jar, or set as dependency? #2

Closed Andrew6rant closed 2 years ago

Andrew6rant commented 2 years ago

Hello, I'm a mod developer who is planning on using this library in my mod, Tiered. Here is a small showcase of the integration:

image

image

Would you prefer I embed this library in the mod, or should I set it as a dependency?

Thanks!

ZsoltMolnarrr commented 2 years ago

Hello! I am glad you find this mod useful:) Please support the development by not embedding, so my mod gets download revenue too.

Andrew6rant commented 2 years ago

Alright, I will make sure to mark the dependency when I release the mod. Thank you!

Also, I recommend mixing into PersistentProjectileEntity so that your attribute actually does the proper damage. Vanilla Minecraft rounds the values.

My mod, Precise Damage, does this. If you want, you can depend on or embed the mod, or just nab the mixin itself.