Jump to content

jonathanpecany

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by jonathanpecany

  1. I managed to fix it. I luckily had a backup from a while back, which isn't current. However, I did something smart. Since that was still working I simply copied the registry from that one and pasted it into the current one and it worked-ish. There are some shader bugs, minor block NBT not loading properly, and some missing blocks. I may be able to fix the NBT ones. Luckily most of them were from the backup and I could copy and paste those.
  2. I am using 1.12.2, which is unsupported but I can't update to the newest Forge version as about 66% () of all the mods I use stopped being updated after 1.12.2. If it weren't for that, I would. I haven't touched on this world for a year now and completely forgot what happened. I then remembered what happened. About a year ago or 2, I was playing on my modded 1.12.2 world when Minecraft suddenly stopped responding and I had to force-stop it. Which was a mistake as now when joining the world, it throws this error. (I am using mclo.gs as it formats it better and makes it easier to read). This error I managed to fix this by editing the Minecraft world directly and removing the tileEntity errors, however, another problem arose. That would be blocks being mismatched and not in the correct location. I did report an issue about the crash on the More Planets Github. This shows images of the scrambled blocks Anyway to fix this in any way. I need that world back as this is my masterpiece modded survival world. I do not want to lose it. Even though I have touched it in a while, it's still a masterpiece. Is there anyway I can override the IDs to fix everything. I'll do anything to recover my world.
  3. I finally was able to start watching it. And yeah, no. I can't focus on it as for the voice is boring. I need a tutorial that I can focus well on. Something with an interesting voice.
  4. This includes the basis of Minecraft Forge modding? At the moment, I ain't in a suitable location to watch the videos, that why I ask. Just wanted to make sure it is the basis, not the basic. Which I am hoping I am using those words correctly.
  5. I seen tons of tutorials on YouTube on modding such as just setting up workspaces and creating block. But never the basis of Forge, I do mea basis, not basic. Those tutorials about creating blocks and such is not very useful. Those kinds of tutorials are more useful in plugin developing since it is simpler. I should probably also mention that I am using Mcreator to create my Minecraft mods. As I realize it may be easier. I want to mainly learn the basis of Forge so I could edit code, while understanding everything and learning stuff like making blocks of modding tutorials isn't really useful.
  6. The one thing I am worried about the most is the possibility that the team of Forge will just stop, and there goes the end of forge for newer Minecraft editions. Question is, would that ever be a possibility? What would you do if the team of forge all of a sudden abandons Forge?
  7. Your welcome. Remember, you should try to find stuff on the forums first, before asking.
  8. I feel honored to be quoted in a new post. But yes, I have asked this before, and got some replies of good resources, documents, etc. So you should probably check out my post as it may help. Here is a link to it. Hopefully it may help you.
  9. Thanks. And any basic java code help, which might come up a few times, not much. I would ask on Stack Overflow.
  10. Don't get me wrong, if the video was a lot more easier to read (metaphorically) it would be a great tutorial. And when I say that, I mean make it easier on all people learning to code. Zoom in on the code, add it pop-ups of text of what each thing would/will do. Make it describe more and help easier. Maybe make it a bit interactive. And less stressful on the eyes. It would take extra work to do, but a high quality educational video isn't easy to do. Plus, you can probably monetize and with the high quality work, they could make higher profit, making it worth it. Don't forget high quality microphone and screen recorder. Got to admit though, the worst modding tutorial is from TurtyWurty, he doesn't get to the point. And he is very hard to follow. I might think about it. I already have a github account though. And since I am still new, there would be a lot of posts from me on here. Lol
  11. Thanks, I have looked at the official forge docs. I read all the way to blocks and tried to start on the coding and was confused. I will try the other links here later and hopefully they will help. Thanks. I ain't that big of a fan of video tutorials as I don't have much of an attention span and the coding words are too small and I can't really zoom in on videos. But I guess I would need to learn a lot more on registries to get started as they seem to be a core part of modding.
  12. Hello, a very noob mod here. I asked questions in the past about documentation and what not. Got the Java Docs. But after reviewing the forge docs and some tutorials, it is confusing. Like with registries and what not. I learned Java and I understand Java quite well now, but I guess this is for creating my own Java stuff, with some api. I can easily code a Server plugins, that is easy. But for Modding, it's difficult. Lot's of steps, which makes sense. To the point: I want to know, for people who mods Minecraft, how did you learn and understand it, to make the game do want you want?
  13. Alright, thanks. I will do that. Still probably going to be a pain though, but I will. Can I add my own custom comments to the source, I really hope so. But I think I can do it. Also, what is the proper forge source at, I seen that forge decomp didn't include every source?
  14. Really? That is way to much, to do that would take months. There has to be an easier way that doesn't make someone discourage.
  15. So how does other madders that create awesome mods like GalacticCraft mod? I used GalacticCraft as an example as it uses a lot of neat features, like flag design, rocket, UI, Space UI, custom armor, adding tabs in Player Inventory, and more. What steps did they take to look at how they do this and that? That is what confuses me, like if it doesn't have any sort of comments then how do people mod? That always confused me. I could always ask Mojang for documentation, but why would they, lol. If it was that simple, I am about certain that if that was that easy, Forge would have access, but who knows though, they probably only asked once, so it might just work. Never hurts to ask, they can't sue you or anything for asking, lol. That would take away my first amendment of the USA.
  16. Well, yeah. I have already done all of that. I have it open in eclipse and there are no errors. Only problem is, it will be hard to mod without some sort of docs. I have attached source to Forge in the Referenced Libraries from the .gradle cache (caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.16.4-35.1.4), I attached the decomp one. But problem is that there seems to be no comment docs inside any of them, making it harder to mod it. I did all of this right after running gradlew genEclipseRuns from cmd within the folder. I also did gradlew eclipse before that. Now, it is both build successful, I open it in eclipse and looked in reference libraries and in Forge snapshot, noticed no attached source so I added one that I think was it, which I think it was as it was working. And that was the full steps in what I did. I tried to be as specific as I can. I really want to mod Minecraft, but I don't want it to be a lot harder to find what it does exactly, that will take forever and I want to customize Minecraft to the full expense of my imagination.
  17. Well, your suggestion works. My computer run 3GBs of it quite easy. Guess I underestimated my computer, lol. Thanks again. Now, how do I get the forge source?
  18. Well, alright then. I'll report back with what will happen. Also, what is the main purpose of gradlew genEclipseRun?
  19. Wait, 3 full Gbs, now I have to say that that might just restrict a lot of people from modding. But I will try it, it might throw a heap error though.
  20. I really need help with Forge 1.16.4 in using gradlew genEclipseRun as it gets stuck at 88%, but the time continues. I have assigned about 2GBs to it and it does use that much, as well as all of my CPU usage, it is such a pig, XD. But it is stuck on 88%, even while using all of those resourced. I even left it for 7 Hours and no go, it is annoying and don't know what to do. The main reason why I am trying to run it is for the Forge Source as I heard that creates it, I think anyways. Unless anyone know where to get the forge source at, please say. I have tried looking at this post in how but doesn't exactly answer my question, actually, I don't know if it does answer my question as it hinted to running the command. Any help that leads to fixing the genEclipseRun command or help with getting the forge source in for attached docs to help with modding is very, very, very greatly appreciated. This has been solved. Click here to see what solved my problem.
  21. Thanks, and I can see the long process, how long did it take to create it.
  22. So, I have a question that is really bugging me a lot, but how was things such as Forge, Bukkit, Spigot, Optifine, etc created. Like what kind of resources did they use, did they use a Minecraft API or something, how did they manage to make it so the Minecraft launcher can detect it and run it. I kind of wanted to create my own someday but I don't know where to start, and I know I could ask when I wanna start but this question just really bugs me. === Skip this passage if you don't wanna know why I asked on Forge forums === I know I could also ask on other forum websites, like Minecraft Forums and Bukkit forums but Minecraft Forums is pretty much dead and/or dead to me and people on Bukkit don't get to the point well enough, but I asked here since Forge is a part of my question, it is quite active, and people manage to get to the point when answer, as well as nice...well, kind of nice...okay, some people on here are a bit rude, but at least they get to the point. So that is why I am asking here. I just typed this part so you guys don't ask about other forums, just in case since I am talking about other things as well. And if you are about to recommend another forum, don't, any other ones, I won't truly know about and would rather not use any recommendation, too much work to ask a simple (Maybe complex) question. =================================================================== Any intel, documentation, etc, please share. I do know quite a bit of Java, so I will understand documentations and such. So just any intel you got, it will also be very nice if a Forge developer answered as well, like very nice as I know they will have an answer. I won't accept an indirect answer however, so I need some sort of sources, documentation, or/and examples. Hopefully this all
×
×
  • Create New...

Important Information

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