Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Hello,

I am getting back into coding for Minecraft and I was following a tutorial series, however my textures are not getting recognized. This is what appears even I load Minecraft:

[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN tickerarmoraddon
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]:   domain tickerarmoraddon is missing 6 textures
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]:     domain tickerarmoraddon is missing a resource manager - it is probably a side-effect of automatic texture processing
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain tickerarmoraddon are:
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/RedstonePickaxe.png
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/RedstoneHoe.png
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/RedstoneAxe.png
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/RedstoneSword.png
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/RedstoneShovel.png
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/RedRuby.png
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain tickerarmoraddon
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[17:23:09] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[17:23:38] [Client thread/INFO]: Stopping!

 

This is how my files are set up:

width=353 height=690sWDb7LL.png?1 [/img]

 

And my code for setting the texture looks like this:

 

[code]RubyBlock = new RubyBlock(Material.rock).setBlockName("RubyBlock").setBlockTextureName(Constants.MODID+":RedRuby").setCreativeTab(CreativeTabs.tabBlock);

RedstonePickaxe = new RedstonePickaxe(Redstone).setUnlocalizedName("RedstonePickaxe").setTextureName(Constants.MODID+":RedstonePickaxe").setCreativeTab(CreativeTabs.tabCombat);
RedstoneSword = new RedstoneSword(Redstone).setUnlocalizedName("RedstoneSword").setTextureName(Constants.MODID+":RedstoneSword").setCreativeTab(CreativeTabs.tabCombat);
RedstoneAxe = new RedstoneAxe(Redstone).setUnlocalizedName("RedstoneAxe").setTextureName(Constants.MODID+":RedstoneAxe").setCreativeTab(CreativeTabs.tabCombat);
RedstoneShovel = new RedstoneShovel(Redstone).setUnlocalizedName("RedstoneShovel").setTextureName(Constants.MODID+":RedstoneShovel").setCreativeTab(CreativeTabs.tabCombat);
RedstoneHoe = new RedstoneHoe(Redstone).setUnlocalizedName("RedstoneHoe").setTextureName(Constants.MODID+":RedstoneHoe").setCreativeTab(CreativeTabs.tabCombat);

 

I do not understand why i cannot find the domain for my textures. As far as I can see it should work. If anyone can help me, it would be much appreciated.

Your assets should use "textures" not "texture."

I'll put something here when I have something of value I need to put at the end of every post. For now it's this mostly pointless text.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.