HomeJavaModsCreate: Display link void fix
Create: Display link void fix
ModsJava

Create: Display link void fix

by Tino964 · on Modrinth

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 Modrinth

Create 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

The Bug

After

Normally

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more