This mod adds three new backpacks to the game which enhance your gaming experience.
./gradlew genEclipseRuns eclipse
- Import project as existing workspace
./gradlew genIntellijRuns
- Import as gradle project
- Repository: repo.u-team.info
- Artifact: info.u-team:lumpi_mod-${config.forge.mcversion}:${config.lumpimod.version}
- {config.forge.mcversion} is the minecraft version.
- {config.lumpimod.version} is the lumpimod version.
repositories {
maven { url = "https://repo.u-team.info" }
}
dependencies {
compileOnly fg.deobf("info.u-team:lumpi_mod-${config.forge.mcversion}:${config.lumpimod.version}")
}
- This mod is all rights reserved. For more information see here.
- This mod can be packed in any curseforge modpack you like.
- Please report issues to the github issues.
- Include your minecraft version, forge version and mod version.
- Upload your log on gist or pastebin and include link in your report.