mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
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:
parent
bfa9aa2715
commit
b3a428e50f
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ public class TileEntityDisplayStand extends TileEntityInventoryBase implements I
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean needsHoldShift(){
|
public boolean needsHoldShift(){
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue