-
Bug
-
Resolution: Fixed
-
Minecraft 1.11.2, Minecraft 17w13a, Minecraft 17w13b, Minecraft 17w14a, Minecraft 17w16a, Minecraft 17w16b, Minecraft 1.12 Pre-Release 2, Minecraft 1.12.1, Minecraft 1.12.2 Pre-Release 1, Minecraft 1.12.2, Minecraft 18w07c, Minecraft 1.13, Minecraft 18w30a, Minecraft 1.13.2, Minecraft 19w07a
-
-- System Details --
Details:
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.8.0_25, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 141776208 bytes (135 MB) / 295473152 bytes (281 MB) up to 1060372480 bytes (1011 MB)
- JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- Launched Version: 1.11.2
- LWJGL: 2.9.4
- OpenGL: AMD Radeon HD 6800 Series GL version 4.5.13417 Compatibility Profile Context 15.301.1901.0, ATI Technologies Inc.
- GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
- Using VBOs: Yes
- Is Modded: Probably not. Jar signature remains and client brand is untouched.
- Type: Client (map_client.txt)
- Resource Packs:
- Current Language: English (US)
- Profiler Position: N/A (disabled)
- CPU: 6x AMD Phenom(tm) II X6 1055T Processor-- System Details -- Details: - Operating System: Windows 7 (amd64) version 6.1 - Java Version: 1.8.0_25, Oracle Corporation - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 141776208 bytes (135 MB) / 295473152 bytes (281 MB) up to 1060372480 bytes (1011 MB) - JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M - IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 - Launched Version: 1.11.2 - LWJGL: 2.9.4 - OpenGL: AMD Radeon HD 6800 Series GL version 4.5.13417 Compatibility Profile Context 15.301.1901.0, ATI Technologies Inc. - GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. - Using VBOs: Yes - Is Modded: Probably not. Jar signature remains and client brand is untouched. - Type: Client (map_client.txt) - Resource Packs: - Current Language: English (US) - Profiler Position: N/A (disabled) - CPU: 6x AMD Phenom(tm) II X6 1055T Processor
-
Confirmed
-
(Unassigned)
The bug
The texture for blocks using TileEntitySpecialRenderer to be rendered is not bound for a short moment when entering a world and all the time in the superflat settings. This causes these blocks to have a texture consisting out of all kind of blocks, see Incorrect chest texture (1.11.2).png.
Once the player opened a world or joined a server the field is initialized and after that the affected blocks are always rendered correctly.
Affected blocks
Last updated for 1.13.2
- chest
- trapped_chest
- ender_chest
- *_shulker_box (all colored shulker boxes, for example white_shulker_box)
- beds
How to reproduce
- Open Minecraft
- Directly open the superflat settings without doing something different before
- Enter the following preset
3;minecraft:chest;1
- Click "Use Preset" to see the preview
Code analysis
Based on 1.11 decompiled using MCP 9.35 rc1
This seems to be happening because the field net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.renderEngine is still null.
- is duplicated by
-
MC-12788 Custom SuperFlat World Gui graphical glitch with Chests / Ender Chests / Trapped Chests / Beacon Blocks
- Resolved
-
MC-110354 Containers (Shulker Boxes & Chests) Look Corrupted In Hotbar On First World Load
- Resolved
-
MC-141331 Bed texture shows texture atlas on loading world
- Resolved
-
MC-158898 Shulker boxes don't render properly in superflat layers overview
- Resolved
- relates to
-
MC-31818 When using shaders with fast graphics the chest icon is messed up and player model in inventory is backwards
- Resolved
-
MC-47400 Chest lids missing / Depth order of chests wrong
- Resolved
-
MC-70806 Blocks with a data value > 0 have missing texture in superflat customization
- Resolved
-
MC-49203 Rendering depth of beacon and ender chest in superflat preview is wrong
- Resolved
- links to