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.

reserveword

Members
  • Joined

  • Last visited

Everything posted by reserveword

  1. I saw discussion in https://github.com/MinecraftForge/ForgeGradle/pull/796 about creating custom channel. So now I want to use yarn mapping instead of (not clearly licensed) official mapping, what should I do? I tried this code: channelProviders.addProvider(new ChannelProvider() { Set<String> getChannels() { println "channels" return ImmutableSet.of('yarn') } File getMappingsFile(MCPRepo mcpRepo, Project project, String channel, String version) { String desc = "net.fabricmc:yarn:" + version + ":v2@zip"; println 'get' + desc return MavenArtifactDownloader.manual(project, desc, false); } }) but it didn't work. It seems that `channelProviders` get reset after I changed it. error says: Error getting artifact: net.minecraft:mappings_yarn:1.0.1:null@zip from MCPRepo java.lang.IllegalArgumentException: Unknown mapping provider: yarn_1, currently loaded: [stable_nodoc, snapshot_nodoc, stable, official, snapshot] I would expect this yarn project has different syntax from mcp, but in that case I can write another program to fix that.
  2. But I was told that official mappings have legal issues, and should be avoided, is it still a problem now?

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.