Jump to content

Skullblade

Members
  • Posts

    104
  • Joined

  • Last visited

Everything posted by Skullblade

  1. So I need a Github account for that?
  2. 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?
  3. Uhh, I just made a repository and all of my .jsons and .javas turned red. That's not scary at all.
  4. I've never posted a Git repo before, so I don't know how to.
  5. 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.
  6. Stitch the texture? I've never heard of that before.
  7. 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.
  8. The armor works! I think I may have screwed up the model in blockbench, but now that I know how this stuff works, it'll be an easy fix. Thank you so much!
  9. Deleting parts that are errored leads to more errors in other parts.
  10. Sweet, now that's all fixed. In ArgentumChestplate.java, I'm able to replace ArgentumChestplate with ArgentumChestplateModel, but there's still a problem with the model.blank stuff. Each one except for model.rightArmPose and model.leftArmPose says 'can't resolve symbol'.
  11. I took a guess and it's .setPos for .setRotationPoint. The only issue left is this error from public ArgentumChestplateModel(); There is no default constructor available in 'net.minecraft.client.renderer.entity.model.BipedModel'
  12. That just makes it a .json again.
  13. Well, the class name ArgentumChestplateModel is no longer underlined in red, but everything else is brighter than a fire engine.
  14. Missing package statement: 'com.skullblade.planeswalkermod.common.models'
  15. Sure. I'm not sure why, but ArgentumChestplateModel is riddled with errors.
  16. The model class is named ArgentumChestplateModel.java, and it's located in src/main/java/com/skullblade/planeswalkermod/common/models.
  17. It won't even let me import the ArgentumChestplateModel class.
  18. Part of the problem is that the thread you looked at is outdated. Minecraft swapped the names of a majority of their methods in 1.16, which is why I specified the specific update in this thread's title. All of the steps worked except for #4, and I believe that's because the methods are mcp, and not Mojang. The Linkie bot in the Linkie server couldn't even translate the methods. Attached is the broken part of ArgentumChestplate's code.
  19. So I have the code here with paste. As for the file structure, I took a picture of that too. Hope this helps! { "credit": "Made with Blockbench", "texture_size": [32, 32], "elements": [ { "from": [4, 13, 6], "to": [12, 14, 6], "color": 7, "faces": { "north": {"uv": [0, 7, 4, 7.5], "texture": "#missing"}, "east": {"uv": [0, 7, 0, 7.5], "texture": "#missing"}, "south": {"uv": [4, 7, 8, 7.5], "texture": "#missing"}, "west": {"uv": [4, 7, 4, 7.5], "texture": "#missing"}, "up": {"uv": [4, 7, 0, 7], "texture": "#missing"}, "down": {"uv": [8, 7, 4, 7], "texture": "#missing"} } }, { "from": [1, 12, 6], "to": [15, 13, 6], "color": 7, "faces": { "north": {"uv": [0, 0.5, 7, 1], "texture": "#missing"}, "east": {"uv": [0, 0.5, 0, 1], "texture": "#missing"}, "south": {"uv": [7, 0.5, 14, 1], "texture": "#missing"}, "west": {"uv": [7, 0.5, 7, 1], "texture": "#missing"}, "up": {"uv": [7, 0.5, 0, 0.5], "texture": "#missing"}, "down": {"uv": [14, 0.5, 7, 0.5], "texture": "#missing"} } }, { "from": [1, 12, 10], "to": [4, 13, 10], "color": 7, "faces": { "north": {"uv": [9, 5.5, 10.5, 6], "texture": "#missing"}, "east": {"uv": [9, 5.5, 9, 6], "texture": "#missing"}, "south": {"uv": [10.5, 5.5, 12, 6], "texture": "#missing"}, "west": {"uv": [10.5, 5.5, 10.5, 6], "texture": "#missing"}, "up": {"uv": [10.5, 5.5, 9, 5.5], "texture": "#missing"}, "down": {"uv": [12, 5.5, 10.5, 5.5], "texture": "#missing"} } }, { "from": [12, 12, 10], "to": [15, 13, 10], "color": 7, "faces": { "north": {"uv": [10, 7.5, 11.5, 8], "texture": "#missing"}, "east": {"uv": [10, 7.5, 10, 8], "texture": "#missing"}, "south": {"uv": [11.5, 7.5, 13, 8], "texture": "#missing"}, "west": {"uv": [11.5, 7.5, 11.5, 8], "texture": "#missing"}, "up": {"uv": [11.5, 7.5, 10, 7.5], "texture": "#missing"}, "down": {"uv": [13, 7.5, 11.5, 7.5], "texture": "#missing"} } }, { "from": [1, 12, 6], "to": [1, 13, 10], "color": 0, "faces": { "north": {"uv": [6, 9.5, 6, 10], "texture": "#missing"}, "east": {"uv": [4, 9.5, 6, 10], "texture": "#missing"}, "south": {"uv": [8, 9.5, 8, 10], "texture": "#missing"}, "west": {"uv": [6, 9.5, 8, 10], "texture": "#missing"}, "up": {"uv": [6, 9.5, 6, 7.5], "texture": "#missing"}, "down": {"uv": [6, 7.5, 6, 9.5], "texture": "#missing"} } }, { "from": [0, 11, 6], "to": [0, 12, 10], "color": 0, "faces": { "north": {"uv": [10, 7, 10, 7.5], "texture": "#missing"}, "east": {"uv": [8, 7, 10, 7.5], "texture": "#missing"}, "south": {"uv": [12, 7, 12, 7.5], "texture": "#missing"}, "west": {"uv": [10, 7, 12, 7.5], "texture": "#missing"}, "up": {"uv": [10, 7, 10, 5], "texture": "#missing"}, "down": {"uv": [10, 5, 10, 7], "texture": "#missing"} } }, { "from": [0, 12, 6], "to": [1, 12, 10], "color": 0, "faces": { "north": {"uv": [8, 4, 8.5, 4], "texture": "#missing"}, "east": {"uv": [6, 4, 8, 4], "texture": "#missing"}, "south": {"uv": [10.5, 4, 11, 4], "texture": "#missing"}, "west": {"uv": [8.5, 4, 10.5, 4], "texture": "#missing"}, "up": {"uv": [8.5, 4, 8, 2], "texture": "#missing"}, "down": {"uv": [9, 2, 8.5, 4], "texture": "#missing"} } }, { "from": [1, 13, 6], "to": [4, 13, 10], "color": 0, "faces": { "north": {"uv": [2, 6, 3.5, 6], "texture": "#missing"}, "east": {"uv": [0, 6, 2, 6], "texture": "#missing"}, "south": {"uv": [5.5, 6, 7, 6], "texture": "#missing"}, "west": {"uv": [3.5, 6, 5.5, 6], "texture": "#missing"}, "up": {"uv": [3.5, 6, 2, 4], "texture": "#missing"}, "down": {"uv": [5, 4, 3.5, 6], "texture": "#missing"} } }, { "from": [12, 13, 6], "to": [15, 13, 10], "color": 0, "faces": { "north": {"uv": [5, 6, 6.5, 6], "texture": "#missing"}, "east": {"uv": [3, 6, 5, 6], "texture": "#missing"}, "south": {"uv": [8.5, 6, 10, 6], "texture": "#missing"}, "west": {"uv": [6.5, 6, 8.5, 6], "texture": "#missing"}, "up": {"uv": [6.5, 6, 5, 4], "texture": "#missing"}, "down": {"uv": [8, 4, 6.5, 6], "texture": "#missing"} } }, { "from": [15, 12, 6], "to": [16, 12, 10], "color": 0, "faces": { "north": {"uv": [8, 6, 8.5, 6], "texture": "#missing"}, "east": {"uv": [6, 6, 8, 6], "texture": "#missing"}, "south": {"uv": [10.5, 6, 11, 6], "texture": "#missing"}, "west": {"uv": [8.5, 6, 10.5, 6], "texture": "#missing"}, "up": {"uv": [8.5, 6, 8, 4], "texture": "#missing"}, "down": {"uv": [9, 4, 8.5, 6], "texture": "#missing"} } }, { "from": [4, 5, 6], "to": [12, 9, 6], "color": 3, "faces": { "north": {"uv": [0, 2, 4, 4], "texture": "#missing"}, "east": {"uv": [0, 2, 0, 4], "texture": "#missing"}, "south": {"uv": [4, 2, 8, 4], "texture": "#missing"}, "west": {"uv": [4, 2, 4, 4], "texture": "#missing"}, "up": {"uv": [4, 2, 0, 2], "texture": "#missing"}, "down": {"uv": [8, 2, 4, 2], "texture": "#missing"} } }, { "from": [6, 0, 10], "to": [10, 3, 10], "color": 7, "faces": { "north": {"uv": [9, 3, 11, 4.5], "texture": "#missing"}, "east": {"uv": [9, 3, 9, 4.5], "texture": "#missing"}, "south": {"uv": [11, 3, 13, 4.5], "texture": "#missing"}, "west": {"uv": [11, 3, 11, 4.5], "texture": "#missing"}, "up": {"uv": [11, 3, 9, 3], "texture": "#missing"}, "down": {"uv": [13, 3, 11, 3], "texture": "#missing"} } }, { "from": [5, 3, 10], "to": [11, 5, 10], "color": 5, "faces": { "north": {"uv": [8, 6, 11, 7], "texture": "#missing"}, "east": {"uv": [8, 6, 8, 7], "texture": "#missing"}, "south": {"uv": [11, 6, 14, 7], "texture": "#missing"}, "west": {"uv": [11, 6, 11, 7], "texture": "#missing"}, "up": {"uv": [11, 6, 8, 6], "texture": "#missing"}, "down": {"uv": [14, 6, 11, 6], "texture": "#missing"} } }, { "from": [5, 1, 6], "to": [11, 5, 6], "color": 5, "faces": { "north": {"uv": [0, 7.5, 3, 9.5], "texture": "#missing"}, "east": {"uv": [0, 7.5, 0, 9.5], "texture": "#missing"}, "south": {"uv": [3, 7.5, 6, 9.5], "texture": "#missing"}, "west": {"uv": [3, 7.5, 3, 9.5], "texture": "#missing"}, "up": {"uv": [3, 7.5, 0, 7.5], "texture": "#missing"}, "down": {"uv": [6, 7.5, 3, 7.5], "texture": "#missing"} } }, { "from": [4, 7, 10], "to": [7, 9, 10], "color": 1, "faces": { "north": {"uv": [10, 1, 11.5, 2], "texture": "#missing"}, "east": {"uv": [10, 1, 10, 2], "texture": "#missing"}, "south": {"uv": [11.5, 1, 13, 2], "texture": "#missing"}, "west": {"uv": [11.5, 1, 11.5, 2], "texture": "#missing"}, "up": {"uv": [11.5, 1, 10, 1], "texture": "#missing"}, "down": {"uv": [13, 1, 11.5, 1], "texture": "#missing"} } }, { "from": [9, 7, 10], "to": [12, 9, 10], "color": 1, "faces": { "north": {"uv": [9, 4.5, 10.5, 5.5], "texture": "#missing"}, "east": {"uv": [9, 4.5, 9, 5.5], "texture": "#missing"}, "south": {"uv": [10.5, 4.5, 12, 5.5], "texture": "#missing"}, "west": {"uv": [10.5, 4.5, 10.5, 5.5], "texture": "#missing"}, "up": {"uv": [10.5, 4.5, 9, 4.5], "texture": "#missing"}, "down": {"uv": [12, 4.5, 10.5, 4.5], "texture": "#missing"} } }, { "from": [9, 9, 10], "to": [11, 10, 10], "color": 4, "faces": { "north": {"uv": [0, 4.5, 1, 5], "texture": "#missing"}, "east": {"uv": [0, 4.5, 0, 5], "texture": "#missing"}, "south": {"uv": [1, 4.5, 2, 5], "texture": "#missing"}, "west": {"uv": [1, 4.5, 1, 5], "texture": "#missing"}, "up": {"uv": [1, 4.5, 0, 4.5], "texture": "#missing"}, "down": {"uv": [2, 4.5, 1, 4.5], "texture": "#missing"} } }, { "from": [5, 9, 10], "to": [7, 10, 10], "color": 4, "faces": { "north": {"uv": [0, 4, 1, 4.5], "texture": "#missing"}, "east": {"uv": [0, 4, 0, 4.5], "texture": "#missing"}, "south": {"uv": [1, 4, 2, 4.5], "texture": "#missing"}, "west": {"uv": [1, 4, 1, 4.5], "texture": "#missing"}, "up": {"uv": [1, 4, 0, 4], "texture": "#missing"}, "down": {"uv": [2, 4, 1, 4], "texture": "#missing"} } }, { "from": [4, 5, 10], "to": [12, 7, 10], "color": 3, "faces": { "north": {"uv": [0, 6, 4, 7], "texture": "#missing"}, "east": {"uv": [0, 6, 0, 7], "texture": "#missing"}, "south": {"uv": [4, 6, 8, 7], "texture": "#missing"}, "west": {"uv": [4, 6, 4, 7], "texture": "#missing"}, "up": {"uv": [4, 6, 0, 6], "texture": "#missing"}, "down": {"uv": [8, 6, 4, 6], "texture": "#missing"} } }, { "from": [3, 10, 10], "to": [6, 11, 10], "color": 7, "faces": { "north": {"uv": [10, 8, 11.5, 8.5], "texture": "#missing"}, "east": {"uv": [10, 8, 10, 8.5], "texture": "#missing"}, "south": {"uv": [11.5, 8, 13, 8.5], "texture": "#missing"}, "west": {"uv": [11.5, 8, 11.5, 8.5], "texture": "#missing"}, "up": {"uv": [11.5, 8, 10, 8], "texture": "#missing"}, "down": {"uv": [13, 8, 11.5, 8], "texture": "#missing"} } }, { "from": [10, 10, 10], "to": [13, 11, 10], "color": 7, "faces": { "north": {"uv": [8, 10, 9.5, 10.5], "texture": "#missing"}, "east": {"uv": [8, 10, 8, 10.5], "texture": "#missing"}, "south": {"uv": [9.5, 10, 11, 10.5], "texture": "#missing"}, "west": {"uv": [9.5, 10, 9.5, 10.5], "texture": "#missing"}, "up": {"uv": [9.5, 10, 8, 10], "texture": "#missing"}, "down": {"uv": [11, 10, 9.5, 10], "texture": "#missing"} } }, { "from": [3, 9, 6], "to": [13, 11, 6], "color": 7, "faces": { "north": {"uv": [0, 1, 5, 2], "texture": "#missing"}, "east": {"uv": [0, 1, 0, 2], "texture": "#missing"}, "south": {"uv": [5, 1, 10, 2], "texture": "#missing"}, "west": {"uv": [5, 1, 5, 2], "texture": "#missing"}, "up": {"uv": [5, 1, 0, 1], "texture": "#missing"}, "down": {"uv": [10, 1, 5, 1], "texture": "#missing"} } }, { "from": [11, 11, 10], "to": [16, 12, 10], "color": 2, "faces": { "north": {"uv": [9, 2.5, 11.5, 3], "texture": "#missing"}, "east": {"uv": [9, 2.5, 9, 3], "texture": "#missing"}, "south": {"uv": [11.5, 2.5, 14, 3], "texture": "#missing"}, "west": {"uv": [11.5, 2.5, 11.5, 3], "texture": "#missing"}, "up": {"uv": [11.5, 2.5, 9, 2.5], "texture": "#missing"}, "down": {"uv": [14, 2.5, 11.5, 2.5], "texture": "#missing"} } }, { "from": [0, 11, 10], "to": [5, 12, 10], "color": 2, "faces": { "north": {"uv": [9, 2, 11.5, 2.5], "texture": "#missing"}, "east": {"uv": [9, 2, 9, 2.5], "texture": "#missing"}, "south": {"uv": [11.5, 2, 14, 2.5], "texture": "#missing"}, "west": {"uv": [11.5, 2, 11.5, 2.5], "texture": "#missing"}, "up": {"uv": [11.5, 2, 9, 2], "texture": "#missing"}, "down": {"uv": [14, 2, 11.5, 2], "texture": "#missing"} } }, { "from": [0, 11, 6], "to": [16, 12, 6], "color": 2, "faces": { "north": {"uv": [0, 0, 8, 0.5], "texture": "#missing"}, "east": {"uv": [0, 0, 0, 0.5], "texture": "#missing"}, "south": {"uv": [8, 0, 16, 0.5], "texture": "#missing"}, "west": {"uv": [8, 0, 8, 0.5], "texture": "#missing"}, "up": {"uv": [8, 0, 0, 0], "texture": "#missing"}, "down": {"uv": [16, 0, 8, 0], "texture": "#missing"} } }, { "from": [12, 5, 6], "to": [12, 9, 10], "color": 4, "faces": { "north": {"uv": [2, 9.5, 2, 11.5], "texture": "#missing"}, "east": {"uv": [0, 9.5, 2, 11.5], "texture": "#missing"}, "south": {"uv": [4, 9.5, 4, 11.5], "texture": "#missing"}, "west": {"uv": [2, 9.5, 4, 11.5], "texture": "#missing"}, "up": {"uv": [2, 9.5, 2, 7.5], "texture": "#missing"}, "down": {"uv": [2, 7.5, 2, 9.5], "texture": "#missing"} } }, { "from": [16, 11, 6], "to": [16, 12, 10], "color": 0, "faces": { "north": {"uv": [10, 9.5, 10, 10], "texture": "#missing"}, "east": {"uv": [8, 9.5, 10, 10], "texture": "#missing"}, "south": {"uv": [12, 9.5, 12, 10], "texture": "#missing"}, "west": {"uv": [10, 9.5, 12, 10], "texture": "#missing"}, "up": {"uv": [10, 9.5, 10, 7.5], "texture": "#missing"}, "down": {"uv": [10, 7.5, 10, 9.5], "texture": "#missing"} } }, { "from": [15, 12, 6], "to": [15, 13, 10], "color": 0, "faces": { "north": {"uv": [6, 10, 6, 10.5], "texture": "#missing"}, "east": {"uv": [4, 10, 6, 10.5], "texture": "#missing"}, "south": {"uv": [8, 10, 8, 10.5], "texture": "#missing"}, "west": {"uv": [6, 10, 8, 10.5], "texture": "#missing"}, "up": {"uv": [6, 10, 6, 8], "texture": "#missing"}, "down": {"uv": [6, 8, 6, 10], "texture": "#missing"} } }, { "from": [4, 5, 6], "to": [4, 9, 10], "color": 4, "faces": { "north": {"uv": [8, 7.5, 8, 9.5], "texture": "#missing"}, "east": {"uv": [6, 7.5, 8, 9.5], "texture": "#missing"}, "south": {"uv": [10, 7.5, 10, 9.5], "texture": "#missing"}, "west": {"uv": [8, 7.5, 10, 9.5], "texture": "#missing"}, "up": {"uv": [8, 7.5, 8, 5.5], "texture": "#missing"}, "down": {"uv": [8, 5.5, 8, 7.5], "texture": "#missing"} } } ], "groups": [ { "name": "body", "origin": [0, 0, 0], "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28] } ] }
  20. Well, it doesn't work. It's not connected to the code, so nothing is happening. As for pastebin, I have no clue how to do that. (I probably won't be able to respond for another 15 or so hours, so don't be surprised. Ty for the help)
  21. Ok, so I exported it and then put all of the files where they belong. Now what?
  22. Yeah, I chose Modded Entity. But, I've converted it to Java Block/Item. Do I now export it as a Block/Item model?
  23. It seems pretty straightforward. The only thing is, I can't find anywhere to export the model as a .json. It only gives me options to export as a Java Entity, an OBJ Model, or a glTF.
×
×
  • Create New...

Important Information

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