Jump to content

LaRoso

Members
  • Posts

    14
  • Joined

  • Last visited

LaRoso's Achievements

Tree Puncher

Tree Puncher (2/8)

1

Reputation

  1. Hey, My game lags about every minute, I guess it's when the game saves. Is there a way to change the saving interval in minecraft? Or do you know how to fix the lags? I'm using ATM modpack for MC 1.12.2 Greetings
  2. How do I get the texture onto my item? It's just an item used for crafting. EDIT: I'm not sure. I think I should go back to 1.12.2 and make things there.
  3. Nope, IntelliJ I tried it with Eclipse first, but it worked even less.
  4. Yes, I did that, but it still says that. You can look at the GitHub. Maybe you find, what I missed EDIT: I just made a new project and copied the files there. It's working now, I guess
  5. I think I fixed it everywhere. But when I try to run it, it says "Skipped language file: diyDiamonds:lang/en_us.json (net.minecraft.util.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: diyDiamonds:lang/en_us.json)" and "net.minecraft.util.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: diyDiamonds:sounds.json" I don't have a sounds.json nor a en_us.json Where does that come from, and how to fix it? crash-2019-06-07_03.10.44-client.txt
  6. former. Oh yes thanks, dunno how that could have happened
  7. Hello Modding Community, I'm relatively new to minecraft modding, and I'm sure I will have a lot of questions, so I open up this thread to bundle them. On creating a new item: I have a png now in my textures.item folder. How exactly do I use and register it now? Also, this is my project: https://github.com/LaRoso/DIYDiamonds I'm not entirely sure how to use GitHub, but I do, what I think is right
  8. Ok, I looked at them. But where exactly should I start to learn? It's just too much information at once. Also: should I open up a new thread for this?
  9. Well, that has to be my mistake. Can you give me tips on how to do that?
  10. Greetings Modding Veterans, I just began to learn the ancient craft of Minecraft Modding but stumbled across an Error I found no entries in the scrolls of the internet to. As in the title already mentioned the Error is at the method setUnlocalizedName(name); in the same location I also have setRegistryName(name); setCreativeTab(CreativeTabs.DECORATIONS); but both without complications. Unfortunately the Eclipse quick fix doesn't suggest anything here, so I'm a bit in a fix here... May some competent hero save my lost soul in this case and tell me, what my mistake here is?
×
×
  • Create New...

Important Information

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