Update BlockPedestal.java
This commit is contained in:
parent
0180fcf11e
commit
024fe7b303
1 changed files with 0 additions and 1 deletions
|
@ -312,7 +312,6 @@ public class BlockPedestal extends BlockBaseNotFull implements BlockEntityProvid
|
|||
|
||||
@Override
|
||||
public int getComparatorOutput(BlockState state, World world, BlockPos pos) {
|
||||
System.out.println(state.get(HAS_ITEM));
|
||||
return state.get(HAS_ITEM) ? 15 : 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue