Posted June 8, 20214 yr I just finished coding all of the fun bits to create a custom model for my chestplate, but when I tested it, there was no texture. The texture png is in the right place and the armor java class refers to it, so I'm not sure what's going on. It's the only thing about the armor that doesn't work.
June 10, 20214 yr 41 minutes ago, Skullblade said: I could use some help. you need to stitch the texture in the TextureStitchEvent.Pre
June 10, 20214 yr Author 4 hours ago, Luis_ST said: you need to stitch the texture in the TextureStitchEvent.Pre Stitch the texture? I've never heard of that before.
June 10, 20214 yr 12 minutes ago, Skullblade said: Stitch the texture? I've never heard of that before. you have to tell minecraft where to find the texture for your model use this as a practical example
June 10, 20214 yr Author 29 minutes ago, Luis_ST said: you have to tell minecraft where to find the texture for your model use this as a practical example See, I already tried telling Minecraft where the texture was in ArgentumChestplate.java, and that didn't work. I tried your method anyway, and I got the exact same results. Here's my new code.
June 10, 20214 yr 10 minutes ago, diesieben07 said: You need to check TextureStitchEvent#getMap, otherwise you will stitch your texture on all texture atlases, which is not what you want. and what exactly do I have to check this map for
June 10, 20214 yr Author 58 minutes ago, diesieben07 said: Not for textures which are used stand alone, you only need to do that if you need the texture to be part of a texture sheet. You need to check TextureStitchEvent#getMap, otherwise you will stitch your texture on all texture atlases, which is not what you want. @Skullblade Post a Git repo of your mod please. I've never posted a Git repo before, so I don't know how to.
June 10, 20214 yr Author 35 minutes ago, diesieben07 said: There are plenty of tutorials on the internet. Uhh, I just made a repository and all of my .jsons and .javas turned red. That's not scary at all.
June 10, 20214 yr Author 37 minutes ago, diesieben07 said: There are plenty of tutorials on the internet. So, how do I post the repo anyway? I can't find a file or anything where I told it to go, so is there something I have to do in my IDE?
June 10, 20214 yr Author 6 minutes ago, diesieben07 said: You have to push the repo to something like Github or Gitlab, then people can clone it. So I need a Github account for that?
June 11, 20214 yr Author 8 hours ago, diesieben07 said: Correct. I'm not understanding how to push the repo (github has always been over my head). Are you sure there isn't something else I could provide you for help? No one else has needed a repo to help with my other problems before...
June 11, 20214 yr Author 29 minutes ago, diesieben07 said: Sorry, but I am not willing to stare at screenshots or pieces of code for ages trying to find that one stupid typo that you made and can't find yourself. I've looked for over an hour trying to figure out how to push a repo to GitHub and the tutorials online do not make sense. So could you please explain how to push a repo, or look at the code to find this "stupid typo that I made and can't find myself" even though I don't know how to even apply a custom armor model to code in the first place so how could I know what is or isn't a typo, or could you find someone who can? I understand that looking at someone else's code is boring and often doesn't make sense, and I do want to make this work for both of us, but I can't post a repo of the mod until I understand how, and right now, I haven't the faintest clue what to do.
June 11, 20214 yr 1 hour ago, Skullblade said: I've looked for over an hour trying to figure out how to push a repo to GitHub and the tutorials online do not make sense. So could you please explain how to push a repo, or look at the code to find this "stupid typo that I made and can't find myself" even though I don't know how to even apply a custom armor model to code in the first place so how could I know what is or isn't a typo, or could you find someone who can? I understand that looking at someone else's code is boring and often doesn't make sense, and I do want to make this work for both of us, but I can't post a repo of the mod until I understand how, and right now, I haven't the faintest clue what to do. you need: a github account a git client (e.g. GitHub Desktop) create: create a new repository (file -> new repository) search the folder and add all the files of your mod replace all files that have been created automatically with those of forge if available (never the .git folder) use the push button to publish your repo, don't use the button "keep this code private" points 2 and 3 can change if you do this directly from your IDE (I have no idea how you do it from your IDE) post the link of your reop
June 11, 20214 yr Author 23 minutes ago, Luis_ST said: you need: a github account a git client (e.g. GitHub Desktop) create: create a new repository (file -> new repository) search the folder and add all the files of your mod replace all files that have been created automatically with those of forge if available (never the .git folder) use the push button to publish your repo, don't use the button "keep this code private" points 2 and 3 can change if you do this directly from your IDE (I have no idea how you do it from your IDE) post the link of your reop Yeah, I think the problem was that I started out from IntelliJ. I pushed the repo to GitHub, but no files are showing up. I can't delete the repo and start over, I don't know how to add files... It's very hopeless over here.
June 11, 20214 yr 6 minutes ago, Skullblade said: Yeah, I think the problem was that I started out from IntelliJ. I pushed the repo to GitHub, but no files are showing up. I can't delete the repo and start over, I don't know how to add files... It's very hopeless over here. use a git client to handle these
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.