
Create: Display link void fix
Fixes a bug in Create v6.0.10 where the Display Link always shows "Void Air". Free Minecraft Java mod for 1.21.1.
⬇ Download on ModrinthCreate Display Link Void Fix
Fixes a bug in Create v6.0.10 where the Display Link always shows "Void Air" in its GUI. The Mixin patches DisplayLinkBlockEntity.getTargetPosition() to return the correct block position instead of BlockPos.ZERO.
For normal users
This mod must be installed on both server and client. Drop the JAR into the mods/ folder on both sides. That is all.
For developers
The root cause is that DisplayLinkBlockEntity.getTargetPosition() returns BlockPos.ZERO despite worldPosition and targetOffset being correct. The Mixin replaces the method body with getBlockPos().offset(targetOffset). The mod is required on both sides because it patches a shared class.
Before

After

- Ships as createdisplaylinkfix-1.21.1-1.0.0.jar — drop this file into the mods folder
- Download size: 3 KB
- Download link checked 24 Aug 2026 — working
These come from our own check of the pack file, not from the source page.