Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • ForeGradle 3.+ isn't found on forge Maven... - How to create a PR to 1.13-pre then?
The update for 1.13 is being worked on - please be patient. (Updated 02/14/19)
  • Optionally enter a message with your report.

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    • Insert other media
      • Insert existing attachment
      • Insert image from URL
    ×
    • Desktop
    • Tablet
    • Phone
  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • DaemonUmbra
      Forge not Loading Mods

      By DaemonUmbra · Posted 25 minutes ago

      Please don't hijack threads, make your own.
    • DaemonUmbra
      Help please, Forge keeps crashing

      By DaemonUmbra · Posted 25 minutes ago

      Please read my signature.
    • teakori
      Help please, Forge keeps crashing

      By teakori · Posted 1 hour ago

      9Minecraft is where I get them usually but some are off of curseforge
    • BRDNYT
      Forge not Loading Mods

      By BRDNYT · Posted 1 hour ago

      @DaemonUmbra I have the same problem (not loading mods) downloading Forge for 1.13.2 from MinecraftForge.net. Here is my most recent .log: Pastebin. It says it is missing .toml files and that OptiFine and VoxelMap are invalid mods.
    • Kalman98
      [SOLVED][1.12.2] Send custom CPacketChatMessage to server?

      By Kalman98 · Posted 1 hour ago

      The code has now been ported to use ReflectionHelper. Thanks @Cardiboo! Here is the new solution (note that I wrote the code for 1.8.9, I believe it is the same or very similar on current versions): Field c01MessageField = ReflectionHelper.findField(C01PacketChatMessage.class, "message", "field_149440_a"); c01MessageField.setAccessible(true); C01PacketChatMessage packet = new C01PacketChatMessage(); try { ReflectionFields.c01MessageField.set(packet, msg); } catch (IllegalAccessException e) { TFSChat.logger.error("Error setting message length, sticking with 100.", e); packet = new C01PacketChatMessage(msg); }     If more examples are needed for any future help-seekers, my full (1.8.9) source code is here: https://gitlab.com/Kalman98/256chat   I am sorry to have devolved this thread back to 1.8. The code really is very close to the modern stuff, at least. 🙂
  • Topics

    • prickasso1
      3
      Forge not Loading Mods

      By prickasso1
      Started 9 hours ago

    • teakori
      3
      Help please, Forge keeps crashing

      By teakori
      Started 2 hours ago

    • Kalman98
      4
      [SOLVED][1.12.2] Send custom CPacketChatMessage to server?

      By Kalman98
      Started Thursday at 10:53 PM

    • 20LeeBrian1
      11
      I can't run forge jar file

      By 20LeeBrian1
      Started Yesterday at 03:53 AM

    • SorenCabral
      27
      Custom PlayerRender/ModelBiped/ArmorLayers - 1.12.2

      By SorenCabral
      Started Friday at 03:28 AM

  • Who's Online (See full list)

    • T-Dark
    • rulebreaker
    • Aleoui
    • MCrafterzz
    • PirateCody
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • ForeGradle 3.+ isn't found on forge Maven... - How to create a PR to 1.13-pre then?
  • Theme
  • Contact Us

Copyright © 2017 ForgeDevelopment LLC Powered by Invision Community