defeatedcrow / ShowcaseAddon2_1.7.10

ShowcaseAddon2 for MCEconomy2 (Minecraft 1.7.10)
0 stars 1 forks source link

Custom shop #5

Closed Belgabor closed 8 years ago

Belgabor commented 8 years ago

Custom shop implementation. Explanation how it works is on the wiki of my fork (https://github.com/Belgabor/ShowcaseAddon2_1.7.10/wiki/Custom-Shop-System)

For the included WAILA support this needs to be added to the respective sections in the build.gradle file:

repositories {
    maven {
        url "http://mobiusstrip.eu/maven"
    }
    maven {
        url "http://chickenbones.net/maven"
    }
}

and

dependencies {
    compile "codechicken:CodeChickenLib:1.7.10-1.1.3.138:dev"
    compile "codechicken:CodeChickenCore:1.7.10-1.0.7.47:dev"
    compile "codechicken:NotEnoughItems:1.7.10-1.0.5.118:dev"

    compile "mcp.mobius.waila:Waila:1.5.10_1.7.10"
}
defeatedcrow commented 8 years ago

Thank you very much!

Soon, I'll make a small fix (showcase will have a direction for display), and update this mod :D