python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
why item group getting key instead of value?
The item group name appearing as "itemGroup.dragon quest" instead of "dragon quest"
My little project is on github, and I made an issue with some screen here

Gabriel Aguiar
Votes: 0
Answers: 1
Why does Minecraft Forge have these strange variable names?
I have been frustrated about my Minecraft Forge Project being wonkey.
Why? Because most of the code have weird arguments and with it, I cant understand. Before this, my other projects didn't have this...
Fender Selim
Votes: 0
Answers: 1
my tabgui is not working im pressing up and down but still nothing?
I'm pressing the down key and up key and its not doing anything.
Video: https://www.youtube.com/watch?v=8F9KuHkb5_U&t=1384s
Code:
package sonikhack.render;
public class TabGUI extends Module{
...
Itzzmates
Votes: 0
Answers: 1
Java "error: incompatible types: inference variable E has incompatible bounds" error
So i am trying something out in java. (a forge minecraft mod). And when i compile, i keep getting this error:
error: incompatible types: inference variable E has incompatible bounds
return Lists.n...
Ultimate
Votes: 0
Answers: 1