Remove debug code
This commit is contained in:
@@ -209,7 +209,6 @@ public class BlockHelper
|
|||||||
|
|
||||||
public static void setBlockNearPlayer(Block block)
|
public static void setBlockNearPlayer(Block block)
|
||||||
{
|
{
|
||||||
System.out.println(Minecraft.getInstance().player.getHorizontalFacing());
|
|
||||||
switch(Minecraft.getInstance().player.getHorizontalFacing())
|
switch(Minecraft.getInstance().player.getHorizontalFacing())
|
||||||
{
|
{
|
||||||
case NORTH:
|
case NORTH:
|
||||||
|
|||||||
Reference in New Issue
Block a user