Forge:无前置 NeoForge: 无前置 支持的游戏版本和平台 目前TouchController 支持的 Minecraft 版本和 mod 加载器有: 1.12.2 (Forge) 1.16.5 (Forge, Fabric) 1.20.1 (Forge, Fabric) 1.20.4 (Forge, NeoForge, Fabric) 1.20.6 (Forge, NeoForge, Fabric) ...
问使用“我的世界”的PlayerController.windowClick()?EN我的世界手游区块是一个独特的机制,很多玩家...
minecraft.player; if (!ForgeHooks.onPickBlock(objectMouseOver, player, schematic)) { return true; } if (player.capabilities.isCreativeMode) { final int slot = player.inventoryContainer.inventorySlots.size() - 10 + player.inventory.currentItem; this.minecraft.playerController.sendSlotPacket(player...
问使用“我的世界”的PlayerController.windowClick()?EN我的世界手游区块是一个独特的机制,很多玩家...
neoforge .gitattributes .gitignore LICENSE LICENSE_ControllableSDL Project.xml README.md build.gradle gradle.properties gradlew gradlew.bat release_build settings.gradle README MIT license Zlib license Controllable I noticed a lack of support for controller for the Java Edition of Minecraft, this is ...
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...
Forge:无前置 NeoForge: 无前置 支持的游戏版本和平台 目前TouchController 支持的 Minecraft 版本和 mod 加载器有: 1.12.2 (Forge) 1.16.5 (Forge, Fabric) 1.20.1 (Forge, Fabric) 1.20.4 (Forge, NeoForge, Fabric) 1.20.6 (Forge, NeoForge, Fabric) ...
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...
val minecraftShadow = configurations.create("minecraftShadow") { excludeR8.split(",").filter(String::isNotEmpty).forEach { if (it.contains(":")) { 4 changes: 2 additions & 2 deletions 4 buildSrc/src/main/kotlin/TouchController.forge-conventions.gradle.kts Original file line numberDiff lin...
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 } ) } ...