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
  • How to register a recipe
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

    • BRDNYT
      Forge not Loading Mods

      By BRDNYT · Posted 5 minutes 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 7 minutes 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. 🙂
    • DaemonUmbra
      Help please, Forge keeps crashing

      By DaemonUmbra · Posted 9 minutes ago

      Where are you getting your mods?
    • DaemonUmbra
      I can't run forge jar file

      By DaemonUmbra · Posted 10 minutes ago

      I mean use java -jar [Forge Installer File Name] --offline
    • DavidM
      Custom PlayerRender/ModelBiped/ArmorLayers - 1.12.2

      By DavidM · Posted 1 hour ago

      You have an invalid constructor. Check your parameters.
  • Topics

    • prickasso1
      2
      Forge not Loading Mods

      By prickasso1
      Started 7 hours ago

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

      By Kalman98
      Started Thursday at 10:53 PM

    • teakori
      1
      Help please, Forge keeps crashing

      By teakori
      Started 1 hour ago

    • 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)

    • BRDNYT
    • DaemonUmbra
    • RoyalReject
    • Kalman98
    • Naturix
    • 20LeeBrian1
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • How to register a recipe
  • Theme
  • Contact Us

Copyright © 2017 ForgeDevelopment LLC Powered by Invision Community