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.

ByThePowerOfScience

Members
  • Joined

  • Last visited

Everything posted by ByThePowerOfScience

  1. I made a Kotlin wrapper for Brigadier that makes the command builder actually tolerable and released it as a library on GitHub. Problem is, I can't actually use it without getting "ClassNotFoundException: kotlin.jvm.internal.Intrinsics". This means it can't find the Kotlin standard library. I've confirmed that the jar is downloading correctly, all of the dependencies are resolved properly, it's embedded in my mod jar, and it's even being extracted by Forge at runtime. But when the library's entry method is called, I get that error saying that it can't find the Intrinsics class. This doesn't make sense in the slightest, since the mod that's calling the library method is also written in Kotlin: at this point in the load cycle, KotlinForForge has already been loaded, and the exact same Intrinsics class that it's complaining about was already called successfully immediately before this method call. Does anyone know what's even happening and how I can fix it? My library can be found at https://github.com/ByThePowerOfScience/BrigadierDSL, and my build.gradle is at https://github.com/ByThePowerOfScience/DungeonDesigner/blob/1.20.x/build.gradle.kts.

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.