Jump to content

Ugdhar

Moderators
  • Posts

    2617
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ugdhar

  1. There is no Optifine for that version of forge you are using. On the optifine download page (https://optifine.net/downloads) it shows you to the right of the download link the version of forge it is designed for. warjort mentioned this earlier in the thread
  2. You have a 1.19.2 mod in your 1.18.2 installation
  3. If you remove the Supplementaries mod, it cannot be the same (exact) error, so please post a new log to a paste site (such as gist.github.com) and link to it here for further debugging.
  4. Then try removing the Supplementaries mod, I believe it's the one crashing it trying to use newer supplier features
  5. I think you need to upgrade to a newer version of the 1.18.2 forge. Try the latest and see if that helps.
  6. I believe this usually means that some of your mods require a version of forge newer than the version you are using (forge-43.1.1). Perhaps try using the latest build (43.1.47 as of this msg) and see if that helps.
  7. Does it still happen if you remove Optifine? You should post the entire debug.log from the logs folder, preferably to a paste site like a github gist, and link to it here.
  8. this, or possibly (LivingEntity)this should do it.
  9. AgeableMob descends from LivingEntity
  10. I believe when you get missing dependcies stating forge, that it means some of your mods require a different (probably newer) version of forge. And do any of the other mods you are using require "apoli"? It would help if you posted your entire debug.log somewhere (gist.github.com for instance) instead of just parts of it. Are you using the official launcher? If you're using the curseforge launcher, I've heard they disable debug.log by default, you it needs to be turned on in the settings somewhere.
  11. You need to post your debug.log, unfortunately that screenshot didn't give any useful information
  12. From the run.sh that comes with forge:
  13. Try a browser besides chrome, or search the forums, someone posted a fix that has mixed results for success.
  14. https://github.com/Ugdhar/NewGlintTest Pretty much all the code in this is in the ClientEvents class, since it's rendering stuff, stuck it in there in an attempt to make sure it doesn't get loaded on a server (even though it's a test). I borrowed a lot of vanilla code as filler, since so much of it is protected/private, and I totally admit that I don't know what a ton of this rendering code does, but I'm working on it And of course, if there's an easy way of making something glow with an enchantment-like effect (but not purple, other colors), and I'm overdoing it, happy to do it the simple way!
  15. Yeah, I'm using the latest, and it still kept switching to minecraft. Once I get a repo up with a test I'll share it here. *edit: Ok, last run didn't blow up, not quite sure why, as I didn't change the registration/ResourceLocation. We'll see!
  16. Thanks for this, totally didn't even think to check for events, and I should have! I have a feeling this is going to be a long arduous task, as I'm not very proficient with rendering stuff or shaders, I just wanted to make a different colored glint to apply to an item, besides the purply glow regular enchants give. I'm going to make a separate test mod project for it, as already it looks as though there might be an issue with ShaderInstance not respecting the modid passed with the ResourceLocation and just defaulting to "minecraft", but my current test is pretty messy, so I'm going to make a new tidy one for this before I look for help with that. Of course, anyone that has any info on this subject, please feel free to post tips/hints/help/references/etc!
  17. So the goal is to have a custom enchantment glint color. I've been poking around the vanilla code for how the normal enchantment glint is applied, found its texture, but I am unsure exactly which parts I need. As far as I can tell, I need a new/custom RenderType, which looks as though it needs a ShaderInstance. I'm just unsure where/how these things are registered and/or called from forge. I've tried doing some google and forums search, but have found very little information on it, and most of it seems old. Anyone have any info/experience with this that could point me in the right direction to find some answers? Thanks
  18. They're probably using an old unsupported version (or god knows what) as well, considering they scribbled out the version number.
  19. Where did you download your mods from? The names of many of them imply you downloaded them from a shady illegal mod site. If you did not download all of them from curseforge.com, then I would delete all of them, and go redownload them from the legitimate source. Mods from shifty websites can be packaged with who knows what, and may not even be the most current versions. Check out https://stopmodreposts.org/ for more information.
  20. Unfortunately 1.16 is no longer supported on these forums. Currently supported versions are 1.18 and 1.19. More information here:
  21. If the mod is open source, then it is completely fine, and likely one of the reasons the mod author made their mod open source to begin with. If you release a mod, perhaps include the authors of open source mods that have given you help/inspiration in your credits/thanks/readme.
  22. It should be in C:/Users/azuzw/AppData/Roaming/.minecraft/logs
  23. Your version of minecraft/forge is no longer supported. Currently supported versions are 1.18 and 1.19. You will need to update to receive support here.
  24. Also, I do not believe you can use Optifine on a server, as it's a client performance mod, so if this is from your server, remove optifine from it.
  25. Please post your debug.log, it contains information that isn't in the crashlog that might help figure out what your problem is. Also, using official launcher, or another one? The more info available, better chance of figuring it out
×
×
  • Create New...

Important Information

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