mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 03:31:03 -04:00
add is_quick_play_singleplayer trait
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
395ca19ee4
commit
b25375f23a
@ -22,7 +22,7 @@ DEFAULT_JAVA_NAME = (
|
||||
"jre-legacy" # By default, we should recommend Java 8 if we don't know better
|
||||
)
|
||||
COMPATIBLE_JAVA_MAPPINGS = {16: [17]}
|
||||
SUPPORTED_FEATURES = ["is_quick_play_multiplayer"]
|
||||
SUPPORTED_FEATURES = ["is_quick_play_multiplayer", "is_quick_play_singleplayer"]
|
||||
|
||||
"""
|
||||
Mojang index files look like this:
|
||||
|
Loading…
x
Reference in New Issue
Block a user