Files
apollo/game/plugin/skills/mining/build.gradle
T
Major 6941fc9de0 Fix nitpicks in Mining plugin
Also adds equals() and hashcode() implementations to the various
Mining actions.
2018-03-28 17:39:50 +01:00

14 lines
240 B
Groovy

plugin {
name = "mining-skill"
authors = [
"Graham",
"Mikey`",
"Major",
"WH:II:DOW",
"Requa",
"Clifton",
"tlf30"
]
dependencies = ["api"]
}