From b7e93fa747ee61957a572af7b1c567f9b12e428d Mon Sep 17 00:00:00 2001
From: SofianeLasri <alasri250@gmail.com>
Date: Fri, 14 Jan 2022 19:08:01 +0100
Subject: [PATCH] test

---
 core/classes/Item.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/classes/Item.php b/core/classes/Item.php
index 97a60894..72b730e5 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")){
-- 
GitLab