Jump to content

hundoTabs

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by hundoTabs

  1. This makes sense now. Didn't know what one of the values was for the code when using the armor trims method. I didn't know you could use NBT tags for it. I now understand what the values were there for when in the List for the materials and how it works since it uses layering rather than the custom model loader. Thank you for that actually. When it comes to the model loader, I honestly didn't know if you did since the person who shared their mod with me had a bigger mod up that seemed more on the complex side. Which again had their own API attached to it and called within the custom model loader. Not knocking it ofc but it just threw me off for a spin to figure it out since I am very new to Forge modding. In this case, all I would need to do is just make a system similar to the armor trims and see where it goes from there?
  2. Hey, I've been looking around and trying to figure out how to make an item with a dynamic texture similar to armor and armor trims. Right now I have the items set up and into the game without any functionality. From the Forge Discord, I was told to make a custom 2D model to start the process and was linked to a GitHub showing how to do it though they had their own API and mod setup so it made it a little hard to understand when looking at a way to start off. I've been digging in the code for Minecraft and found the code for the armor trims and have found a couple of methods, specifically the "generateLayeredItem()" method, that could possibly be used but how would I go about calling the method for testing purposes? IE: There is a rock item and a rune item. The items are separate but when crafted it creates a rune infused rock which is just the textures of the rock on layer0 and the rune on layer1. I've messed around with layering and figured out how to do it if it was just a regular item using the .json for it rather an item that can be interchangeable as if it were an armor with an armor trim. I haven't been able to find any resources on making a custom 2D model and have only been able to find how to make custom 3D models whether that be for items or blocks. Any help, tips or guidance would be greatly appreciated.
  3. As the title asks, is there any guides or would they all follow the lines of 1.19.3? I have a tutorial playlist that does 1.19.3 and does work for 1.19.4 though it's not complete and is still having new videos worked on currently but again is there any updated guides whether text or video for 1.19.4?
  4. Hey all, despite being a little new here I went and searched and seen this question pop up once for 3D models, which I assume would still stand in a way, but how would you go about creating modular weapons using just the regular 2D textures? My first guess is figure out a polymorphism system if the current version of Minecraft and Forge is able to do such though thinking about a concept is easier than actually putting it down on paper. Is there any where to look to read up on this? Of course I'll start off small and try to figure out how to piece two parts together to make the texture render as a pickaxe from the part without having to photoshop or pixel art every single combination texture (which although is painstakingly doable it probably isn't the "right" way to go about it). More or less, I could be in way over my head for trying something so complex with some experience with Java and a total beginner to Forge modding. If anyone has done something similar where did you read up for writing your own version of a system that would relate to Minecraft for something as such?
×
×
  • Create New...

Important Information

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