Make the display stand always show its RF because apparently no one understands that things can change when you sneak >_>

This commit is contained in:
Ellpeck 2016-08-31 16:56:32 +02:00
parent bfa9aa2715
commit b3a428e50f

View file

@ -110,7 +110,7 @@ public class TileEntityDisplayStand extends TileEntityInventoryBase implements I
@Override
public boolean needsHoldShift(){
return true;
return false;
}
@Override