SkillAgentSearch skills...

Igneous

Fixes various bugs related to Minecraft: Bedrock Edition (GDK).

Install / Use

/learn @Aetopia/Igneous
About this skill

Quality Score

0/100

Supported Platforms

Claude Code
Cursor

README

Igneous

[!CAUTION] Only supported on Windows x64!

Fixes various bugs related to Minecraft: Bedrock Edition (GDK).

Fixes

|Issue|Summary| |-|-| |MCPE-15796|Cursor is not recentered upon the opening of a new gui| |MCPE-98861|Significant input delay on devices with Render Dragon| |MCPE-110006|Vsync not being able to be turned off| |MCPE-166745|FPS is capped at double the screen's refresh rate when v-sync is disabled| |MCPE-230832|Mouse cursor moves in the background during gameplay, disrupting gameplay|

Tweaks

  • Cursor changes are disallowed to prevent a change from lingering.

  • The game's window background is now black to prevent flashbangs.

  • The game's window menu is now disabled preventing unwanted freezes.

  • If locked, the cursor's position is updated when the game's window is moved.

Usage

  • Download the latest release of Igneous.

  • Run the following command in PowerShell to find where the game is located:

    & "$ENV:SystemRoot\explorer.exe" "$((Get-AppxPackage "Microsoft.MinecraftUWP").InstallLocation)"
    
  • Place the dynamic link library in the opened folder & launch the game.

Configuration

  • Run the following command in PowerShell to find where the game is located:

    & "$ENV:SystemRoot\explorer.exe" "$((Get-AppxPackage "Microsoft.MinecraftUWP").InstallLocation)"
    
  • Create a new file called Igneous.cfg, add the following contents & save the file to the game's install location:

    [Igneous]
    D3D11 = 0
    Cursor = 1
    Tearing = 1
    
    • To enable a feature, set their value to 1.

    • To disable a feature, set their value to 0.

    |Name|Description| |-|-| |D3D11|Forces DirectX 11 to be used instead of DirectX 12.| |Cursor|Fixes MCPE-15796, MCPE-230832 & improves cursor handling.| |Tearing|Fixes MCPE-98861, MCPE-110006, MCPE-166745 & fixes V-Sync off.|

FAQ

How can I disable V-Sync?

  • Open the following file:

    %APPDATA%\Minecraft Bedrock\Users\*\games\com.mojang\minecraftpe\options.txt
    
  • Set gfx_vsync to 0, save the file & launch the game.

Build

  1. Install & update MSYS2:

    pacman -Syu --noconfirm
    
  2. Install GCC & MinHook:

    pacman -Syu mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook --noconfirm
    
  3. Start MSYS2's UCRT64 environment & run Build.cmd.

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated1d ago
Forks2

Languages

C

Security Score

95/100

Audited on Mar 30, 2026

No findings