Skip to content

Conversation

@a-tour-ist
Copy link
Contributor

@a-tour-ist a-tour-ist commented Jul 5, 2025

fixes #40

There are still some mods in this modpack that don't depend on moremesecons_utils because they don't use anything of the form moremesecons.*. But IMO it would be good to still have this dependencies to avoid possible crashes in the future... Should I add these?

I looked for other unsatisfied dependencies and found a default (commit 2).

@SmallJoker
Copy link
Member

SmallJoker commented Jul 14, 2025

it would be good to still have this dependencies to avoid possible crashes in the future

The dependency should be added as soon as such API functions and registrations are needed at load-time. Adding too many dependencies can result in a circle, which cannot be resolved. This can happen on servers which have many different (yet compatible) mods installed.
However, in this case you're depending on the own modpack's mods (controllable in this repo) and default (few to no dependencies). Whereas I am not a fan of this, I currently do not see any technical issue there.

Will merge in a few days unless there are objections.

@SmallJoker SmallJoker merged commit 52fc535 into minetest-mods:master Jul 17, 2025
1 check passed
@a-tour-ist a-tour-ist deleted the add_missing_dependency branch November 11, 2025 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing dependencies on moremesecons_utils for moremesecons_adjustable_player_detector and moremesecons_entity_detector

2 participants