diff options
| author | Trial97 <alexandru.tripon97@gmail.com> | 2024-03-27 12:30:06 +0200 |
|---|---|---|
| committer | Trial97 <alexandru.tripon97@gmail.com> | 2024-03-27 12:30:06 +0200 |
| commit | 74fddd3673b50bc3d0c0b4ff6854193240eaa067 (patch) | |
| tree | 6465ef36f2f564fc01422458dd8a1266ce7cfe7f /meta | |
| parent | bec6650d02d8fff7da4f59185667dd8a2ac19861 (diff) | |
| download | Project-Tick-74fddd3673b50bc3d0c0b4ff6854193240eaa067.tar.gz Project-Tick-74fddd3673b50bc3d0c0b4ff6854193240eaa067.zip | |
Added supported features to not polute traits
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/model/mojang.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/model/mojang.py b/meta/model/mojang.py index d54b7f9851..221f8e074e 100644 --- a/meta/model/mojang.py +++ b/meta/model/mojang.py @@ -18,6 +18,7 @@ SUPPORTED_LAUNCHER_VERSION = 21 SUPPORTED_COMPLIANCE_LEVEL = 1 DEFAULT_JAVA_MAJOR = 8 # By default, we should recommend Java 8 if we don't know better COMPATIBLE_JAVA_MAPPINGS = {16: [17]} +SUPPORTED_FEATURES = ["is_quick_play_multiplayer"] """ Mojang index files look like this: |
