Skip to content

Commit

Permalink
Added Bedrock Netease path (#1084)
Browse files Browse the repository at this point in the history
* Added Bedrock Netease path

* Reformatted

* Added missing comma
  • Loading branch information
gentlegiantJGC authored Aug 6, 2024
1 parent 0b0bf57 commit 7370cc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions amulet_map_editor/api/wx/ui/select_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"com.mojang",
"minecraftWorlds",
)
minecraft_world_paths[lang.get("world.bedrock_netease")] = os.path.join(
os.getenv("APPDATA"),
"MinecraftPE_Netease",
"minecraftWorlds",
)
elif platform == "darwin":
minecraft_world_paths[lang.get("world.java_platform")] = os.path.join(
os.path.expanduser("~"), "Library", "Application Support", "minecraft", "saves"
Expand Down
1 change: 1 addition & 0 deletions amulet_map_editor/lang/en.lang
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ world.java_platform=Java
world.bedrock_platform=Bedrock
world.bedrock_education_store=Education Edition (Store)
world.bedrock_education_desktop=Education Edition (Desktop)
world.bedrock_netease=Bedrock (Netease)
world.close_world=Close World

# Menu bar
Expand Down

0 comments on commit 7370cc8

Please sign in to comment.