addonscript-spec/docs/concepts/instance.md
Timo Ley a9dfcb7575
All checks were successful
continuous-integration/drone/pr Build is passing
Flags overhaul
2022-09-03 21:23:53 +02:00

949 B

Instance addons

Instance addons represent instances of Minecraft itself, while non-instance addons have to be installed into an existing instance of Minecraft. An instance addon requires a launch configuration for each side for which it is available. This means, that an instance addon must have exactly one file or relation for each side, which has the launch flag flag. A file can not have this flag on both sides, since the file type is different for each side, while a relation may have it on both sides, as long as the related addon is itself an instance addon for both sides.

Instance addons as relations

If an instance addon is a relation of another instance addon, each side of that relation requires to have at least one of the flags included, launch or incompatible. Non-instance addons may have instance addons as relations without this restrictions.