Forever World Visual Tweaks - Fastchest fix
Список изменений
Vanilla Tweaks r731910, patched for compatibility with mods that render chests as block models.
Fixed Chests no longer render as the missing-texture checkerboard when FastChest (or any mod that moves chests from block entities onto block models) is installed. Affected normal, trapped, and ender chests plus every copper chest weathering stage, including double-chest halves. Changed Removed the unused entity/chest directory source from assets/minecraft/atlases/items.json and overlay_84/assets/minecraft/atlases/items.json.
Atlas definitions merge across the resource pack stack, so registering these sprites on the items atlas collided with the blocks atlas registration those mods rely on. The sprites resolved to the items atlas and the game rejected every chest block model.
Not changed Nothing else. No textures, models, or blockstates were touched, and the entity/boat, entity/chest_boat, entity/end_crystal, and entity/signs sources are intact. Byte-identical to the upstream build apart from the two atlas files.
Compatibility Safe to use without any chest mod. The removed source was dead weight: nothing in the pack samples those sprites, and the chest item still renders through vanilla's minecraft:special chest renderer, which reads the chest atlas rather than the items atlas. Visually identical to upstream in an unmodded client.
Credit Base pack built by Vanilla Tweaks (build r731910). Issue reported upstream.