Jump to content
  • Home
  • Files
  • Docs
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
  • Item texture invisible
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
Maxdu660

Item texture invisible

By Maxdu660, February 23, 2020 in Modder Support

  • Reply to this topic
  • Start new topic

Recommended Posts

Maxdu660    0

Maxdu660

Maxdu660    0

  • Tree Puncher
  • Maxdu660
  • Members
  • 0
  • 2 posts
Posted February 23, 2020 (edited)

Hi, i just begin in coding and i wanted to start a mod by following the tutorial of TurtyWurty. I created an item and a texture but when i run the game, the item was here, but without texture, not even the dark and pink missing texture, and with a name that look like this "item.exemplemod.exemple_item"

Please tell me what a need to send so that you can figure out where is the issue. 

 

(By the way excuse me if my english is weird, i'm a french guy)

Edited February 23, 2020 by Maxdu660
  • Quote

Share this post


Link to post
Share on other sites

Draco18s    2406

Draco18s

Draco18s    2406

  • Reality Controller
  • Draco18s
  • Members
  • 2406
  • 15935 posts
Posted February 24, 2020

How about you upload your entire project to github and give us a link?

  • Quote

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Share this post


Link to post
Share on other sites

Maxdu660    0

Maxdu660

Maxdu660    0

  • Tree Puncher
  • Maxdu660
  • Members
  • 0
  • 2 posts
Posted February 24, 2020

https://github.com/maxdu660/improved-adventure

  • Quote

Share this post


Link to post
Share on other sites

Ugdhar    232

Ugdhar

Ugdhar    232

  • World Shaper
  • Ugdhar
  • Members
  • 232
  • 2215 posts
Posted February 24, 2020 (edited)

Not 100% sure if it matters, but in your model file, where you specify the texture, you have a capital L on layer, and all my model files are all lowercase.

 

You also have the texture looking in exemplemod:items/exemple_item, but I believe it should be exemplemod:item/exemple_item.

 

also, you should always post/read the latest.log, it likely tells you it can't load the texture somewhere.

Edited February 24, 2020 by Ugdhar
  • Like 1
  • 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

    • Draco18s
      [1.16.4] License Issue..

      By Draco18s · Posted 1 minute ago

      Seems pretty self explanatory to me.
    • BIGDog8808
      HELP! WORLD WONT WORK

      By BIGDog8808 · Posted 50 minutes ago

      https://drive.google.com/drive/folders/1lIZLDI40nI-DyAqA2PUu5TP3va3Tfb2v?usp=sharing here is the link
    • DaemonUmbra
      HELP! WORLD WONT WORK

      By DaemonUmbra · Posted 54 minutes ago

      Send it via google drive I guess
    • LK1905
      [1.16.4] How do I correctly sync capability data between Client and server?

      By LK1905 · Posted 55 minutes ago

      Okay, I believe I've done what you have told me, and my gui does update me gaining xp.   However, theres something wrong with my sync method, as whenever it is called, it resets all xp values to zero. So the values in my gui are lost when reloading the world.   Heres the sync method in my Skills class: @Override public void sync(ServerPlayerEntity player) { if(entity instanceof ServerPlayerEntity) { PacketHandler.sendTo(new SkillsPacket(serializeNBT()), player); } }   Heres my attempt at syncing on login, in my player event handler: @SubscribeEvent public static void onPlayerConnect(PlayerLoggedInEvent event) { ServerPlayerEntity player = (ServerPlayerEntity) event.getPlayer(); if(!player.world.isRemote) { player.getCapability(SkillCapability.SKILL_CAP).ifPresent(c -> c.sync(player)); } }   Updated my git repo, here.
    • DaemonUmbra
      [1.16.4] License Issue..

      By DaemonUmbra · Posted 55 minutes ago

      Show your mods.toml
  • Topics

    • TurtlesAreHot
      2
      [1.16.4] License Issue..

      By TurtlesAreHot
      Started 1 hour ago

    • BIGDog8808
      8
      HELP! WORLD WONT WORK

      By BIGDog8808
      Started 4 hours ago

    • LK1905
      25
      [1.16.4] How do I correctly sync capability data between Client and server?

      By LK1905
      Started December 31, 2020

    • Rhayzan
      0
      [SOLVED] Dependency Failure

      By Rhayzan
      Started 1 hour ago

    • S-Spirit
      3
      [1.16.4] Why recipe result calculated on server side?

      By S-Spirit
      Started 3 hours ago

  • Who's Online (See full list)

    • Quaint34
    • Draco18s
    • Cutewarriorlover
    • 通行人スライム
    • TheDonkey_King
    • xmangoz12
    • Leronus
    • yandyman
    • Lucas0710
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Item texture invisible
  • Theme

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