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
  • [solved]Location for textures folowing Pahimar's setup (episode 4 version).
1.13 Update Notes for Mod Creators
Sign in to follow this  
Followers 0
Mazetar

[solved]Location for textures folowing Pahimar's setup (episode 4 version).

By Mazetar, April 22, 2013 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

Mazetar    271

Mazetar

Mazetar    271

  • World Shaper
  • Mazetar
  • Forge Modder
  • 271
  • 1343 posts
Posted April 22, 2013

Hi all!

 

I have setup my eclipse workspace as Pahimar has inn episode 4 of his series, which is quite similar to the old way I used to have it pre 1.5.

Now I'm facing the same problem as I had with my old setup, I can't get my textures located correctly. I tried looking into how EE3 is doing it but as far as I can tell he has the same setup as me.

 

Inside the EE3 folder on my disk there's common folder cotaining the src and an resources folder containing the textures, giving this path:

"resources\mods\ee3\textures\blocks"

 

For my mod I have the following structure:

"resources\mods\mazlt\textures\blocks"

 

where mazlt is the ModID I used inn the code.

Even so the textures won't show up, I have even tried moving the mods directory around to the common folder and the main mod folder without any luck.

So now I'm quite puzzled by the mistake I must have made somewhere, I'm sure it's a lame typo or something but I can't seem to find it.

 

Could someone point me inn the direction of my mistake? :)

  • Quote

Share this post


Link to post
Share on other sites

Mazetar    271

Mazetar

Mazetar    271

  • World Shaper
  • Mazetar
  • Forge Modder
  • 271
  • 1343 posts
Posted April 22, 2013

Hi all!

 

I have setup my eclipse workspace as Pahimar has inn episode 4 of his series, which is quite similar to the old way I used to have it pre 1.5.

Now I'm facing the same problem as I had with my old setup, I can't get my textures located correctly. I tried looking into how EE3 is doing it but as far as I can tell he has the same setup as me.

 

Inside the EE3 folder on my disk there's common folder cotaining the src and an resources folder containing the textures, giving this path:

"resources\mods\ee3\textures\blocks"

 

For my mod I have the following structure:

"resources\mods\mazlt\textures\blocks"

 

where mazlt is the ModID I used inn the code.

Even so the textures won't show up, I have even tried moving the mods directory around to the common folder and the main mod folder without any luck.

So now I'm quite puzzled by the mistake I must have made somewhere, I'm sure it's a lame typo or something but I can't seem to find it.

 

Could someone point me inn the direction of my mistake? :)

  • Quote

Share this post


Link to post
Share on other sites

Flenix    21

Flenix

Flenix    21

  • Diamond Finder
  • Flenix
  • Members
  • 21
  • 440 posts
Posted April 22, 2013

Just a stab in the dark, but try a slash in front of it all too.

 

In my projects I have /co/uk/silvania/[modname]/blocks.png - If I don't have / before co, it doesn't work.

Then again, I'm still on 1.4.7 so I don't know how useful that is :P

  • Quote

Share this post


Link to post
Share on other sites

Flenix    21

Flenix

Flenix    21

  • Diamond Finder
  • Flenix
  • Members
  • 21
  • 440 posts
Posted April 22, 2013

Just a stab in the dark, but try a slash in front of it all too.

 

In my projects I have /co/uk/silvania/[modname]/blocks.png - If I don't have / before co, it doesn't work.

Then again, I'm still on 1.4.7 so I don't know how useful that is :P

  • Quote

Share this post


Link to post
Share on other sites

Creeperologist    1

Creeperologist

Creeperologist    1

  • Tree Puncher
  • Creeperologist
  • Members
  • 1
  • 18 posts
Posted April 22, 2013

several things: 1st being you you need to use the name of the the mod folder/jar is housing the texture such as "mazlt:whatever:" for whatever.png

 

2nd, you need to make sure your resource folder is marked as a source folder, yes it is important

 

3rd, refresh the resource folder when you add new things

  • Quote

Share this post


Link to post
Share on other sites

Creeperologist    1

Creeperologist

Creeperologist    1

  • Tree Puncher
  • Creeperologist
  • Members
  • 1
  • 18 posts
Posted April 22, 2013

several things: 1st being you you need to use the name of the the mod folder/jar is housing the texture such as "mazlt:whatever:" for whatever.png

 

2nd, you need to make sure your resource folder is marked as a source folder, yes it is important

 

3rd, refresh the resource folder when you add new things

  • Quote

Share this post


Link to post
Share on other sites

Mazetar    271

Mazetar

Mazetar    271

  • World Shaper
  • Mazetar
  • Forge Modder
  • 271
  • 1343 posts
Posted April 23, 2013

 

3rd, refresh the resource folder when you add new things

 

This solved everything :)

Thank you!

  • Quote

Share this post


Link to post
Share on other sites

Mazetar    271

Mazetar

Mazetar    271

  • World Shaper
  • Mazetar
  • Forge Modder
  • 271
  • 1343 posts
Posted April 23, 2013

 

3rd, refresh the resource folder when you add new things

 

This solved everything :)

Thank you!

  • 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 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

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

      By DragonITA · Posted just now

      Ok, i have tried with making something, and the Unicorn spawn, but without a texture. The model is just like a white Brick it dosent have a texture.
    • diesieben07
      [1.12.2] Register EntityEntry

      By diesieben07 · Posted 32 minutes ago

      Coremods are not officially supported on this forum, but that would be a way to change it, yes.
    • diesieben07
      Game crashing when the block is activated

      By diesieben07 · Posted 33 minutes ago

      You don't own this domain. This makes no sense. One tile entity class registered as two tile entity types? What are you trying to achieve? You did not register this tile entity class.
    • diesieben07
      server tick loop

      By diesieben07 · Posted 1 hour ago

      Yes.
    • diesieben07
      Can't connect to own server; No syncable config

      By diesieben07 · Posted 1 hour ago

      Always post an updated log.
  • Topics

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

      By DragonITA
      Started December 9

    • 56zt45z4th
      3
      [1.12.2] Register EntityEntry

      By 56zt45z4th
      Started Friday at 06:34 PM

    • jun2040
      10
      Game crashing when the block is activated

      By jun2040
      Started Thursday at 04:51 PM

    • daylite
      3
      server tick loop

      By daylite
      Started 9 hours ago

    • The_Unkown675
      12
      Can't connect to own server; No syncable config

      By The_Unkown675
      Started Yesterday at 03:11 AM

  • Who's Online (See full list)

    • MattNL
    • DragonITA
    • diesieben07
    • Lizzzye
    • BeardlessBrady
    • jun2040
    • dylandmrl
    • Ugdhar
    • stepsword
    • Onix_Minoman
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • [solved]Location for textures folowing Pahimar's setup (episode 4 version).
  • Theme
  • Contact Us
  • Discord

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