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

13 lines
176 B
Groovy

plugin {
name = "fishing_skill"
authors = [
"Linux",
"Major",
"tlf30"
]
dependencies = [
"api",
"entity:spawn",
]
}