create_connected-fly-1.3.2-mc26.2-2.jar
Curse Maven Snippet
What's new
First release on CurseForge. Same build as the GitHub release `1.3.2-mc26.2-2`. ### Fixed * **Copycat walls rendered as several overlapping walls.** A straight run showed a diagonal shimmer that moved with the camera, as if the block were duplicated or drifting. The straight-panel case built the full panel and then carried on to build the centre and sides on top of it — coplanar duplicate geometry, which z-fights. Upstream ended that case with an early `return`; converting the method during the port dropped it. Only the wall model of the nine copycats was affected. ### Testing Both rendering paths have been walked. Sixteen of the twenty-four block entity registrations only draw through their renderer when Flywheel is off — that half was barely exercised until now. All sixteen were placed and viewed with `/flywheel backend off`: no crashes, no missing geometry, no wrong models. The wall bug above is what it found. So if you run Sodium, or keep Flywheel off, that path is tested rather than assumed. ### Known issue * **Copycats shade slightly differently from Create Fly's**, most noticeable on the layer of blocks sitting on the ground. This is a lighting difference only — the blocks are solid and nothing shows through them. Create Fly gives its own copycat models a FRAPI-aware `emitQuads` through per-model mixins so the ambient-occlusion flags survive; this port's nine models have no equivalent yet. Cosmetic, and on the list. ### On the version number `1.3.2` is upstream's — this port is built on hlysine's newest commit, so the feature set matches Create: Connected 1.3.2 exactly. The trailing `-2` counts builds of this port against that same upstream version; it does not mean new content.
This mod has no additional files

