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)
Retrieving the position of the PlayerEntity class (Fabric)
I am trying to make a very (at least I think) simple mod for Minecraft that calculates the coordinates of the nearest stronghold. For this, I need the player's position as well as its jaw. However, I ...

Goby
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
How can i remove a title screen element with fabric in Minecraft 1.18.1
I am currently able to add elements to the title screen:
public abstract class MCEMixin extends Screen {
protected MCEMixin(Text title) {
super(title);
}
@Inject(at = @At("R...

crrocc
Votes: 0
Answers: 1