diff --git a/core/classes/Item.php b/core/classes/Item.php
index 97a608942d25f035cf1481f7be75484052758e7e..72b730e5d7acc412b1b457eef6f40cca0f8bad5a 100644
--- a/core/classes/Item.php
+++ b/core/classes/Item.php
@@ -41,6 +41,7 @@ public function getId(){
     }
     public function getTexture(){
         $texture = array();
+        echo "data/images/textures/block/".$this->id.".png";
         if(file_exists("data/images/textures/block/".$this->id.".png")){
             $texture[0] = "data/images/textures/block/".$this->id.".png";
             if(file_exists("data/images/textures/block/".$this->id."_top.png")){