This website requires JavaScript.
Explore
Help
Sign In
sztest
/
nodecore-cd2025
Watch
1
Star
0
Fork
0
You've already forked nodecore-cd2025
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
nodecore-cd2025
/
mods
/
nc_scaling
/
mod.conf
3 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
NC API dependency simplification. Treat all API mods as a "layer", and use the new nc_api_all registration to indicate that a mod depends on the NC API (which ALL NC mods assume they do). This means that each non-API mod does not need to worry about which API mods it really needs and which it does not, nor will they need to be updated for any internal API restructures. This is a game, not a modpack, so all mods will be loaded anyway, and we only care about order. That means that we don't really need to worry about having excess dependencies because any mod we don't actually need will be needed by something that's loaded anyway. If somebody wants to reuse a component elsewhere, they're likely to need to do some work to untangle it anyway, because of the amount that NodeCore mechanics interact and interdepend.
2020-01-05 12:59:12 -05:00
depends = nc_api_all, nc_player_hand
Set name in mod.conf as demanded by 5.5+
2021-03-01 20:10:27 -05:00
name = nc_scaling
Reference in New Issue
Copy Permalink