Line 16 of comparator_unlit (first element, north face) has a "cullface" of "#unlit". Based on comparator_lit, this should likely be "north" instead.
"north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "#unlit" },
Line 16 of comparator_unlit (first element, north face) has a "cullface" of "#unlit". Based on comparator_lit, this should likely be "north" instead.
"north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "#unlit" },
Good catch, thanks!