/Shopaholic

Shops, Gold and Shipping.

Primary LanguageJavaMIT LicenseMIT

Discord   GitHub   Jenkins   Maven metadata URL   Curseforge

Shopaholic is the economy part of Harvest Festival, with shops, shipping and gold. It will function as a utility that can be used to add shops to any block, item or entity. And to add prices to any items to be sold via shipping. With a multitude of conditions and item types. At present it will only function as something a modpack author/server owner can edit, but there are plans to expand that further down the line.

Adding Shopaholic to your buildscript

Add to your build.gradle:

repositories {
  maven {
    url 'https://maven.joshiejack.uk/'
  }
}

dependencies {
    compile fg.deobf("uk.joshiejack.penguinlib:Penguin-Lib:${minecraft_version}-${penguinlib_version}")
    compile fg.deobf("uk.joshiejack.shopaholic:Shopaholic:${minecraft_version}-${shopaholic_version}")
}

${$penguinlib_version} can be found here ${shopaholic_version} can be found here