Jump to content

Ugdhar

Moderators
  • Posts

    2617
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Ugdhar

  1. If I were going to dev for unsupported versions, I would probably just use google/forum search. Support requests here (not sure if that includes "is there an archive for xxx outdated version?") for old versions get locked by moderators.
  2. Please post logs and updated code. Code is best shared using a github repo, so even if you forget to share a piece, someone can still look at it.
  3. Ugdhar

    0tam

    Really old versions are no longer supported. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  4. What if you remove the .get() from the ModBlocks.WAND_INFUSER in the builder create call? Looking at an example elsewhere that shows it using the actual supplier and not the Block.
  5. I think everything except registration events/deferredregisters, and I think the setup events, are on the forge bus.
  6. 1.12 is no longer supported due to age. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in in the LTS link at the top of every page
  7. More information is needed, there should be a logs folder in the run folder in your project, post the debug.log from in there. If it will fit here, use spoiler tags, otherwise you may have to post it on an external site and post the link here.
  8. 1.12 is no longer supported due to age. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in in the LTS link at the top of every page
  9. 1.12 is no longer supported due to age. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in in the LTS link at the top of every page
  10. 1.12 is no longer supported due to age. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in in the LTS link at the top of every page
  11. 1.12 is no longer supported due to age. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  12. Old versions that use setupDecompWorkspace are no longer supported. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  13. Post the debug.log as described in the EAQ, it will be in the logs folder in your minecraft game folder.
  14. - Please keep posts in English, this is an English forum. 1.12 is no longer supported due to age. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  15. You're registering the class on the mod event bus, but those are forge event bus events.
  16. You need to register TILE_ENTITIES on the mod event bus, as far as I've seen all deferred registers are usually registered on the mod event bus in the mod constructor.
  17. Can't run client mods on a server, remove xray. I think diesieben mentioned that a few posts up while asking for the debug,log.
  18. 1.12 is no longer supported due to age. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  19. The filenames of many of your mods suggest you downloaded them from a Bad Website (such as 9 minecraft or something). Mods hosted on these sites are often doing so without permission, and may have outdated or modified/tampered with versions. You should only download mods from curseforge.com or directly from the mod authors website. See https://stopmodreposts.org/ for more information and a list of bad websites to definitely not download mods from. I would delete all of your mods, and redownload them from curseforge.
  20. That looks like the crashlog, not the debug.log
  21. The thing about Optifine is it is very finicky about what versions of forge it works with. If you look in the changelog for each Optifine version, it will tell you which version of forge it is compatible with. From my experience (watching, not using), if the versions don't match exactly, you could run into issues. The problem then is if you use an older build of forge to use Optifine, some of the other mods may be designed/built with a newer build, and won't work. So you have to pick and choose and decide what you can/can't live with.
  22. Does it work if you remove Optifine?
  23. I was messing with loot recently using global loot modifiers, and it worked pretty sweet. Looks very similar in setup to what you're doing here, just different way of registering I guess. Here's the link: https://github.com/MinecraftForge/MinecraftForge/blob/1.15.x/src/test/java/net/minecraftforge/debug/gameplay/loot/GlobalLootModifiersTest.java And here's a link to the thread I had started while trying to figure it out, hope it helps! https://www.minecraftforge.net/forum/topic/83671-1152-manipulate-actual-block-drops-not-what-can-drop/
  24. Please post the debug.log from the logs folder. It is possibly quite large, so you may have to host it on a paste site or a github gist or something and link back to it here. If you can post it here, please put it in spoiler tags
  25. Move the mods out of that 1.14.4-forge-28.2.4 folder and put them directly in the mods folder. If you'd like to split mods out by version, create separate installations for them with different game folders. That should fix it for ya hopefully!
×
×
  • Create New...

Important Information

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