-
Custom Main Menu
-
Fancy Block Particles
-
Dynamic Surroundings
-
Sound Filters
credits to kasrarouhi
WARNING: This is the short version of the guide. It is recommended to use the full version.
-
Download Acode Editor, ZArchiver and RAR from the Google Play Store if you haven’t already.
-
Download the BTW Installer.
-
Go into PojavLauncher, execute the .jar and install it.
-
Launch the game (should crash that’s normal).
-
Check the .jar in ".minecraft/versions/cursed-fabric-btw-version-name". If it doesn’t have 5MB, it is corrupted. You must replace it with the vanilla 1.5.2 .jar and name it "cursed-fabric-btw-version-name.jar".
-
The long guide explains it better (with screenshots).
Create a new 1.5.2-custom version by copying the vanilla version and renaming the files inside that directory, then remove
client
downloads, change theid
to 1.5.2-custom, changemainClass
fromnet.minecraft.launchwrapper.Launch
tonet.minecraft.client.Minecraft
, then remove theasm-all
dependency downloads. -
The long guide explains it better (with screenshots).
To fix your username, add
"minecraftArguments": "--assetsDir ${assets_root} --username $ {auth_player_name} --session ${auth_session}",
to your cursed-fabric-loader-btw-version-name.json. -
Download the BTW Mod .jar and put the .jar in the mods folder.
-
Now we have to patch a Cursed Fabric .jar that's located in "/.minecraft/libraries/com/github/minecraft-cursed-legacy/cursed-fabric-loader/btw-version-name/cursed-fabric-loader-btw-version-name.jar".
Download this file: AppletMain not running into your downloads folder, then grab the patched AppletMain file from here and copy it into this location: "/net/fabricmc/loader/entrypoint/applet/AppletMain.class" (inside of the unpatched .jar file using RAR).
-
Grab the patched .jar file and replace the old one inside of "/.minecraft/libraries/com/github/minecraft-cursed-legacy/cursed-fabric-loader/btw-version-name/cursed-fabric-loader-btw-version-name.jar". Please be sure that it has the same name as the original .jar file.
-
Done, launch the game.
credits to GaucovyAero and ItAnthon
As of 2024/09/09, there is no way to run VS2 on Android in Singleplayer, so your only option is to join a VS2 server. You can host a server capable of running VS2 on Android inside Termux, but it's not very easy to setup.
There's a script created by sa1672ndo that automates this entire process to make the installation easier.
The script can be found here.
credits to sa1672ndo