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

  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • Support & Bug Reports Latest Topics
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)

Support & Bug Reports

Help with Forge goes here. Refer to Modder Support for help with Forge modding. You MUST read the EAQ before posting.

Sign in to follow this  
Followers 8
  • Start new topic

22853 topics in this forum

  • Sort By
    • Recently Updated
    • Title
    • Start Date
    • Most Viewed
    • Most Replies
    • Custom
  • Prev
  • 889
  • 890
  • 891
  • 892
  • 893
  • 894
  • 895
  • 896
  • 897
  • 898
  • 899
  • Next
  • Page 894 of 915  
Invalid pixel format
By Termin8or, September 6, 2015
0
1199
Termin8or
September 6, 2015
MOVED: [1.10] Minecraft crashes in debug
By diesieben07, July 4, 2016
0
690
diesieben07
July 4, 2016
Forge install error fresh 1.10.2 install?
By JensDev, October 24, 2016
0
588
JensDev
October 24, 2016
Vivecraft support
By Kraken301, December 19, 2017
0
528
Kraken301
December 19, 2017
Server mobs glitching around and high cpu usage
By Mo0nbase, July 30, 2019
0
967
Mo0nbase
July 30, 2019
Strange White Screen
By sirstubbs, December 11, 2016
0
817
sirstubbs
December 11, 2016
Unable to use forge 1.12.2
By minecratgamer, January 15, 2018
0
789
minecratgamer
January 15, 2018
Description: i am trying to run an All the mods 3 server and am not sure whats going wrong
By that_hackerkid, August 16, 2018
0
255
that_hackerkid
August 16, 2018
Error: java.lang.IllegalStateException: Splash thread
By landway, May 16, 2019
0
996
Cadiboo
May 16, 2019
Extreme FPS Drop
By LordVader49853, August 18, 2019
0
272
LordVader49853
August 18, 2019
MOVED: Running client in eclipse does not work.
By luacs1998, June 4, 2014
0
18923
luacs1998
June 4, 2014
MOVED: [1.7.10]Wierd bug on server side.
By diesieben07, July 9, 2014
0
1400
diesieben07
July 9, 2014
Server won't start up
By loveless21, November 24, 2014
0
3926
loveless21
November 24, 2014
Are the newest forge versions compatible with the old MC launcher?
By thefrogman, July 17, 2017
0
596
thefrogman
July 17, 2017
Mod Sources that are duplicate
By drevenspitteler, August 10, 2017
0
3016
drevenspitteler
August 10, 2017
Processor failed
By Fabi48595, July 17, 2019
0
863
belca
July 17, 2019
MOVED: No forge src packages
By diesieben07, July 23, 2014
0
2859
diesieben07
July 23, 2014
[1.7.10] ForgeHooks bug?
By mattiadr, December 13, 2014
0
1617
mattiadr
December 13, 2014
GUI vs nogui
By Curtuff, September 10, 2016
0
1786
Curtuff
September 10, 2016
Server crash after updating to 2768
By Swampfox, October 4, 2018
0
1223
Swampfox
October 4, 2018
Server Crash on connect with Forge #265
By Gladi099, September 17, 2012
0
5215
Gladi099
September 17, 2012
Minecraft 1.6.4 help
By alwyzdigging85, October 16, 2013
0
1593
alwyzdigging85
October 16, 2013
RLCraft Crashes Entering Server
By Ichimacchan, December 4, 2019
0
1019
DaemonUmbra
December 4, 2019
Forge #985 Dev Console exception & Netty spam
By Kopo942, January 3, 2014
0
3285
Kopo942
January 3, 2014
MOVED: [1.7.10] Forge 10.13.0.1160 setupDecompWorkspace error
By diesieben07, July 4, 2014
0
19423
diesieben07
July 4, 2014
  • Prev
  • 889
  • 890
  • 891
  • 892
  • 893
  • 894
  • 895
  • 896
  • 897
  • 898
  • 899
  • Next
  • Page 894 of 915  
Sign in to follow this  
Followers 8


  • Posts

    • troublemaker_47
      TeleportCommand Help

      By troublemaker_47 · Posted 1 minute ago

      Hello, I am a beginner minecraft modder and i have some problems with a bit of code that would teleport the player in the direction he's facing.can anyone tell me How to merge these lines together: player.getLookVec().scale(2.0F).add(player.getPositionVec()); TeleportCommand;   P.S: i need this to work in minecraft 1.16.5-36.0.15
    • skeletal
      unable to connect to my server

      By skeletal · Posted 8 minutes ago

      hello, every time i try to join my modded server i get the "fatally missing registry entries" error and the "minecraft:wheat (net.minecraft.crafting.shapedrecipies) produces unregistered item minecraft:wheat" error and i dont know what to do, any help would be appreciated here is a screenshot of the console when i try to join:
    • <Gl33p_0r4nge>
      [1.16.4] Screen Render

      By <Gl33p_0r4nge> · Posted 1 hour ago

      Okay I see that no one probably know how but can you at least tell me where should I get the rendered player view?  
    • Luis_ST
      [1.16.5] Help with custom Backpack (slot background and mouse wheel move)

      By Luis_ST · Posted 2 hours ago

      I don't know what code I would still be helpful, so here are the relevant classes in my git repo: TextureStitchEvent: https://github.com/Luis-st/Forge-1.16.5-36.0.1-mdk/blob/main/forge-1.16.5-36.0.1-mdk/src/main/java/net/luis/cave/events/other/OnTextureStitchEvent.java BackpackContainer (with custom slot subclass): https://github.com/Luis-st/Forge-1.16.5-36.0.1-mdk/blob/main/forge-1.16.5-36.0.1-mdk/src/main/java/net/luis/cave/common/inventory/container/BackpackContainer.java   I think I understood after trying something: my message class requires 3 methods (encode, decode, handle) which I then have to specify when registering the message (parameter 3 - 6). Am I right?
    • troublemaker_47
      Teleport player in same direction as where he looks

      By troublemaker_47 · Posted 3 hours ago

      Can you please tell me how to use the teleportcommand method or its syntax. @diesieben07
  • Topics

    • troublemaker_47
      0
      TeleportCommand Help

      By troublemaker_47
      Started 2 minutes ago

    • skeletal
      0
      unable to connect to my server

      By skeletal
      Started 9 minutes ago

    • <Gl33p_0r4nge>
      1
      [1.16.4] Screen Render

      By <Gl33p_0r4nge>
      Started Monday at 02:58 PM

    • Luis_ST
      9
      [1.16.5] Help with custom Backpack (slot background and mouse wheel move)

      By Luis_ST
      Started Wednesday at 07:47 AM

    • troublemaker_47
      7
      Teleport player in same direction as where he looks

      By troublemaker_47
      Started 20 hours ago

  • Who's Online (See full list)

    • troublemaker_47
    • skeletal
    • Choonster
    • CookieLukas
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community