-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Description
Describe the bug
Environment
- Minecraft: 1.21.1
- Fabric-Loader: 0.17.2
- Fabric-API: 0.116.7+1.21.1
- VulkanMod: 5.5.0
- Other mods: mrcaryfish's furniture mod refurbished supplementaries let's do:bakery handcrafted farmer's delight refabricated kaleidoscope cookery
- VulkanMod (issue still appears with only Fabric-API)
- GPU: Intel uhd graphic (10gen Comet Lake)
- Driver: 27.20.100.9664
- OS: Windows 10 22H2
Problem Summary
After updating to VulkanMod 5.5.0 for MC 1.21.1, any single-player world stops rendering chunks beyond the spawn area.
- Only the initial 3×3 chunks around the player are visible; everything else is empty air.
- Right-clicking blocks (beds, pressure plates, modded furniture) or entities does nothing—server-side seems to ignore the interaction.
- Commands (e.g.
/tp,/gamemode) are not recognized; no feedback in chat. - Game does not crash, but the window hangs on "Saving world" when trying to quit, forcing manual kill.
Steps to Reproduce
- Install Fabric-Loader 0.17.2 + Fabric-API 0.116.7
- Drop
VulkanMod-5.5.0.jarand its LWJGL natives intomods. - Launch MC, create/enter any single-player world (new or existing).
- Walk or fly 50 blocks away from spawn → new chunks never appear.
- Attempt to sleep in a bed or use any right-click action → no response.
- Type
/tp 100 70 100→ command is ignored. - Try to exit world → stuck on "Saving world" forever.
Additional Notes
- Removing VulkanMod and re-launching with the same world immediately fixes all symptoms (chunks load, interaction works, commands respond).
- Re-adding VulkanMod 5.5.0 makes the issue return 100 % of the time, even on a brand-new world.
- Sodium or other rendering mods are not installed during testing.
Thanks!
20251211-5(1).json
20251212-4.json
20251211-5.json
Steps to reproduce
To Reproduce (100 % minimal steps)
-
Start from a clean slate
- Delete the folders
.minecraft/configand.minecraft/mods(back them up first if needed).
- Delete the folders
-
Create a fresh instance
- In MultiMC / Prism / the official launcher, make a new “Fabric 1.21.1” instance.
- Install Fabric-Loader 0.16.10, launch once, then close so the game files are generated.
-
Add only the required files
- Drop
fabric-api-0.115.4+1.21.1.jarintomods. - Drop
VulkanMod-5.5.0.jarand its three bundledlwjgl-vulkan-*.jarlibraries intomods.
(Ensure these 5 jars are the only files in the folder.)
- Drop
-
Launch the game
- Keep JVM args default (only
-Xmx4G). - From the main menu: Singleplayer → Create New World → leave everything default (Survival, Bonus Chest ON) → Create.
- Keep JVM args default (only
-
Test immediately after spawning
- Stay at spawn, note the chunk coordinates with F3.
- Walk 60 blocks in any direction (≈ 4 chunks); new chunks remain empty air.
- Place a bed on the ground → right-click it → no GUI appears.
- Open chat, type
/tp 100 ~ 100→ press Enter → no response.
-
Try to quit
- Esc → Save and Quit → progress bar hangs on “Saving world” forever; must kill the process manually.
-
Control check
- Close the game, delete
VulkanMod-5.5.0.jarand its lwjgl jars (leave only Fabric-API). - Repeat steps 4–6: chunks load fine, bed works, commands execute, world quits normally.
- Close the game, delete
Log files
Metadata
Metadata
Assignees
Labels
No labels

