After joining the world, I want to display the player's name and current coordinates on the screen. I want it to be visible all the time during gameplay.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
hi. Im new to modding Minecraft so i apologise in advance. Ive just downloaded the Forge Installer so i can use the Custom NPCs mod. How do i run the download? ive opened the JAR file and its a bunch of coding i dont understand. Can someone please talk me though it or point out where in going wrong? thanks
Hello, I have this lines in my build.gradle, but when I build the mod and start Minecraft with the mod in Modrinth it says
Can anyone help me with this problem?
jarJar.enable()
dependencies {
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
annotationProcessor("org.spongepowered:mixin:0.8.5-SNAPSHOT:processor")
// Forge"s hack fix
implementation("net.sf.jopt-simple:jopt-simple:5.0.4") { version { strictly "5.0.4" } }
// WebSocket
minecraftLibrary "org.java-websocket:Java-WebSocket:1.5.3"
jarJar(implementation("org.java-websocket:Java-WebSocket:1.5.3"))
}
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.