-
Notifications
You must be signed in to change notification settings - Fork 1
Using Modular Assemblies
Aristeas edited this page Apr 20, 2024
·
4 revisions
On its own, Modular Assemblies doesn't do much - it needs client mods to be able to add functionality.
Using Modular Assemblies is pretty simple - just subscribe to the mod you're using and add it to your world. Modular Assemblies will automatically be added as a dependency.
It does come with some debug commands:
!md help - Lists available commands for Modular Assemblies and its client mods.
!md debug - Displays debug information about visible Assemblies.
Client mods can also add commands, which can be viewed in !md help.