Jump to content

Recommended Posts

So I made a new tab and its almost working. I have one problem: the icon isnt showing in the tab. The paths and such are correct, i think. 

Here is the line:

local OBSIDIAN_TAB = AddRecipeTab("OBSIDIAN TAB", 999, "images/hud/tab_obsidian.xml", "tab_obsidian.tex", nil)

and i'm including the assets this way:

local assets = {

    Asset("IMAGE", "images/hud/tab_obsidian.tex"),
    Asset("ATLAS", "images/hud/tab_obsidian.xml"),

}

But still no icon in the tab. Everything else is working as intended.

Any ideas? Thanks in advance :D 

Edited by Zardexrlz

I can't see the "Sculptures" and "Critters" tab icons when I have mods activated.

I didn't looked into it to see which mod is preventing the icons to show, but after reading your post I thought it could be worthing this heads up, since your issue might be caused by other mod as well.

7 hours ago, SrJardel said:

I can't see the "Sculptures" and "Critters" tab icons when I have mods activated.

I didn't looked into it to see which mod is preventing the icons to show, but after reading your post I thought it could be worthing this heads up, since your issue might be caused by other mod as well.

I see, sadly (or happly) no. As i'm currently testing the mod I made a server with only this mod enabled. Thanks anyway.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...