Skip to content

Commit e4e3d9f

Browse files
committed
fix: make cancel button match export button and update readme.md
1 parent 1bbebcc commit e4e3d9f

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Copper is a fork of [Amethyst](https://github.com/AngelAuraMC/Amethyst-Android)
3636

3737
## Introduction
3838

39-
* Copper is a Minecraft: Java Edition launcher for Android based on [Boardwalk](https://github.com/zhuowei/Boardwalk) and [PojavLauncher](https://github.com/PojavLauncherTeam/PojavLauncher)
40-
* This launcher can launch almost all available Minecraft versions ranging from rd-132211 to 1.21 snapshots (including Combat Test versions)
39+
* Copper is a Minecraft: Java Edition launcher for Android based on [Boardwalk](https://github.com/zhuowei/Boardwalk), [PojavLauncher](https://github.com/PojavLauncherTeam/PojavLauncher) and [Amethyst Launcher](https://github.com/AngelAuraMC/Amethyst-Android).
40+
* This launcher can launch almost all available Minecraft versions ranging from rd-132211 to 26.x snapshots (including Combat Test versions)
4141
* Modding via Forge and Fabric are also supported.
4242
* This repository contains source code for Android.
4343

@@ -87,7 +87,9 @@ If you need more control over the build process, follow these steps:
8787

8888
* [x] New UI
8989
* [x] Bug Fixes
90-
* [ ] Fix GL4ES and KW in older versions
90+
* [x] Fix GL4ES and KW in older versions
91+
* [x] Add Modpack export
92+
* [x] Add mclo.gs
9193
* [ ] Add More Renders
9294

9395

@@ -127,6 +129,7 @@ Copper is licensed under [GNU LGPLv3](https://github.com/CopperLauncher/Copper-A
127129
* [SDL3](https://github.com/libsdl-org/SDL): [zlib License](https://github.com/libsdl-org/SDL/blob/main/LICENSE.txt)
128130
* [sdl2-compat](https://github.com/libsdl-org/sdl2-compat): [zlib License](https://github.com/libsdl-org/sdl2-compat/blob/main/LICENSE.txt)
129131
* Thanks to [MCHeads](https://mc-heads.net) for providing Minecraft avatars.
132+
* Thanks to [Modrinth](https://api.modrinth.com/), [CurseForge](https://docs.curseforge.com/rest-api/) and [McLo.gs](https://api.mclo.gs) for providing us the free API's.
130133

131134
## Roadmap
132135

app_pojavlauncher/src/main/res/layout/dialog_export_mrpack.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
android:layout_height="wrap_content"
127127
android:orientation="horizontal">
128128

129-
<Button
129+
<com.kdt.mcgui.MineButton
130130
android:id="@+id/export_mrpack_cancel_button"
131131
android:layout_width="0dp"
132132
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)