Hi, where do I need to put the texture map that Techne outputs?
My icon textures for example are in /textures/items/ and get found automatically by iconRegister.
In my RenderSteamBoat class I want to load the texture via this.loadTexture("textures/items/TextureSteamBoatBasic.png") but the game doesn't find it.
Thank you in advance!