Files
apollo/game/plugin/skills/runecrafting/build.gradle
T
Major 8fe09880b7 Remove util:lookup plugin
Behaviour moved into the api plugin.
2018-04-08 16:19:48 +01:00

12 lines
161 B
Groovy

plugin {
name = "runecrafting-skill"
authors = [
"Major",
"BugCrusher",
"tlf30"
]
dependencies = [
"api"
]
}