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.

ElOsito123

Members
  • Joined

  • Last visited

  1. Ready, I have it updated @DaemonUmbra
  2. Therefore, I mean that if they could do it in that way that I can not, but why do not I?
  3. That's why, those mods are made in the same way https://github.com/MCOfficer/Minecraft-RPC/blob/master/build.gradle
  4. But why? There are other mods that do the same thing that I'm trying to do now and they use shadow and they work and mine does not @DaemonUmbra
  5. Please, I would like to be able to solve this
  6. Then can you tell me what is my problem with shadow ?, I really think I like it better
  7. Really can not be with shadow?
  8. This "simple" system is complicated at least for me
  9. Another thing, said it was easier, but then you can with shadow? as? or what do I do wrong?, really that late in understanding it (shadow) I think it would be easier
  10. I found that, should it work? configurations { embed compile.extendsFrom embed } dependencies { embed 'club.minnced:java-discord-rpc:v2.0.1' } task generateMetaFiles { doLast { file("${buildDir}/dependencyMeta/").deleteDir() configurations.embed.resolvedConfiguration.resolvedArtifacts.each { def metaFile = file("${buildDir}/dependencyMeta/${it.file.name}.meta") metaFile.parentFile.mkdirs() def artifactRef = it.moduleVersion.toString() if (it.classifier != null) { artifactRef += ":${it.classifier}" } metaFile.text = "Maven-Artifact: $artifactRef" } } } jar { into('/') { from configurations.embed from "${buildDir}/dependencyMeta/" } manifest { attributes 'ContainedDeps': configurations.embed.collect { it.name }.join(' ') } dependsOn generateMetaFiles }
  11. This is still confusing for me, I can not understand how it is done
  12. but I'm confused about "META-INF" I do not know what it is and I do not have that folder for the location
  13. but I do not use maven, so I understood that is with maven
  14. Can you explain me how to use it or an example? English is not my native language so it's hard to understand

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.