根据不同的 mod 加载器,TouchController 需要如下的前置 mod: Fabric:Fabric API Forge:无前置 NeoForge: 无前置 支持的游戏版本和平台 目前TouchController 支持的 Minecraft 版本和 mod 加载器有: 1.12.2 (Forge) 1.16.5 (Forge, Fabric) 1.20.1 (Forge, Fabric) ...
根据不同的 mod 加载器,TouchController 需要如下的前置 mod: Fabric:Fabric API Forge:无前置 NeoForge: 无前置 支持的游戏版本和平台 目前TouchController 支持的 Minecraft 版本和 mod 加载器有: 1.12.2 (Forge) 1.16.5 (Forge, Fabric) 1.20.1 (Forge, Fabric) ...
I noticed a lack of support for controller for the Java Edition of Minecraft, this is where Controllable comes in. Controllable adds that ability into the game. This mod has been heavily influenced by the controls in the Bedrock Edition of the game, however it is much more configurable (comi...
MidnightControls is a mod which provides controller and touchscreen support in Minecraft: Java Edition. It also includes some Bedrock Edition parity and reach-around features! Features: Controller support Touchscreen support Keyboard controls to look around. ...
Minecraft Java 版触屏控制 Mod. Contribute to fifth-light/TouchController development by creating an account on GitHub.
PojavLauncher is a launcher that allows you to play Minecraft: Java Edition on your Android device! It can run almost every version of Minecraft, allowing you to use .jar only installers to install modloaders such asForgeandFabric, mods likeOptiFineandLabyMod, as well as hack clients likeWur...
Run Minecraft on all versions Run Forge, NeoForge, LiteLoader, OptiFine, Fabric, Quilt and others Java 8, Java 11, Java 17 and Java 21 Mouse Virtual Download Mods, ModPacks, ResourcePacks and Worlds Using Shaders (with VirGL/Zink) Create custom controllers Customizable launcher themes and col...
MinecraftForge.registerConfigScreen { parent -> getConfigScreen(parent) as Screen ModLoadingContext.get().activeContainer.registerExtensionPoint(ConfigScreenFactory::class.java) { ConfigScreenFactory( BiFunction<Minecraft, Screen, Screen> { client, parent -> getConfigScreen(parent) as Screen } ) } ...
Run Minecraft on all versions Run Forge, NeoForge, LiteLoader, OptiFine, Fabric, Quilt and others Java 8, Java 11, Java 17 and Java 21 Mouse Virtual Download Mods, ModPacks, ResourcePacks and Worlds Using Shaders (with VirGL/Zink) Create custom controllers Customizable launcher themes and col...
public interface ForgeDownloadListener { void onDownloadFinished(); void onInstallerNotAvailable(); void onDownloadError(Exception e); }48 changes: 48 additions & 0 deletions 48 app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/modloaders/ForgeDownloadTask.java Original file line numberDiff li...