mateuskreuch / minecraft-miniature-shader

In-style lighting and reflection shader for Minecraft
MIT License
17 stars 1 forks source link

Block and item textures go missing upon picking items up with Physics Mod #10

Open vrabb-gh opened 9 months ago

vrabb-gh commented 9 months ago

Describe the bug When using the Miniature Shaders, picking up items from the ground will result in removing many block and item textures, making them white and blue. This bug does not occur on other shaders, such as BSL and Complementary. This even includes using no shaders.

The bug is fixable in-game, but only temporarily. It can be fixed by turning the shader off, and then pressing F3 + T to reload resource packs (which also reloads textures). Then, all the missing textures will revert to their original.

To Reproduce Steps to reproduce the behavior:

  1. Drop any item on the ground
  2. Pick it up, and the colourless textures will begin to appear

Expected behavior What's expected is that no textures are removed, and the item is picked up as normal.

Screenshots Before picking the item up: image

After picking the item up: image

System Information My Minecraft version is 1.20.2 using the Fabric client, I am using a long list of mods, but not many resource packs.

The mod list:

Mods with a bold name are related to rendering the game

Mod list (VERY LONG) - Advancement Plaques - AmbientEnvironment - AmbientSounds - Appleskin - BadOptimizations - **Better Clouds (Turned off)** - Blur (Fabric) - Cave Dust - Cherished Worlds - **Concurrent Chunk Management** - Continuity - DamageVignette - Debugify - Dynamic FPS - Eating Animation - Enhanced Attack Indicator - **Enhanced Block Entities** - **Entity Model Features** - **Entity Texture Features** - Essential - Fabric Seasons - Falling Leaves - **Ferrite Core** - **FirstPerson** - Head In The Clouds - **Highlight** - **ImmediatelyFast** - **Indium** - **Iris** - Item Borders - Krypton - Ksyxis - **LambDynamicLights** - LazyDFU - Legendary Tooltips - Let Sleeping Dogs Lie - Litematica - **Lithium** - Make Bubbles Pop - MaLiLib - **Methane** - Mineblock's Repeated Utilities - Mod Menu - **ModernFix** - **More Culling** - More Music - NotEnoughAnimations - ParticleRain - **Physics Mod** - Presence Footsteps - Prism - **ResolutionControl+** - Resourceful Lib - Satin - Serious Player Animations - Shulker Box Tooltips - Smooth Swapping - **Sodium** - **Sodium Shadowy Path Blocks** - Sound Physics Remastered - Sounds - **Starlight** - Status Effect Bars - StutterFix - Tape Stop - Thread Tweak - Tiny Item Animations - Video Tape - Visuality - **Wakes** - Wavey Capes

My resource packs are:

Additional context Like mentioned before, this bug does not occur with any other shaders including turning them off.

vrabb-gh commented 9 months ago

Forgot to mention, my computer specs are the following:

Operating System: Mac OS CPU: 2.6 GHz 6-Core Intel Core i7 GPU 1: AMD Radeon Pro 5300M 4 GB GPU 2 (yes I have 2 GPUs): Intel UHD Graphics 630 1536 MB Memory: 16 GB 2667 MHz DDR4

mateuskreuch commented 9 months ago

Just to help pin it down, can you check if it happens with no resource packs?

vrabb-gh commented 9 months ago

Resource packs don't affect this bug. However, what does, is the Physics Mod. I've removed the Physics Mod and now everything works just fine.