Documentation
Documentation copied to clipboard
Read the docs MinecraftForge documentation
This seems to happen when long codeblocks jump over to the next line, and the paragraph before it tries to fill all the space it left in it's place. One...
Table headers are always left aligned. This seems to be as a result of a configuration in [Web](https://github.com/MinecraftForge/Web/blob/master/sass/_reboot.scss#L289-L292) which was not properly handled for GitHub markdown.  This...
Hello, Using forge 1.12.2 and before it was possible to get the modlist of clients connected to the server thanks to the Forge HandShake (see https://wiki.vg/Minecraft_Forge_Handshake#Forge_handshake). With 1.13 the CustomPayload...
Having a page in the documentation (likely in `utilities`) would be beneficial to let newer modders know about the proper way to use the Log4j API and use the mod-specific...
Basically some "recommended guidelines" for what mod APIs should look like. Ama said in stream chat he's had it planned, I'm just adding it here so people can add their...
Adding some information I've dug up from various places on increasing TER render distance as well as how to set up Vertex Builder states.
As of 1.15, the documentation concept section no longer provides a page on signing jar. I couldn't get an answer wether it's intended and should be documented as such, or...
I see stuff related to extended Entity properties, but nothing related to creating and possibly registering a custom Entity class, as well as a controller to spawn it afterwards... I'm...
There is no info on manipulating itemstacks. It is a large part of forge that is completely nonexistent in documentation.