przemykomo / simple-planes

Planes mod for minecraft forge.
GNU Lesser General Public License v3.0
28 stars 26 forks source link

Make weapons configurable just like payload #197

Open andryqx opened 3 months ago

andryqx commented 3 months ago

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:}" }

Comm-GT commented 3 months ago

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.

przemykomo commented 3 months ago

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?

andryqx commented 2 months ago

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

andryqx commented 1 month ago

so do you mind about it?