Skip to content

Commit

Permalink
Merge pull request #10 from atashi764/main
Browse files Browse the repository at this point in the history
typo and refine
  • Loading branch information
mcbegamerxx954 authored Jun 30, 2024
2 parents 3824089 + 40ce9e9 commit 13ccd15
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
Please report any bugs you find in this repo.

## Known Bugs
- Crashes on some devices
- Might need you to get out and then back into minecraft while in a world for shaders to work
- Crashes on some devices.
- Might need you to get out and then back into minecraft while in a world for shaders to work.
- Shader may not load properly on some Android versions under certain scenario.

# Draco injector
A tool to inject into any Minecraft render dragon apk the ability to load shaders from global resourcepacks (It can't load shader resourcepacks from realms,servers and worlds, but if you add a shader resource pack on global resource packs list the shader you added works on all of those)
# Draco Injector
A tool to inject into any Minecraft render dragon apk the ability to load shaders from global resourcepacks (It can't load shader resourcepacks from realms, servers and worlds, but if you add a shader resource pack on global resource packs list the shader you added works on all of those)

> [!NOTE]
> This injector requires internet connection and utilizes this [repo](https://github.com/mcbegamerxx954/mcbe_shader_redirector).
Expand All @@ -22,22 +23,19 @@ A tool to inject into any Minecraft render dragon apk the ability to load shader
![help](https://github.com/mcbegamerxx954/draco-injector/assets/154642722/17e34bc1-0025-4e44-9f78-6ce8447c575b)<br><br>
4. Run the binary in terminal.

<pre><u style="text-decoration-style:single"><b>Options:</b></u>
<b>-a</b>, <b>--appname</b> &lt;APPNAME&gt; New app name [default: &quot;Minecraft Patched(whar)&quot;]
<b>-p</b>, <b>--pkgname</b> &lt;PKGNAME&gt; New package name(optional)
<b>-o</b>, <b>--output</b> &lt;OUTPUT&gt; Output path
<b>-h</b>, <b>--help</b> Print help
<b>-V</b>, <b>--version</b> Print version</pre>


```injector <APK> -a <APPNAME> -p <PKGNAME> -o <OUTPUT>```
<br><br>

### Example command:
```
./injector Minecraft_1.20.73.01_arm-v8a_noMusic_972007501.apk -a HelloWorld -p com.moyang.minecraftpe -o HelloWorld.apk
```
During the process you will be asked whether to keep vanilla music or not. You can confirm your choice either by typing Y or N and enter.
`For Windows you don't have to add ./`<br>
<br>
<s>During the process you will be asked whether to keep vanilla music or not. You can confirm your choice either by typing Y or N and enter.</s>
_Removed music removal feature in a recent release._

This command selects the file named ```Minecraft_1.20.73.01_arm-v8a_noMusic_972007501.apk``` as input. Sets it's name to HelloWorld (shown in app list) and package id to ```com.moyang.minecraftpe``` and stores the output in the same directory as injector named ```HelloWorld.apk```.<br><br>
> This command selects the file named ```Minecraft_1.20.73.01_arm-v8a_noMusic_972007501.apk``` as input. Sets it's name to HelloWorld (shown in app list) and package id to ```com.moyang.minecraftpe``` and stores the output in the same directory as injector named ```HelloWorld.apk```.<br><br>
![image](https://github.com/atashi764/draco-injector/assets/40156662/e8919c22-d50f-4260-9871-cdc102a3dc22)

0 comments on commit 13ccd15

Please sign in to comment.