Skip to content
This repository has been archived by the owner on Jul 1, 2018. It is now read-only.
/ accursed Public archive

Broken and not maintained: A Maven server for Curse

Notifications You must be signed in to change notification settings

SquidDev-CC/accursed

Repository files navigation

Accursed

Helper for mods on Curse written with ASP.NET.

Try it live

Setup

  • Install ASP.NET. This has been tested under Mono and .Net core.
  • Install Node
  • Install Bower and Gulp sudo npm install -g gulp bower
  • Restore packages: dnu restore && npm install && bower install
  • Build dnu build --quiet && gulp
  • Run dnx web

Usage

Add this to your build.gradle.

repositories {
	ivy {
		pattern 'http://46.101.4.196/mods/download/[module]/[revision]/[artifact](-[classifier])(.[ext])'
	}
}

dependencies {
	compile group: 'Accursed', name: 'ComputerCraft', version: "1.78", artifact: 'ComputerCraft1.78'
}

About

Broken and not maintained: A Maven server for Curse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published