
Alpha QoL
This is a .jar mod for Minecraft Alpha 1.1.2_01 that only slightly changes the game for a better vanilla experience!
- Загрузки
- 62
- Подписчики
- 2
- Обновлён
- 2 июля 2026 г.
- Лицензия
- MIT
Опубликован 11 июня 2026 г.
Alpha QoL
About
Minecraft Alpha 1.1.2_01 is an incomplete version that has a far more brutal gameplay loop than the modern releases. The limitations and constraints on content make this an interesting and nostalgic version to play, but some bugs, glitches, and inconsistencies make this version downright unfair at some points.
While there are existing mods that address these issues, many introduce additional mechanics or major gameplay changes that go beyond the scope of a minimal fix.
This project aims to provide minimal improvement, focused strictly on small quality-of-life fixes without adding any new features, implementing any of the various unused assets, or compromising the brutal vanilla experience, leaving room for player ingenuity to overcome the difficulty.
Features
As of the most recent version:
Additions
- Added XYZ and F Coordinates, World Seed, and a Day Counter to F3 Menu.
- Added an FPS Limiter slider to the options menu to set max framerate more accurately (Replaces the 'Limit FPS' option).
- Added the Inventory Shift-Clicking tweaks you are familiar with in modern versions.
- Added a secret method you may be familiar with from Beta to prevent farmland from being trampled.
- Added F1 HUD Visibility Toggle.
- Added Screenshots with F2.
- Added a front-facing third person camera angle.
- Added a new video settings submenu to hold the new graphical options.
- Added an FOV Slider.
- Added a GUI Scale Button.
- Added a V-Sync button.
- Added a Fullscreen Toggle.
- Added a "Quit Game" Button to the main menu.
- Added the ability to toggle the appearance of falling snow to a more unobtrusive texture.
- Added the ability to toggle the "Minecraft Alpha 1.1.2_01" Version Overlay.
Tweaks
- The game will now use your Minecraft Skin, including those of you with Slim Skins.
- You can now use text chat in Singleplayer Worlds.
- You can now swap items of the same kind in the inventory.
- You can no longer accidentally eat food while your health is full.
- Cacti will no longer destroy dropped Cactus items.
- Doubled the durability of all tools and armor.
- Stack sizes of Wooden Doors, Iron Doors, and Signs have been increased to 16.
- Pickaxes, axes, and spades now correctly break their intended blocks.
- Clay is now 10% more common.
- Saddled Pigs will now drop their saddle when killed.
- Double slabs now drop both slabs when broken.
- Pressure Plates, Bookshelves, and Stairs now properly drop themselves when broken.
- Made the UI a little bit snappier (by fixing a bug where player inputs were skipped).
- Music now plays more often (Music is still semi-random with intervals of about 10-15 minutes instead of 20-25 minutes).
- Furnaces will now drop their contents when broken.
- Furnaces will not consume the bucket when lava is used as fuel.
- Throttled Chunk Updates when new chunks are not being rendered to prevent the main thread from overloading
- Replaced the lookup table used to calculate certain values with Java's built-in mathematical functions, as it is now faster for modern CPUs to calculate them than to look them up.
Bug Fixes
- Fixed the Leaf Decay Bug.
- Fixed a bug where Ore Generation is biased towards the positive coordinates.
- Fixed caves being cut off along Chunk Borders.
- Fixed the placement orientation of stairs, furnaces, chests, and double chests.
- Fixed Mob Spawn Behavior, no longer biased towards the southeast of a chunk.
- Fixed Slime Chunk generation.
- Fixed a bug where multiple item shadows would render while Fancy Graphics are enabled.
- Fixed a bug where pressing a movement key and the Inventory key at the same time would cause you to move until the game is paused.
- Fixed a bug where liquids would be placed when interacting with a block.
- Fixed a bug where instantly breakable blocks would be broken open returning to game from pause menu.
- Fixed a bug where your footsteps all play at once after sneaking.
- Fixed a bug where mob shadows would render in a grid after disabling the 3D Anaglyph Setting.
- Fixed the hitbox of stairs.
- Fixed a session.lock bug on OS's with aggressive CPU Schedulers.
- Fixed a crash when placing a Sign on a Cactus.
- Fixed torch placement when snow and a ledge are present.
- Fixed a rare bug where world NBT Data resets upon rejoining a world.
- Fixed a rare bug that caused infinite chunk generation recursion when creating a new world.
- Removed Herobrine.
Installation
Prism Launcher or MultiMC is HIGHLY RECOMMENDED.
Method 1 (Prism/MultiMC)
- Create an instance of Alpha 1.1.2_01 in Prism/MultiMC.
- Select your instance.
- Click Edit > Version > Minecraft > Add to Minecraft.jar
- Select the zip file.
Method 2 (Self Patch)
- Open your version.jar file using an archive editor.
- Delete META-INF then add the mod files from the zip file into it, overwriting existing files when prompted.
Launch the game and enjoy!
Ченджлог
v1.9.1Релизa1.1.2_01 · 2 июля 2026 г.
v1.9
A patch for v1.9
Changelog:
Tweaks:
- The skin fix now supports the slim model skins.
- The fullscreen window will window itself when you alt-tab and return to fullscreen when the window is in focus again.
- GUI Scaling is generally just better. There are now many more scaling options beyond "Large", and the scale now dynamically applies to the window instead of being hardcoded.
Fixes:
- Fixed a bug where mob shadows would render in a grid after disabling the 3D Anaglyph Setting, which I forgot to mention was added back to the mod in v1.9.
- Fixed a bug where shift-clicking an item while holding another item with the cursor would swap the items instead of perform the proper shift-click action.
Files Changed:
[EntityPlayer.java] [GameSettings.java] [GuiContainer.java] [ImageBufferDownload.java] [Minecraft.java] [ModelBiped.java] [Render.java] [RenderGlobal.java] [RenderPlayer.java]
A huge thank you to kasanetetosbaguette for the bug reports and suggestions!
Have fun!
v1.9Релизa1.1.2_01 · 22 июня 2026 г.
v1.9
A huge update!
Changelog:
Additions:
- Added F1 HUD Visibility Toggle.
- Added Screenshots with F2.
- Added a front-facing third person camera angle.
- Added a new video settings submenu to hold the new graphical options.
- Added an FOV Slider.
- Added a GUI Scale Button.
- Added a V-Sync button.
- Added a Fullscreen Toggle.
- Added a "Quit Game" Button to the main menu.
- Added the f coordinate to the F3 Menu.
- Added the ability to toggle the new unobtrusive snow texture.
- Added the ability to toggle the "Minecraft Alpha 1.1.2_01 Version Overlay".
Tweaks:
- Furnaces will now drop their contents when broken.
- Furnaces will not consume the bucket when lava is used as fuel.
- Throttled Chunk Updates when new chunks are not being rendered to prevent the main thread from overloading
- Replaced the lookup table used to calculate certain values with Java's built-in mathematical functions, as it is now faster for modern CPUs to calculate them than to look them up.
- Slightly tweaked ore generation as I believe it was still biased in the previous versions after my "fix".
Fixes:
- Added a failsafe to stop infinite chunk generation recursion when creating a new world.
- Bolstered the atomic save feature to hopefully put an end to the NBT reset bug.
Files Changed:
- [Minecraft.java]
- [GameSettings.java]
- [GuiOptions.java]
- +[GuiVideoSettings.java]
- [EntityRenderer.java]
- [RenderGlobal.java]
- +[ScreenShotHelper.java]
- [GuiMainMenu.java]
- [GuiIngame.java]
- [RenderGlobal.java]
- [MathHelper.java]
- [ScaledResolution.java]
- [World.java]
- [ChunkProviderGenerate.java]
- [BlockFurnace.java]
- [TileEntityFurnace.java]
Have fun!
v1.8.2Релизa1.1.2_01 · 20 июня 2026 г.
Changelog:
[SpawnerAnimals.java] Reworked mob spawning behavior to no longer bias northwest chunks and especially 0,0.
[EntitySlime.java] Fixed broken Slime Spawn Behavior (By ensuring that the slime chunks generate properly.)
[GuiContainer.java] Fixed durability reset bug when items are shift clicked.
Added a 64x64 Steve Skin for fallback when skin server API calls fail as well.
Thank you to FawazGerhard for reporting the durability bug.
Have fun!
v1.8Релизa1.1.2_01 · 11 июня 2026 г.
Initial Release on Modrinth, adds the below stuff. You can view the full changelog for the prior versions on this mod's GitHub Page.
- Added XYZ Coordinates, World Seed, and a Day Counter to F3 Menu.
- Added an FPS Limiter slider to the options menu to set max framerate more accurately (Replaces the 'Limit FPS' option).
- Added the Inventory Shift-Clicking tweaks you are familiar with in modern versions.
- Added a secret method you may be familiar with from Beta to prevent farmland from being trampled.
- You can now use text chat in Singleplayer Worlds.
- The game will now use your Minecraft Skin.
- You can now swap items of the same kind in the inventory.
- You can no longer accidentally eat food while your health is full.
- Cacti will no longer destroy dropped Cactus items.
- Doubled the durability of all tools and armor.
- Stack sizes of Wooden Doors, Iron Doors, and Signs have been increased to 16.
- Pickaxes, axes, and spades now correctly break their intended blocks.
- Clay is now 10% more common.
- Saddled Pigs will now drop their saddle when killed.
- Double slabs now drop both slabs when broken.
- Pressure Plates, Bookshelves, and Stairs now properly drop themselves when broken.
- Falling Snow in Winter Mode worlds now has a less obtrusive texture.
- Made the UI a little bit snappier (by fixing a bug where player inputs were skipped).
- Music now plays more often (Music is still semi-random with intervals of about 10-15 minutes instead of 20-25 minutes).
- Fixed a major bug where world NBT Data resets upon rejoining a world.
- Fixed the Leaf Decay Bug.
- Fixed a bug where pressing a movement key and the Inventory key at the same time would cause you to move until the 'ESC' key is pressed.
- Fixed a bug where liquids would be placed when interacting with a block.
- Fixed a bug where instantly breakable blocks would be broken open returning to game from pause menu.
- Fixed a bug where multiple item shadows would render while Fancy Graphics are enabled.
- Fixed a bug where your footsteps all play at once after sneaking.
- Fixed the orientation of stairs, furnaces, chests, and double chests.
- Fixed the hitbox of stairs.
- Fixed a bug where Ore Generation is biased towards the positive coordinates.
- Fixed caves being cut off along Chunk Borders.
- Fixed a session.lock bug on OS's with aggressive CPU Schedulers.
- Fixed a crash when placing a Sign on a Cactus.
- Fixed torch placement when snow and a ledge are present.
- Removed Herobrine.
Комментарии
Загружаем…