Make weapons configurable just like payload
andryqx opened this issue ยท 5 comments
Can you make weapons configurable like payloads? Then you won't have issues with comptability, because players will be able to add new weapon types for shooter without your help.
Example format:
{
"item": "mod_id:bullet_id",
"projectile": "mod_id:projectile_entity_id",
"projectile_nbt": "{nbt:}"
}
i actually strongly believe this is the better solution over adding compatibility with modded explosives, as players can just go to the config and add the projectile and all that. great idea.
It doesn't seem like anyone actually bothers to add new payload with the current system so I assume it would be the same for the projectiles, unless I'm wrong?
It doesn't seem like anyone actually bothers to add new payload with the current system so I assume it would be the same for the projectiles, unless I'm wrong?
i'm making server and that would be nice thing which you could implement to the mod for server/modpack creators and for mod creators to implement their projectiles compatibility