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.

Featured Replies

Posted

So, i try to make an addon to FirstAid mod, but i cant understand how. I tried to use the deobfuscator 3000, it maked a folder that is a deobf version of the mod, but its not zip or jar, and all the imports are broken. Im trying to do the addon like 5 days, i tried all the bon2 versions, but its not working. Can anybody give me a tutorial how to do an addon?

  • Author
On 8/5/2022 at 10:24 PM, Luis_ST said:

Why did you try to deobfuscate a Mod? You should add the Mod as a dependency instead.

https://www.cursemaven.com/

> Could not find method api() for arguments [curse.maven:firstaid-276837:3569536] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

I get this error, i do all exactly how in the cursemaven

repositories {
    maven {
        url "https://cursemaven.com"
    }
    flatDir {
        dirs "libs"
    }
}

dependencies {
    
    minecraft 'net.minecraftforge:forge:1.12.2-14.23.5.2859'
    api "curse.maven:firstaid-276837:3569536"
    implementation fg.deobf("curse.maven:ctm-267602:2642375")
      
      
buildscript {
    repositories {
        maven { url = 'https://maven.minecraftforge.net/' }
        mavenCentral()
    }
    dependencies {
        classpath 'net.minecraftforge.gradle:ForgeGradle:3.+'
    }
}

the jar is in the libs folder

Guest
This topic is now closed to further replies.

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.