Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • [1.7.10] Missing Resources for my domain
1.13 Update Notes for Mod Creators
Sign in to follow this  
Followers 1
Dragonmasterk

[1.7.10] Missing Resources for my domain

By Dragonmasterk, July 14, 2015 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

Dragonmasterk    0

Dragonmasterk

Dragonmasterk    0

  • Tree Puncher
  • Dragonmasterk
  • Members
  • 0
  • 4 posts
Posted July 14, 2015

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.

  • Quote

Share this post


Link to post
Share on other sites

HenryRichard    3

HenryRichard

HenryRichard    3

  • Tree Puncher
  • HenryRichard
  • Members
  • 3
  • 40 posts
Posted July 14, 2015

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

  • Quote

Share this post


Link to post
Share on other sites

Dragonmasterk    0

Dragonmasterk

Dragonmasterk    0

  • Tree Puncher
  • Dragonmasterk
  • Members
  • 0
  • 4 posts
Posted July 14, 2015

WOW! I feel so dumb right now.

I should of proof read my mod id paths and such before posting.

Thanks for the help :D :D

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • SeekingTanis
      Forge will not launch, crashes immediately

      By SeekingTanis · Posted 4 minutes ago

      When  I try to launch forge, there are roughly 20 seconds when it might work and then the Minecraft launcher shows up saying that there was an unexpected issue and the game crashed. I can't seem to get a crash report and I don't know what to do!
    • JMAS
      Gradle launches Minecraft, then hangs demanding open mods folder.

      By JMAS · Posted 5 minutes ago

      UPDATE:  Apparently the problem is allowing IntelliJ to update to the latest version of Gradle (4.9), when the MDK build.gradle is set to "3.+".  By refusing to allow a fresh install of IntelliJ to upgrade Gradle the build process completed, genintellijRun completed, and Minecraft loaded. Please feel free to close this issue. 
    • LilyStag
      Failed to synchronize data from server.

      By LilyStag · Posted 6 minutes ago

      Hello, may i get to know how did you guys get over this? Expriceing exactly the same issue.
    • DragonITA
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA · Posted 15 minutes ago

      Ok, thx, but i want make a horse, with horse animations and horse gui and etc. and i dont want write the code of AbstractHorse, i can copy, ok, but then?
    • damiendada
      Fabric to Forge compatibility layer

      By damiendada · Posted 25 minutes ago

      Hi, yes unfortunately it's not an easy thing to do
  • Topics

    • SeekingTanis
      0
      Forge will not launch, crashes immediately

      By SeekingTanis
      Started 4 minutes ago

    • JMAS
      2
      Gradle launches Minecraft, then hangs demanding open mods folder.

      By JMAS
      Started Yesterday at 03:02 PM

    • Wooofles
      4
      Failed to synchronize data from server.

      By Wooofles
      Started August 30

    • DragonITA
      24
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA
      Started Monday at 10:06 AM

    • nathan22211
      2
      Fabric to Forge compatibility layer

      By nathan22211
      Started 16 hours ago

  • Who's Online (See full list)

    • Ronaldi2001
    • SeekingTanis
    • Yanny7
    • LilyStag
    • solitone
    • LorenzoPapi
    • loordgek
    • DragonITA
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • [1.7.10] Missing Resources for my domain
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community