Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Leaderboard

Popular Content

Showing content with the highest reputation on 10/24/22 in Posts

  1. And I got the highlighted chest. I am just intuiting what it supposed to do. You haven't explained it. But anyway, it's not really my task to debug your code. I only did the stuff above because what you were talking about didn't make sense and I wanted to know why.
  2. I've just been testing your 2 branches. In 1.18.2 the thread is usually already the ServerThread so it works. But this isn't guaranteed, it could be a networking thread. In 1.19.2 the thread is usually a networking thread so it fails. When I wrap your handle() code inside a ctx.get().enqueueWork(() -> { // original code here }); it is always on the server thread and so works. So it looks like you didn't change your code properly, maybe you didn't save it? NOTE: You will need to fix this for 1.18.2 as well. As I said above, this code could run on "any" thread unless you force it onto the ServerThread.
  3. No. Forge Gradle makes a "direct" connection to these files. The only information shown in the log is that the connection timed out. Error getting artifact: net.minecraft:client:1.18.1:mappings@txt from MinecraftRepo java.net.ConnectException: Connection timed out: connect at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Net.java:579) at java.base/sun.nio.ch.Net.connect(Net.java:568) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:633) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304) at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:174) at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:532) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:637) at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:266) -- snip -- The way it actually works is it first accesses this file that lists all available versions: https://piston-meta.mojang.com/mc/game/version_manifest_v2.json That file points to the following link for 1.18.1 https://piston-meta.mojang.com/v1/packages/989549ecba162cba2ec066e19a2f0364586f18bf/1.18.1.json which points to the link I posted earlier to get the client mappings. "net.minecraft:client:1.18.1:mappings@txt" https://launcher.mojang.com/v1/objects/99ade839eacf69b8bed88c91bd70ca660aee47bb/client.txt Can you access each of those links? Otherwise I don't know. It is some (unknown) issue with your or Mojang's network. Or something in between. e.g. if you accessing it from work or school which has a proxy.
  4. I don’t think you have the proper java version installed. You need that to run the .jar file that makes up the installer. You can download it here: https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html
  5. https://forge.gemwire.uk/wiki/Tinted_Textures

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.