Add implementation of runecrafting skill

This commit is contained in:
Trevor Flynn
2017-12-28 18:41:21 -10:00
committed by Gary Tierney
parent 397d9b2d6a
commit 97896a34a4
8 changed files with 297 additions and 5 deletions
@@ -0,0 +1,11 @@
plugin {
name = "runecrafting-skill"
packageName = "org.apollo.game.plugin.skills.runecrafting"
authors = [
"Major",
"BugCrusher",
"tlf30"
]
dependencies = ["util:lookup", "api"]
}